gnome.gnome-desktop: make deterministic

makes it so the date wont be added to gnome-version.xml
<date>2021-12-18</date>
This commit is contained in:
Artturin 2021-12-19 21:04:52 +02:00
parent 5965f0698f
commit f58b14b0ac

View file

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dgtk_doc=true"
"-Ddesktop_docs=false"
"-Ddate_in_gnome_version=false"
];
separateDebugInfo = stdenv.isLinux;