gnu: shellcheck: Drop Haskell libraries.

* gnu/packages/haskell-apps.scm (shellcheck)[arguments]: Add
'remove-libraries phase.
This commit is contained in:
Lars-Dominik Braun 2023-01-29 18:57:15 +01:00
parent be398aa2b4
commit a38901c01e
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -836,7 +836,10 @@ (define-public shellcheck
(lambda* (#:key outputs #:allow-other-keys)
(install-file "shellcheck.1"
(string-append (assoc-ref outputs "out")
"/share/man/man1/")))))))
"/share/man/man1/"))))
(add-after 'register 'remove-libraries
(lambda* (#:key outputs #:allow-other-keys)
(delete-file-recursively (string-append (assoc-ref outputs "out") "/lib")))))))
(native-inputs
(list pandoc))
(inputs