mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-libsass: Remove label usage.
* gnu/packages/python-xyz.scm (python-libsass)[arguments]: Don't reference libsass, which turned out to be unnecessary.
This commit is contained in:
parent
a5eb5dd571
commit
3f0d01b2df
1 changed files with 2 additions and 4 deletions
|
@ -12075,13 +12075,11 @@ specification.")
|
||||||
(base32 "1r0kgl7i6nnhgjl44sjw57k08gh2qr7l8slqih550dyxbf1akbxh"))))
|
(base32 "1r0kgl7i6nnhgjl44sjw57k08gh2qr7l8slqih550dyxbf1akbxh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Use Guix package of libsass instead of compiling from a checkout.
|
;; Use Guix package of libsass instead of compiling from a checkout.
|
||||||
(add-before 'build 'set-libsass
|
(add-before 'build 'set-libsass
|
||||||
(lambda _
|
(lambda _ (setenv "SYSTEM_SASS" "indeed")))
|
||||||
(setenv "SYSTEM_SASS" (assoc-ref %build-inputs "libsass"))
|
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue