mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
sysprof: 3.48.0 → 45.beta
https://gitlab.gnome.org/GNOME/sysprof/-/compare/3.48.0...45.beta New libdex dependency:d1bcf93922
Dropped pango (pangoft2) dependency:d6539c1bdb
The libsysprof option is dropped and re-introduced fromt the -analyze and -profile libs:12e75e4c8c
dbb7833cbf
The agent option is merged into tools:1fba250444
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
a8d3770df8
commit
e5f1221317
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dagent=false"
|
||||
"-Dsysprofd=none"
|
||||
"-Dgtk=false"
|
||||
"-Dlibsysprof=false"
|
||||
|
@ -8,11 +8,12 @@
|
||||
, json-glib
|
||||
, itstool
|
||||
, libadwaita
|
||||
, libdex
|
||||
, libpanel
|
||||
, libunwind
|
||||
, libxml2
|
||||
, meson
|
||||
, ninja
|
||||
, pango
|
||||
, pkg-config
|
||||
, polkit
|
||||
, shared-mime-info
|
||||
@ -23,13 +24,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sysprof";
|
||||
version = "3.48.0";
|
||||
version = "45.beta";
|
||||
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "B9kIGmbPL7UnU/SP8rha2nXGD/G8GvG9FNiutieXIWg=";
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "hdxiGFO8X/6YMq2V0jm4Qz2DDF2tMIzQN7qw9AP4Dxs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -48,10 +49,11 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
gtk4
|
||||
json-glib
|
||||
pango
|
||||
polkit
|
||||
systemd
|
||||
libadwaita
|
||||
libdex
|
||||
libpanel
|
||||
libunwind
|
||||
];
|
||||
|
||||
@ -64,7 +66,6 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user