guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: python-libsass: Remove label usage.


From: guix-commits
Subject: 12/16: gnu: python-libsass: Remove label usage.
Date: Thu, 3 Feb 2022 17:44:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3f0d01b2df782cbe875bf591242a331117604f1b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 19:10:22 2022 +0100

    gnu: python-libsass: Remove label usage.
    
    * gnu/packages/python-xyz.scm (python-libsass)[arguments]: Don't reference
    libsass, which turned out to be unnecessary.
---
 gnu/packages/python-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7493379cb6..a1fb9856d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12075,13 +12075,11 @@ specification.")
         (base32 "1r0kgl7i6nnhgjl44sjw57k08gh2qr7l8slqih550dyxbf1akbxh"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     '(#:phases
        (modify-phases %standard-phases
          ;; Use Guix package of libsass instead of compiling from a checkout.
          (add-before 'build 'set-libsass
-           (lambda _
-             (setenv "SYSTEM_SASS" (assoc-ref %build-inputs "libsass"))
-             #t))
+           (lambda _ (setenv "SYSTEM_SASS" "indeed")))
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?



reply via email to

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