mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05: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 @@ (define glib
|
|||
(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 a new issue