aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-20 23:31:01 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-21 00:06:40 +0200
commit71977a6c59460e029c91741c8b11f3a544a70486 (patch)
tree0ac002cf14248ec1b980cd589b8e235b1291f746 /gnu/system/shadow.scm
parenta322e9d16b227484ce04721fee0f99618cb1007e (diff)
downloadguix-71977a6c59460e029c91741c8b11f3a544a70486.tar.gz
guix-71977a6c59460e029c91741c8b11f3a544a70486.zip
Revert "system: Don’t create a module database when no modules are available."
This reverts commit b2fff3b5de7d510fe4809e9a97089dddf2a39ffc. Fixes <https://bugs.gnu.org/40713>. Reported by pkill9 <pkill9@runbox.com>. This commit is incorrect: its effect depends on whether KERNEL's build output is already available in the store, it breaks with non-package kernels as reported at <https://bugs.gnu.org/40713>, and the LINUX-MODULE-DATABASE hook is required at all times since 5c79f238634c5adb6657f1b4b1bb4ddb8bb73ef1 removed the relevant bits from the 'linux-libre' package.
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
Update to 2.0.2....* gnu/packages/libidn.scm (libidn2): Update to 2.0.2. [source]: The tarball is now ".lz" compressed. [native-inputs]: Add LZIP. Marius Bakke 2017-04-23gnu: libidn2: Update to 2.0.1....* gnu/packages/libidn.scm (libidn2): Update to 2.0.1. [source]: Download from main GNU server. [arguments]: Remove 'create-pkgconfig-file phase. Efraim Flashner 2017-03-30Merge branch 'master' into core-updates...Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke 2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice 2017-03-14gnu: libidn2: Create 'pkg-config' file....* gnu/packages/libidn.scm (libidn2)[arguments]: Add phase creating libidn2.pc. Marius Bakke 2017-02-06gnu: libidn2: Update to 0.16....* gnu/packages/libidn.scm (libidn2): Update to 0.16. [inputs]: Add libunistring. Leo Famulari 2016-11-06Merge branch 'master' into core-updatesMark H Weaver 2016-11-05gnu: libidn: Distinguish from libidn2....* gnu/packages/libidn.scm (libidn)[description]: Add detail to help distinguish from libidn2. Leo Famulari 2016-11-05gnu: Add libidn2....* gnu/packages/libidn.scm (libidn2): New variable. Leo Famulari 2016-09-02gnu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and CVE-2016-{6261,6263}]....* gnu/packages/libidn.scm (libidn)[replacement]: New field. (libidn-1.33): New variable. Leo Famulari 2016-08-14gnu: libidn: Update to 1.33....* gnu/packages/libidn.scm (libidn): Update to 1.33. Leo Famulari 2016-05-16gnu: libidn: Update license....* gnu/packages/libidn.scm (libidn)[license]: Change the license to gpl2+ gpl3+ lgpl3+ fdl1.3+. Efraim Flashner