aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/nfs.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-12-10 12:57:35 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-12-10 12:57:35 +0200
commita66642f744406a052aef5c3bdb5eac12ca37bb1b (patch)
tree47c6f5901afdd830c7cdeaf7feaf8779a5a3919c /gnu/services/nfs.scm
parent8908c82bf9ea99bac1fe112504550692046a11a6 (diff)
downloadguix-a66642f744406a052aef5c3bdb5eac12ca37bb1b.tar.gz
guix-a66642f744406a052aef5c3bdb5eac12ca37bb1b.zip
gnu: cdrkit-libre: Fix cross-compiling.
* gnu/packages/cdrom.scm (cdrkit-libre)[source]: Add patch. * gnu/packages/patches/cdrkit-libre-cross-compile.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/services/nfs.scm')
0 files changed, 0 insertions, 0 deletions
il'>...Alex Kost 2016-03-08packages: Gracefully report packages not found....Ludovic Courtès 2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès 2016-03-08packages: Clarify NAME-VERSION deprecation message....Ludovic Courtès 2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin 2016-03-02packages: Factorize package specification search....Mathieu Lirzin 2016-02-24Do not check package freshness during upgrade....Alex Kost 2015-12-20packages: Remove now redundant graph procedures....Ludovic Courtès 2015-10-21packages: Update 'check-package-freshness' to use (guix upstream)....Ludovic Courtès 2015-06-18Move 'specification->package+output' to (gnu packages)....Ludovic Courtès 2015-04-18packages: Allow package lookups with version prefixes....Ludovic Courtès 2015-04-08Merge branch 'master' into core-updates宋文武 2015-04-07gnu: Emit a warning when a package module cannot be loaded....Ludovic Courtès 2015-04-03packages: Fix typo....Alex Kost 2015-01-26gnu: Raise an error when a bootstrap binary is not found....Ludovic Courtès 2015-01-20gnu: 'search-patch' raises an error when a patch is not found....Ludovic Courtès 2015-01-03gnu: Search for patches under $GUIX_PACKAGE_PATH....Ludovic Courtès 2014-12-21packages: Sort Scheme file lists used by 'fold-packages'....Ludovic Courtès 2014-11-11gnu-maintenance: Introduce <gnu-release> data type....Ludovic Courtès 2014-09-29packages: Optimize 'find-packages-by-name' to avoid disk accesses....Ludovic Courtès 2014-09-24Introduce the 'GUIX_PACKAGE_PATH' environment variable....Ludovic Courtès 2014-09-24packages: Add '%package-module-search-path'....Ludovic Courtès 2014-09-24packages: Generalize package module search....Ludovic Courtès 2014-09-03Move specification->package to gnu/packages.scm....Cyril Roelandt 2014-08-20Move 'check-package-freshness' from 'guix package' to 'packages'....Alex Kost 2014-08-19packages: Remove dead code....Alex Kost 2014-07-20guix: refresh: Add --list-dependent option....Eric Bavier 2013-12-21Factorize package search between 'guix package' and 'guix build'....Ludovic Courtès 2013-04-21ui: Add a 'define-diagnostic' macro....Nikita Karetnikov 2013-04-14utils: Add `fold2'....Ludovic Courtès 2013-03-22store: Really disable file name canonicalization for derivation inputs....Ludovic Courtès 2013-03-21gnu: Disable file name canonicalization in `search-*'....Ludovic Courtès 2013-02-13Build newest versions unless specified, and implement upgrades....Mark H Weaver 2013-02-13Inhibit duplicates in fold-packages....Mark H Weaver 2013-01-18distro: Rename (distro) to (gnu packages)....Ludovic Courtès