Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
manuscrit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
manuscrit
Commits
0ad7d16f
Commit
0ad7d16f
authored
2 years ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
locales/fr_FR.UTF-8.scm
+4
-0
4 additions, 0 deletions
locales/fr_FR.UTF-8.scm
manifest.scm
+17
-14
17 additions, 14 deletions
manifest.scm
with
21 additions
and
14 deletions
locales/fr_FR.UTF-8.scm
0 → 100644
+
4
−
0
View file @
0ad7d16f
(
make-glibc-utf8-locales
glibc
#
:locales
(
list
"fr_FR"
)
#
:name
"glibc-fr-fr-utf8-locales"
)
This diff is collapsed.
Click to expand it.
manifest.scm
+
17
−
14
View file @
0ad7d16f
...
@@ -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"
))))))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment