diff options
Diffstat (limited to 'gnu/packages/base.scm')
| -rw-r--r-- | gnu/packages/base.scm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 26096743192..79810bccd10 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -1548,7 +1548,18 @@ variety of options. It is an alternative to the shell \"type\" built-in | |||
| 1548 | command.") | 1548 | command.") |
| 1549 | (license gpl3+))) ; some files are under GPLv2+ | 1549 | (license gpl3+))) ; some files are under GPLv2+ |
| 1550 | 1550 | ||
| 1551 | (define-public glibc/hurd glibc) | 1551 | (define-public glibc/hurd |
| 1552 | (hidden-package | ||
| 1553 | (package/inherit glibc | ||
| 1554 | (source | ||
| 1555 | (origin | ||
| 1556 | (inherit (package-source glibc)) | ||
| 1557 | (patches | ||
| 1558 | (append (map search-patch | ||
| 1559 | (delete "glibc-hurd64-intr-msg-clobber.patch" %glibc-patches)) | ||
| 1560 | (search-patches | ||
| 1561 | "glibc-hurd-signal-fpe-exception.patch" | ||
| 1562 | "glibc-hurd-xstate.patch")))))))) | ||
| 1552 | 1563 | ||
| 1553 | (define-public glibc/hurd-headers | 1564 | (define-public glibc/hurd-headers |
| 1554 | (package/inherit glibc/hurd | 1565 | (package/inherit glibc/hurd |
