This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
guix: Look for "guix-packages" messages in $localedir.
* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call.
gn-latest-20200428
Ludovic Courtès
6 years ago
parent
56b8210697
commit
243cea2461
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scripts/guix.in
+ 1
- 0
scripts/guix.in
View File
@@ -60,6 +60,7 @@
(let ((guix-main (module-ref (resolve-interface '(guix ui))
'guix-main)))
(bindtextdomain "guix" (config-lookup "localedir"))
(bindtextdomain "guix-packages" (config-lookup "localedir"))
(apply guix-main (command-line))))
(maybe-augment-load-paths!)
Write
Preview
Loading…
Cancel
Save