mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Further simplify package inputs.
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
This commit is contained in:
parent
fc9ca46aa6
commit
e3196755e6
94 changed files with 1544 additions and 2077 deletions
|
@ -1186,9 +1186,7 @@ Haskell data types to and from route pieces.")
|
|||
(base32
|
||||
"1jdqdk0rz2wnvw735clnj8jh0a9rkrbqjg7vk3w6wczdql6cm0pq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-cereal" ,ghc-cereal)
|
||||
("ghc-tagged" ,ghc-tagged)
|
||||
("ghc-crpto-api" ,ghc-crypto-api)))
|
||||
(inputs (list ghc-cereal ghc-tagged ghc-crypto-api))
|
||||
(native-inputs (list ghc-hspec))
|
||||
(home-page "https://github.com/yesodweb/path-pieces")
|
||||
(synopsis "Skein family of cryptographic hash functions for Haskell")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue