aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/services.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-02-08 11:54:51 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-02-08 12:08:44 -0500
commitbc5904e8b85d4d994861ecd55b038ad42305e77d (patch)
tree9bdb55896863b2b2e9137579c0885b3d135bfc47 /gnu/installer/services.scm
parentf9c62b23cc88541756656b3ec602ce987828d906 (diff)
downloadguix-bc5904e8b85d4d994861ecd55b038ad42305e77d.tar.gz
guix-bc5904e8b85d4d994861ecd55b038ad42305e77d.zip
gnu: pict: Use release tag and install doc.
* gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added upstream). [phases]{install}: Also install the pict.md file.
Diffstat (limited to 'gnu/installer/services.scm')
0 files changed, 0 insertions, 0 deletions
d=a42ce77f1bf2c7ef3810bfe4e60170cf8cbf9517'>gnu: ssh-to-age: Update to 1.1.7....* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.7. [synopsis]: Remove period at the end of the sentence. Change-Id: Ide1bab2490b52459c31191d578619f9ea1edcbaf Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi 2024-03-01gnu: Add bruteforce-salted-openssl....* gnu/packages/password-utils.scm (bruteforce-salted-openssl): New variable. Change-Id: I90e52a6f70333ef14024fd794b6cb55692fdc24e Guillaume Le Vaillant 2024-03-01gnu: bruteforce-luks: Update to 1.4.1....* gnu/packages/password-utils.scm (bruteforce-luks): Update to 1.4.1. [source]: Switch to git-fetch method. [native-inputs]: Remove lzip, add autoconf and automake. Change-Id: Iea339deb9d4331cb0813468fbcd84b7a5112e6bd Guillaume Le Vaillant 2024-02-26gnu: Add pass-coffin...* gnu/packages/password-utils.scm (pass-coffin): New variable. Reviewed-by: Steve George <steve@futurile.net> Change-Id: I2fdf6c755b9b75780c5a3c0304e5b961a15640a4 Signed-off-by: Andreas Enge <andreas@enge.fr> Christian Miller via Guix-patches via 2024-02-13gnu: go-golang-org-x-sys: Move to golang-build....* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7 Sharlatan Hellseher 2024-02-13gnu: qtpass: Switch to qt-build-system and new package style....* gnu/packages/password-utils.scm (qtpass): Use qt-build-system. [arguments]: Drop 'wrap-qt and 'check-setup phases. Drop the unnecessary 'reset-resource-timestamps phase. Use new package style for remaining phases. [inputs]: Drop qtbase-5. Change-Id: I23a0b8dfd1fdfeca343704d3df084c522b319d30 Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar 2024-02-13gnu: qtpass: Update to 1.4.0....* gnu/packages/password-utils.scm (qtpass): Update to 1.4.0. Change-Id: Ia0d29a0044b8bfedef692aba337d1ef23c672804 Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar 2024-01-28gnu: go-filippo-io-edwards25519: Move to (gnu packages golang-crypto)....* gnu/packages/golang.scm (go-filippo-io-edwards25519): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/password-utils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I11769b8b212bf4cbe98fe10181c0a2a479c599df Sharlatan Hellseher