aboutsummaryrefslogtreecommitdiff
path: root/etc/source-manifest.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-04-01 13:16:29 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-04-09 13:10:06 +0800
commit12b500375d06c15a0577f2c2e9263135d31d5ab1 (patch)
tree18cab276394fc191529e6da70dbaa29fa44784d1 /etc/source-manifest.scm
parente426768b77a795a0fb8465411ab3bd6cfdfc3f3c (diff)
downloadguix-12b500375d06c15a0577f2c2e9263135d31d5ab1.tar.gz
guix-12b500375d06c15a0577f2c2e9263135d31d5ab1.zip
gnu: parole: Update to 4.18.0.
* gnu/packages/xfce.scm (parole): Update to 4.18.0. [inputs]: Add taglib.
Diffstat (limited to 'etc/source-manifest.scm')
0 files changed, 0 insertions, 0 deletions
signed with my personal GnuPG key; the installation script needs to tell users how to fetch it. * etc/guix-install.sh (OPENPGP_SIGNING_KEY_ID): Remove variable. (GPG_SIGNING_KEYS): New associative array. (chk_gpg_keyring): Process all the keys contained in the above array. (main) <GUIX_BINARY_FILE_NAME>: Double quote variable. 2021-05-01guix-install.sh: Ensure GUIX_BINARY_FILE_NAME is an absolute path.Maxim Cournoyer This is necessary as the directory context is changed in the script, breaking the use of a relative path. * etc/guix-install.sh (main) <GUIX_BINARY_FILE_NAME>: Resolve its absolute path via the 'realpath' command. 2021-05-01guix-install.sh: Allow overriding the Guix binary source.Maxim Cournoyer This is useful for example for testing release candidates not yet uploaded to the FTP, or for testing manually downloaded images from the CI. * etc/guix-install.sh (main)[GUIX_BINARY_FILE_NAME]: When this variable is defined, use it as the file name of a Guix binary, instead of automatically retrieving the latest archive from the FTP. 2021-05-01guix-install.sh: Add support for more than one signing key.Maxim Cournoyer The forthcoming 1.3.0 release will be signed with my personal GnuPG key; the installation script need to tell users how fetch it. * etc/guix-install.sh (OPENPGP_SIGNING_KEY_ID): Remove variable. (GPG_SIGNING_KEYS): New associative array. (chk_gpg_keyring): Process all the keys contained in the above array. (main) <GUIX_BINARY_FILE_NAME>: Double quote variable. 2021-04-29guix-install.sh: Ensure GUIX_BINARY_FILE_NAME is an absolute path.Maxim Cournoyer This is necessary as the directory context is changed in the script, breaking the use of a relative path. * etc/guix-install.sh (main) <GUIX_BINARY_FILE_NAME>: Resolve its absolute path via the 'realpath' command.