[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: shellcheck: Drop Haskell libraries.
From: |
guix-commits |
Subject: |
09/12: gnu: shellcheck: Drop Haskell libraries. |
Date: |
Sun, 29 Jan 2023 13:06:05 -0500 (EST) |
lbraun pushed a commit to branch wip-haskell
in repository guix.
commit bf1ec115d74179ea4b5aa3969369fe422b0e4e10
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 29 18:57:15 2023 +0100
gnu: shellcheck: Drop Haskell libraries.
* gnu/packages/haskell-apps.scm (shellcheck)[arguments]: Add
'remove-libraries phase.
---
gnu/packages/haskell-apps.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 80abc99cb1..35e369df3f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -836,7 +836,10 @@ too slow and you'll get wound up in the scroll and
crushed.")
(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
- branch wip-haskell updated (b3a338d427 -> e4e5c00a66), guix-commits, 2023/01/29
- 01/12: build-system: haskell: Drop default "static" output., guix-commits, 2023/01/29
- 03/12: gnu: ghc-lua: Disable symbol export., guix-commits, 2023/01/29
- 02/12: gnu: ghc-9.2: Support static linking with glibc < 2.34., guix-commits, 2023/01/29
- 04/12: build: haskell-build-system: Build static executables by default., guix-commits, 2023/01/29
- 08/12: gnu: git-annex: Drop Haskell documentation., guix-commits, 2023/01/29
- 09/12: gnu: shellcheck: Drop Haskell libraries.,
guix-commits <=
- 10/12: gnu: pandoc: Drop Haskell libraries and documentation., guix-commits, 2023/01/29
- 12/12: gnu: xmobar: Drop Haskell libraries and documentation., guix-commits, 2023/01/29
- 07/12: gnu: darcs: Drop Haskell libraries and documentation., guix-commits, 2023/01/29
- 05/12: gnu: ngless: Drop Haskell libraries and documentation., guix-commits, 2023/01/29
- 06/12: gnu: hledger: Drop Haskell libraries and documentation., guix-commits, 2023/01/29
- 11/12: gnu: purescript: Drop Haskell libraries and documentation., guix-commits, 2023/01/29