From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: 33546@debbugs.gnu.org
Subject: [bug#33546] [PATCH 1/2] gnu: sassc: Fix build.
Date: Thu, 29 Nov 2018 00:48:18 +0100 [thread overview]
Message-ID: <20181129004818.187af6cd@alma-ubu> (raw)
In-Reply-To: <20181129004436.33eaee0f@alma-ubu>
[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]
From: Ricardo Wurmus <rekado@elephly.net>
Date: Sun, 5 Aug 2018 13:03:09 +0200
* 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 7f9574827..2e3647ddc 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")
--
2.19.1
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2018-11-28 23:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-28 23:44 [bug#33546] [PATCH 0/2] Fix arc-theme Björn Höfling
2018-11-28 23:48 ` Björn Höfling [this message]
2018-11-28 23:48 ` [bug#33546] [PATCH 2/2] gnu: arc-theme: Update to 20181022, fixing build Björn Höfling
2018-12-06 17:35 ` bug#33546: [PATCH 0/2] Fix arc-theme Maxim Cournoyer
2018-12-06 19:30 ` [bug#33546] " Björn Höfling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181129004818.187af6cd@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=33546@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.