diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-22 18:58:48 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-22 18:58:48 +0200 |
commit | ccad0e4d6973da7af8badfb7125f35f7e51eb2d7 (patch) | |
tree | 15ff9da1c1c03b088d0ad9240f2c1878f5da5802 /doc/guix.texi | |
parent | d478cc043557ca3fcd5fced87d2e2c8e246eff03 (diff) | |
parent | 26986544469ef290885f5f8d71006751e9e8daf8 (diff) | |
download | guix-ccad0e4d6973da7af8badfb7125f35f7e51eb2d7.tar.gz guix-ccad0e4d6973da7af8badfb7125f35f7e51eb2d7.zip |
Merge branch 'master' into core-updates
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f112000f3b..40b45d68b7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8674,7 +8674,7 @@ example package definition in JSON format: "synopsis": "Hello, GNU world: An example GNU package", "description": "GNU Hello prints a greeting.", "license": "GPL-3.0+", - "native-inputs": ["gcc@@6"] + "native-inputs": ["gettext"] @} @end example |