diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-23 10:44:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-23 10:46:35 +0100 |
commit | 52d9cad485467a231664520fd7dc69b906dbc7c6 (patch) | |
tree | b26e9fdefa77e47ecf7db5d35497d7453501c89c /gnu/packages/web.scm | |
parent | 6e5fc6c7efe0d3a8465e419bfd2883c64ec0e509 (diff) | |
download | patches-52d9cad485467a231664520fd7dc69b906dbc7c6.tar patches-52d9cad485467a231664520fd7dc69b906dbc7c6.tar.gz |
gnu: sassc/libsass-3.5: Hide.
This follows up on commit bed24ecfcd68ca6fbc21f02b477cffff3b4c0450.
Reported-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 4bd71438c3..a0f46e3ee6 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1617,7 +1617,8 @@ language known as SASS.") (file-name (git-file-name name version)) (sha256 (base32 - "0830pjcvhzxh6yixj82x5k5r1xnadjqzi16kp53213icbly0r9ma")))))))))) + "0830pjcvhzxh6yixj82x5k5r1xnadjqzi16kp53213icbly0r9ma")))))))) + (properties '((hidden? . #t))))) (define-public perl-apache-logformat-compiler |