aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-26 21:29:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-26 21:53:46 +0200
commit5364daacc59203dfba02b1049a88a5a4861c6cf4 (patch)
tree692a8c672d71111130317070a1e6b193bfbcccc6 /etc
parentbd200d351ac38979b37914467412d40ec849a248 (diff)
downloadguix-5364daacc59203dfba02b1049a88a5a4861c6cf4.tar.gz
guix-5364daacc59203dfba02b1049a88a5a4861c6cf4.zip
gnu: kiwix-desktop: Fix typo.
* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which prevented the 'enable-print-support phase from occurring.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
ge-Id: Iefcdcc55b1e71f7e866cb04795ef74f3b675cfce Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus 2024-03-24gnu: duc: Fix build....* gnu/packages/patches/duc-fix-test-sh.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/disk.scm (duc): Use it here. Change-Id: I664614dc35fb88f8ee63dbe727a38f17f4af0f8e Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus 2024-02-13gnu: go-golang-org-x-term: Move to golang-build....* gnu/packages/golang.scm (go-golang-org-x-term): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/disk.scm: Add (gnu packages golang-build) module. * gnu/packages/image-viewers.scm: As above. Change-Id: Ibdb637bb129437ef74a0270fd44edc8804bb3055 Sharlatan Hellseher 2023-12-29gnu: f3: Fix cross-compiling....* gnu/packages/disk.scm (f3) [arguments]: Use Gexp. Change-Id: I906a2b7b7691ae53592cfa35ba64fc7e7d735664 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Zheng Junjie 2023-11-19gnu: nwipe: Update to 0.35....* gnu/packages/disk.scm (nwipe): Update to 0.35. [inputs]: Add libconfig. Change-Id: Ia4d704ffd58c3d4ea6d10e718808797b528438e0 Tobias Geerinckx-Rice 2023-11-22gnu: Add findimagedupes....* gnu/packages/disk.scm (findimagedupes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith 2023-08-24gnu: hdparm: Move to (gnu packages disk)....* gnu/packages/linux.scm (hdparm): Move to... * gnu/packages/disk.scm (hdparm): ... here. Signed-off-by: Hilton Chain <hako@ultrarare.space> Felix Lechner 2023-08-06gnu: rmlint: Remove libelf....libelf provides libelf.so.0, elfutils libelf.so.1. rmlint links only to one. * gnu/packages/disk.scm (rmlint)[inputs]: Remove libelf. Tobias Geerinckx-Rice 2023-08-06gnu: rmlint: Update package style....* gnu/packages/disk.scm (rmlint)[arguments]: Rewrite as G-expressions. [native-inputs, inputs]: Remove input labels. Tobias Geerinckx-Rice 2023-08-06gnu: rmlint: Update to 2.10.2....* gnu/packages/disk.scm (rmlint): Update to 2.10.2. Tobias Geerinckx-Rice 2023-07-30gnu: ndctl: Update to 78....* gnu/packages/disk.scm (ndctl): Update to 78. [inputs]: Add libtraceevent & libtracefs. Tobias Geerinckx-Rice 2023-07-23gnu: parted: Update to 3.6....* gnu/packages/disk.scm (parted): Update to 3.6. Tobias Geerinckx-Rice 2023-07-21gnu: parted: Skip tests when cross-compiling....* gnu/packages/disk.scm (parted)[arguments]: Adjust #:tests? to skip tests when cross-compiling. Efraim Flashner