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:
Artturin 2023-01-10 23:00:39 +02:00
parent 96ebc83053
commit faee5b03a8

View File

@ -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