[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: ngless: Drop Haskell libraries and documentation.
From: |
guix-commits |
Subject: |
05/12: gnu: ngless: Drop Haskell libraries and documentation. |
Date: |
Sun, 29 Jan 2023 13:06:04 -0500 (EST) |
lbraun pushed a commit to branch wip-haskell
in repository guix.
commit c532cbb83a74b34375d0d9cd5e8ee50ed2b5bdc9
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 29 18:52:58 2023 +0100
gnu: ngless: Drop Haskell libraries and documentation.
* gnu/packages/bioinformatics.scm (ngless)[arguments]: Add
'remove-libraries phase and disable #:haddock?.
---
gnu/packages/bioinformatics.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3e2d1efc87..8eb164d24b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14316,7 +14316,8 @@ datasets.")
"0pljyrlpr9r3cl5311dhgxdl8y40szyi4vprn34i3piy0qrldymi"))))
(build-system haskell-build-system)
(arguments
- `(#:phases
+ `(#:haddock? #f
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'update-constraints
(lambda _
@@ -14360,7 +14361,10 @@ datasets.")
(add-after 'wrap-program 'check-install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((ngless (string-append (assoc-ref outputs "out")
"/bin/ngless")))
- (invoke ngless "--check-install")))))))
+ (invoke ngless "--check-install"))))
+ (add-after 'register 'remove-libraries
+ (lambda* (#:key outputs #:allow-other-keys)
+ (delete-file-recursively (string-append (assoc-ref outputs
"out") "/lib")))))))
(inputs (list prodigal
bwa
samtools
- 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, 2023/01/29
- 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 <=
- 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