Skip to content
Snippets Groups Projects
Commit b81af6d6 authored by Alice Brenon's avatar Alice Brenon
Browse files

Testing exact reproducibility revealed the new dependency on findutils since bd86a2db

parent e659b3d3
No related branches found
No related tags found
No related merge requests found
(use-modules ((gnu packages commencement) #:select (gcc-toolchain)) (use-modules ((gnu packages commencement) #:select (gcc-toolchain))
((gnu packages base) #:select (coreutils glibc-locales gnu-make sed)) ((gnu packages base) #:select (coreutils findutils glibc-locales gnu-make sed))
((gnu packages graphviz) #:select (graphviz)) ((gnu packages graphviz) #:select (graphviz))
((gnu packages haskell) #:select (ghc)) ((gnu packages haskell) #:select (ghc))
((gnu packages haskell-xyz) #:select (ghc-attoparsec ghc-pandoc pandoc)) ((gnu packages haskell-xyz) #:select (ghc-attoparsec ghc-pandoc pandoc))
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
(concatenate-manifests (concatenate-manifests
(list (packages->manifest (list (packages->manifest
(list coreutils (list coreutils
findutils
gcc-toolchain gcc-toolchain
ghc ghc
ghc-attoparsec ghc-attoparsec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment