guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33701] [PATCH staging 06/23] gnu: glib: Remove obsolete variable.


From: Marius Bakke
Subject: [bug#33701] [PATCH staging 06/23] gnu: glib: Remove obsolete variable.
Date: Tue, 11 Dec 2018 02:13:59 +0100

* gnu/packages/glib.scm (glib)[arguments]: Don't set DETERMINISTIC_BUILD.
---
 gnu/packages/glib.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 39b0a5f9e6..016fae11f1 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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")
-- 
2.20.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]