mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
libshumate: 1.0.5 → 1.1.beta
https://gitlab.gnome.org/GNOME/libshumate/-/compare/1.0.5...1.1.beta We are not pulling gtk-doc already. New sysprof-capture-4 dependency for profiling. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
9f713fca3a
commit
e25bb07769
@ -12,13 +12,14 @@
|
||||
, sqlite
|
||||
, libsoup_3
|
||||
, gtk4
|
||||
, libsysprof-capture
|
||||
, xvfb-run
|
||||
, gnome
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libshumate";
|
||||
version = "1.0.5";
|
||||
version = "1.1.beta";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "devdoc"; # demo app
|
||||
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "GNOME";
|
||||
repo = "libshumate";
|
||||
rev = version;
|
||||
sha256 = "mHfhCKzLfP1BkqM+FiLUlo/I0TCe3G8C0lmO6007pMY=";
|
||||
sha256 = "KY0vwGO2ooin2KXt05fRY1Q0S0JcQQ80rx3qkyuJpTw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
sqlite
|
||||
libsoup_3
|
||||
gtk4
|
||||
libsysprof-capture
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user