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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user