[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/74: gnu: sassc: Fix build.
From: |
guix-commits |
Subject: |
02/74: gnu: sassc: Fix build. |
Date: |
Tue, 4 Dec 2018 10:39:43 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 6c1135af0aff30690df663a8517af77d112f15a3
Author: Ricardo Wurmus <address@hidden>
Date: Sun Aug 5 13:03:09 2018 +0200
gnu: sassc: Fix build.
* gnu/packages/web.scm (sassc)[arguments]: Delete bootstrap phase; let phase
end on boolean.
---
gnu/packages/web.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 750b760..1f5e2cc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1281,12 +1281,14 @@ minimum to provide high performance operation.")
#:tests? #f
#:phases
(modify-phases %standard-phases
+ (delete 'bootstrap)
(delete 'configure)
(add-after 'unpack 'unpack-libsass-and-set-path
(lambda* (#:key inputs #:allow-other-keys)
(invoke "tar" "xvf" (assoc-ref inputs "libsass"))
(setenv "SASS_LIBSASS_PATH"
- (string-append (getcwd) "/libsass-" ,version)))))))
+ (string-append (getcwd) "/libsass-" ,version))
+ #t)))))
(inputs
`(("libsass" ,libsass)))
(synopsis "CSS pre-processor")
- branch wip-gnome-upgrades created (now d9689b1), guix-commits, 2018/12/04
- 01/74: gnu: Add umockdev., guix-commits, 2018/12/04
- 02/74: gnu: sassc: Fix build.,
guix-commits <=
- 08/74: gnu: yelp: Update to 3.28.1., guix-commits, 2018/12/04
- 10/74: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/12/04
- 03/74: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2018/12/04
- 04/74: gnu: Add gtksourceview-3., guix-commits, 2018/12/04
- 05/74: gnu: gtk-doc: Update to 1.28., guix-commits, 2018/12/04
- 06/74: gnu: graphene: Remove custom autogen phase., guix-commits, 2018/12/04
- 09/74: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2018/12/04
- 11/74: gnu: file-roller: Update to 3.28.0., guix-commits, 2018/12/04
- 14/74: gnu: Add libplist., guix-commits, 2018/12/04
- 16/74: gnu: Add libimobiledevice., guix-commits, 2018/12/04