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

Add fr_FR.UTF-8 locale needed for compilation to the manifest

parent 4758072b
No related branches found
No related tags found
No related merge requests found
(make-glibc-utf8-locales
glibc
#:locales (list "fr_FR")
#:name "glibc-fr-fr-utf8-locales")
...@@ -8,17 +8,20 @@ ...@@ -8,17 +8,20 @@
((gnu packages tex) #:select (texlive))) ((gnu packages tex) #:select (texlive)))
(let ((pandoc-fignos (load "pandoc-fignos.scm"))) (let ((pandoc-fignos (load "pandoc-fignos.scm")))
(packages->manifest (concatenate-manifests
(list coreutils (list (packages->manifest
gcc-toolchain (list coreutils
ghc gcc-toolchain
ghc-attoparsec ghc
glibc-locales ghc-attoparsec
gnu-make (load "locales/fr_FR.UTF-8.scm")
graphviz gnu-make
pandoc graphviz
pandoc-fignos pandoc
poppler pandoc-fignos
python poppler
sed python
texlive))) sed
texlive))
(manifest
(list (package->manifest-entry gcc-toolchain "static"))))))
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