Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: acl: Disable tests for the Hurd. | 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6 | Jan (janneke) Nieuwenhuizen | 2020-10-10 16:20:09 |
gnu: Add nmrpflash. | 93d3cfec32bbbe1dfbe0be686b371973545b35b8 | Danny Milosavljevic | 2020-10-10 16:13:51 |
gnu: Add perl-opengl. | 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 | Andreas Enge | 2020-10-05 22:43:45 |
gnu: stumpwm: Fix the Texinfo manual. | afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 | Tobias Geerinckx-Rice | 2020-10-10 12:01:36 |
services: hurd-vm: Add 'gdb-minimal' to the default OS. | cf197bff6ae1aec76ca05288a09a3631e46077e7 | Ludovic Courtès | 2020-10-09 21:57:31 |
gnu: source-highlight: Allow cross-compilation. | 2f4b51ab22b312b11656f70e2dd08290592358d3 | Ludovic Courtès | 2020-10-09 21:31:18 |
gnu: boost: Allow compilation on/to GNU/Hurd. | 7b7b468ea401caca306f01c679d39ee09ef99be7 | Ludovic Courtès | 2020-10-09 21:18:09 |
Revert "gnu: guix: Update to commit 5918cb5." | a279f7c61c61d821d481c6c241372bd5bd1dcf67 | Maxim Cournoyer | 2020-10-09 21:54:21 |
system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. | d56d79b17630aa6849503db6c6f3a2a649c6ca33 | Jan (janneke) Nieuwenhuizen | 2020-10-09 21:12:43 |
system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'. | 1103f878054a3da5c579b1144defd0014abff775 | Jan (janneke) Nieuwenhuizen | 2020-10-09 21:02:52 |
system: hurd: Add PAM support with shadow and sudo. | 16f8ea064cde3ee4ef36212cdbdef90e98ba6914 | Jan (janneke) Nieuwenhuizen | 2020-10-09 20:55:46 |
gnu: guix: Update to commit 5918cb5. | f08587682a631d3fe30159af838c6766dd65205b | Maxim Cournoyer | 2020-10-09 21:23:22 |
doc: Sync the client and daemon --rounds options documentation. | 5918cb5341ecd76304eef2cb529e20896b56f4e5 | Maxim Cournoyer | 2020-10-09 20:50:01 |
nix: Honor '--rounds' when also using '--check'. | 0fa0e8df60b0b005a8d9499562464c5a66218a5b | Maxim Cournoyer | 2020-10-09 20:12:15 |
gnu: linux-libre 4.19: Update to 4.19.150. | 7ee4d47d1ad0463f3d0e05505ad49f091101383e | Leo Famulari | 2020-10-08 17:36:04 |
gnu: linux-libre 5.4: Update to 5.4.70. | d9dfa10acb8b543e75efcc7b180fd56d6b3ded60 | Leo Famulari | 2020-10-08 17:33:52 |
gnu: linux-libre: Update to 5.8.14. | 06a796df30cdeb08dd4ce2f584430e2223ed7e70 | Leo Famulari | 2020-10-08 17:29:41 |
gnu: sudo: Remove support for Python plug-ins. | 165e0918da54643bfaf9a6cb6b866f8692e9f8f9 | Jan (janneke) Nieuwenhuizen | 2020-10-07 16:49:29 |
doc: Document missing openssh configure option. | 9c1b8390ba36c0b9e3d5580b0f00206255f9b9a8 | Efraim Flashner | 2020-10-09 13:45:12 |
gnu: emacs-ivy-posframe: Update to 0.5.1. | 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e | Nicolas Goaziou | 2020-10-09 12:48:13 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/acl.scm | 3 | 0 |
File gnu/packages/acl.scm changed (mode: 100644) (index bcab125164..4e90703d81) | |||
5 | 5 | ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> | ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> |
6 | 6 | ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> | ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> |
7 | 7 | ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com> | ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com> |
8 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | ||
8 | 9 | ;;; | ;;; |
9 | 10 | ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. |
10 | 11 | ;;; | ;;; |
25 | 26 | #:use-module (guix licenses) | #:use-module (guix licenses) |
26 | 27 | #:use-module (gnu packages attr) | #:use-module (gnu packages attr) |
27 | 28 | #:use-module (gnu packages base) | #:use-module (gnu packages base) |
29 | #:use-module (gnu packages hurd) | ||
28 | 30 | #:use-module (gnu packages gettext) | #:use-module (gnu packages gettext) |
29 | 31 | #:use-module (gnu packages perl) | #:use-module (gnu packages perl) |
30 | 32 | #:use-module (guix packages) | #:use-module (guix packages) |
49 | 51 | `(#:modules ((ice-9 ftw) | `(#:modules ((ice-9 ftw) |
50 | 52 | ,@%gnu-build-system-modules) | ,@%gnu-build-system-modules) |
51 | 53 | #:configure-flags '("--disable-static") | #:configure-flags '("--disable-static") |
54 | #:tests? ,(not (hurd-target?)) | ||
52 | 55 | #:phases | #:phases |
53 | 56 | (modify-phases %standard-phases | (modify-phases %standard-phases |
54 | 57 | ;; XXX After repacking the sources the timestamps are reset to the | ;; XXX After repacking the sources the timestamps are reset to the |