summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\
| * gnu: ipset: Omit static library.Tobias Geerinckx-Rice2021-10-17
| | | | | | | | | | * gnu/packages/linux.scm (ipset)[arguments]: Add "--disable-static" to the #:configure-flags.
| * gnu: ipset: Update to 7.15.Tobias Geerinckx-Rice2021-10-17
| | | | | | | | * gnu/packages/linux.scm (ipset): Update to 7.15.
| * gnu: jitterentropy-rngd: Update to 1.2.5.Tobias Geerinckx-Rice2021-10-17
| | | | | | | | * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.5.
| * gnu: linux-libre 4.19: Update to 4.19.211.Leo Famulari2021-10-14
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.211. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre 5.4: Update to 5.4.153.Leo Famulari2021-10-14
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.153. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.73.Leo Famulari2021-10-14
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.73. (linux-libre-5.10-pristine-source): Update hash.
| * gnu: linux-libre: Update to 5.14.12.Leo Famulari2021-10-14
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.12. (linux-libre-5.14-pristine-source): Update hash.
| * gnu: fakeroot: Edit description.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/linux.scm (fakeroot)[synopsis]: Expand. [description]: Double-space sentences and otherwise slightly tweak.
| * gnu: fakeroot: Invoke an absolute cat.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its absolute file name.
| * gnu: fakeroot: Omit static library.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static" to #:configure-flags.
| * gnu: fakeroot: Update to 1.26.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.26. [source]: Remove generated man page translations in a new snippet. [arguments]: Patch Makefile.am instead of Makefile, and do so before bootstrapping. Don't explicitly return #t from phases. [native-inputs]: Use autoconf-2.71.
* | gnu: aumix: Build with '-fcommon'.Ludovic Courtès2021-10-17
| | | | | | | | * gnu/packages/linux.scm (aumix)[arguments]: New field.
* | gnu: fakechroot: Update to PR #85 to build against glibc 2.33.Ludovic Courtès2021-10-16
| | | | | | | | | | | | | | | | | | The latest release, 2.20.1, fails to build against glibc 2.33. Build the code submitted as pull request #85 instead of the latest release. * gnu/packages/linux.scm (fakechroot)[source]: Change to 'git-reference'. Use other source. [native-inputs]: New field.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: btrfs-progs: Update to 5.14.2.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2.
| * gnu: acpid: Update to 2.0.33.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (acpid): Update to 2.0.33.
| * gnu: Remove sysfsutils@1.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (sysfsutils-1): Delete variable.
| * gnu: cpufrequtils: Update to 008.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (cpufrequtils): Update to 008. [source]: Remove patch. [arguments]: Add many #:configure-flags to mitigate downgrade from Autotools. Don't ./configure. [native-inputs]: Remove unused sysfsutils-1. Add gettext-minimal. [home-page]: Change to a working mirror. * gnu/packages/patches/cpufrequtils-fix-aclocal.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: Add ntfsfix-static.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (ntfsfix/static): New public variable.
| * gnu: Add ntfs-3g-static.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | * gnu/packages/linux.scm (ntfs-3g/static): New public variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: linux-libre 4.4: Update to 4.4.288.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.288. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: linux-libre 4.9: Update to 4.9.286.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.286. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre 4.14: Update to 4.14.250.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.250. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre 4.19: Update to 4.19.210.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.210. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre 5.4: Update to 5.4.152.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.152. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.72.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.72. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
| * gnu: linux-libre: Update to 5.14.11.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.11. (linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
| * gnu: linux-libre 4.4: Update to 4.4.287.Leo Famulari2021-10-10
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.287. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: linux-libre: Update to 5.14.10.Leo Famulari2021-10-10
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.10. (linux-libre-5.14-pristine-source): Update hash.
| * gnu: tlp: Fix runtime error.Alex Devaure2021-10-08
| | | | | | | | | | | | * gnu/packages/linux.scm (tlp)[arguments]<#:phases>: Also modify "bat.d" location, to prevent "/usr/share/tlp/bat.d/[0-9][0-9]*[a-z]: No such file or directory" error.
| * gnu: linux-libre 4.4: Update to 4.4.286.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.286. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: linux-libre 4.9: Update to 4.9.285.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.285. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre 4.14: Update to 4.14.249.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.249. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre 4.19: Update to 4.19.209.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.209. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre 5.4: Update to 5.4.151.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.151. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.71.Leo Famulari2021-10-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.71. (linux-libre-5.10-pristine-source): Update hash.
| * gnu: nvme-cli: Update to 1.15.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * gnu/packages/linux.scm (nvme-cli): Update to 1.15.
| * gnu: rng-tools: Update to 6.14.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * gnu/packages/linux.scm (rng-tools): Update to 6.14.
| * gnu: libseccomp: Update to 2.5.2.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.5.2. [arguments]: Don't explicitly return #t from phases.
| * gnu: bridge-utils: Update to 1.7.1.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | | | * gnu/packages/linux.scm (bridge-utils): Update to 1.7.1. [source]: Update URL.
| * gnu: bridge-utils: Remove obsolete phases.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
| * gnu: haveged: Don't build the static library.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to the #:configure-flags.
| * gnu: haveged: Update to 1.9.15.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/linux.scm (haveged): Update to 1.9.15.
| * gnu: btrfs-progs: Update to 5.14.1.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.1. [arguments]: Don't explicitly return #t from phases.
| * gnu: unionfs-fuse: Update to 2.2.Tobias Geerinckx-Rice2021-10-03
| | | | | | | | * gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
| * gnu: linux-libre 5.4: Update to 5.4.150.Leo Famulari2021-10-02
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.70.Leo Famulari2021-10-02
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70. (linux-libre-5.10-pristine-source): Update hash.