mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
Conflicts: guix/packages.scm
This commit is contained in:
commit
edae5b3d50
37 changed files with 2297 additions and 227 deletions
|
@ -96,6 +96,7 @@ prepended to the name."
|
|||
#:key
|
||||
(python (default-python))
|
||||
(tests? #t)
|
||||
(test-target "test")
|
||||
(configure-flags ''())
|
||||
(phases '(@ (guix build python-build-system)
|
||||
%standard-phases))
|
||||
|
@ -124,7 +125,7 @@ provides a 'setup.py' file as its build system."
|
|||
source)
|
||||
#:configure-flags ,configure-flags
|
||||
#:system ,system
|
||||
#:test-target "test"
|
||||
#:test-target ,test-target
|
||||
#:tests? ,tests?
|
||||
#:phases ,phases
|
||||
#:outputs %outputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue