mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
libgtop: use deterministic-uname
this will make the build reproducible libgtop_server2 contained Linux 5.15.68 x86_64 This libgtop was compiled on %s %s %s
This commit is contained in:
parent
96ebc83053
commit
faee5b03a8
@ -7,6 +7,7 @@
|
||||
, gobject-introspection
|
||||
, gnome
|
||||
, gtk-doc
|
||||
, deterministic-uname
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -21,6 +22,8 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
# uname output embedded in https://gitlab.gnome.org/GNOME/libgtop/-/blob/master/src/daemon/Makefile.am
|
||||
deterministic-uname
|
||||
pkg-config
|
||||
gtk-doc
|
||||
perl
|
||||
|
Loading…
Reference in New Issue
Block a user