mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
Conflicts: gnu/packages/commencement.scm gnu/packages/xml.scm
This commit is contained in:
commit
bcf2971f6e
46 changed files with 1508 additions and 441 deletions
|
@ -601,7 +601,6 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(define (tarball-package pkg)
|
||||
"Return a package containing a tarball of PKG."
|
||||
(package (inherit pkg)
|
||||
(location (source-properties->location (current-source-location)))
|
||||
(name (string-append (package-name pkg) "-tarball"))
|
||||
(build-system trivial-build-system)
|
||||
(native-inputs `(("tar" ,tar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue