mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
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
1 changed files with 0 additions and 3 deletions
|
@ -184,9 +184,6 @@ shared NFS home directories.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'pre-build
|
(add-before 'build 'pre-build
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
;; For building deterministic pyc files
|
|
||||||
(setenv "DETERMINISTIC_BUILD" "1")
|
|
||||||
|
|
||||||
;; For tests/gdatetime.c.
|
;; For tests/gdatetime.c.
|
||||||
(setenv "TZDIR"
|
(setenv "TZDIR"
|
||||||
(string-append (assoc-ref inputs "tzdata")
|
(string-append (assoc-ref inputs "tzdata")
|
||||||
|
|
Loading…
Add table
Reference in a new issue