~whereiseveryone/guixrus

0f4fa41c1a2577d77548a52242de4426b765db25 — jgart 3 months ago ca2d1aa
Remove upstreamed cl-lass
1 files changed, 0 insertions(+), 37 deletions(-)

M guixrus/packages/common/lisp.scm
M guixrus/packages/common/lisp.scm => guixrus/packages/common/lisp.scm +0 -37
@@ 546,43 546,6 @@ manipulations as the composition of more primitive operations.")
(define-public ecl-planks
  (sbcl-package->ecl-package sbcl-planks))

(define-public sbcl-lass
  (let ((commit "a7a4452f6a670b8fb01a73d3007030d16bd1ec2c")
        (revision "0"))
    (package
     (name "sbcl-lass")
     (version (git-version "20210902" revision commit))
     (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shinmera/LASS")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "06wds1qzj8s862pmmza1427n7gdpplqplxqnxyqkrr0hgxdl4xbf"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      '(#:asd-systems '("lass")))
     (inputs
       (list sbcl-trivial-indent
             sbcl-trivial-mimes
             sbcl-cl-base64))
     (synopsis "Lisp Augmented Style Sheets")
     (description
"Writing CSS files comes with a lot of repetition and is generally much
too verbose.  With lispy syntax, shortcuts, and improvements, LASS aims
to help you out in writing CSS quick and easy.  LASS was largely inspired
by SASS.")
     (home-page "https://shinmera.github.io/LASS/")
     (license license:expat))))

(define-public cl-lass
  (sbcl-package->cl-source-package sbcl-lass))

(define-public ecl-lass
  (sbcl-package->ecl-package sbcl-lass))

(define-public sbcl-trivial-irc
  (let ((commit "7cb6e99e68c5391a31c693fcc65144d74ed4063a")
        (revision "0"))