gnu: sassc: Update to 3.6.2.
* gnu/packages/web.scm (sassc): Update to 3.6.2.
This commit is contained in:
parent
014421ee27
commit
1ce87b8159
1 changed files with 4 additions and 4 deletions
|
@ -2008,7 +2008,7 @@ (define-public libsass
|
||||||
(define-public sassc
|
(define-public sassc
|
||||||
(package
|
(package
|
||||||
(name "sassc")
|
(name "sassc")
|
||||||
(version "3.6.1")
|
(version "3.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2017,7 +2017,7 @@ (define-public sassc
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sxm54mkhs9m4vnl7vn11y17mhzamc403hv3966j1c7p2rbzg5pv"))))
|
"0m7flrs0hz3ivib8kvsgn3d0fgkabqviadkp1dyspa6iibx3gjwd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
@ -2036,9 +2036,9 @@ (define-public sassc
|
||||||
(("install: libsass-install-\\$\\(BUILD\\) \\\\")
|
(("install: libsass-install-\\$\\(BUILD\\) \\\\")
|
||||||
"install: \\"))
|
"install: \\"))
|
||||||
#t))
|
#t))
|
||||||
;; This phase fails for some reason.
|
;; This phase fails because…
|
||||||
(delete 'bootstrap)
|
(delete 'bootstrap)
|
||||||
;; There is no configure script.
|
;; …there is no configure script to be generated.
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(add-before 'build 'setup-environment
|
(add-before 'build 'setup-environment
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue