gnu: ghc-silently: Remove unused input.
Plus it’s commented out anyway. * gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out inputs.
This commit is contained in:
parent
4e8d27ef52
commit
da9ba3880c
1 changed files with 0 additions and 2 deletions
|
@ -12045,8 +12045,6 @@ (define-public ghc-silently
|
|||
"1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ;; circular dependency with nanospec
|
||||
;; (inputs
|
||||
;; `(("ghc-temporary" ,ghc-temporary)))
|
||||
(home-page "https://github.com/hspec/silently")
|
||||
(synopsis "Prevent writing to stdout")
|
||||
(description "This package provides functions to prevent or capture
|
||||
|
|
Loading…
Reference in a new issue