gnu: glib: Remove obsolete variable.
* gnu/packages/glib.scm (glib)[arguments]: Don't set DETERMINISTIC_BUILD.
This commit is contained in:
parent
7ede9a5e41
commit
7ba85f5380
|
@ -184,9 +184,6 @@ shared NFS home directories.")
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'build 'pre-build
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
;; For building deterministic pyc files
|
||||
(setenv "DETERMINISTIC_BUILD" "1")
|
||||
|
||||
;; For tests/gdatetime.c.
|
||||
(setenv "TZDIR"
|
||||
(string-append (assoc-ref inputs "tzdata")
|
||||
|
|
Loading…
Reference in New Issue