mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Merge remote-tracking branch 'origin/master' into core-updates-frozen
This commit is contained in:
@@ -358,6 +358,20 @@
|
||||
(package-transitive-supported-systems d)
|
||||
(package-transitive-supported-systems e))))
|
||||
|
||||
(test-assert "package-development-inputs"
|
||||
;; Note: Due to propagated inputs, 'package-development-inputs' returns a
|
||||
;; couple more inputs, such as 'linux-libre-headers'.
|
||||
(lset<= equal?
|
||||
`(("source" ,(package-source hello)) ,@(standard-packages))
|
||||
(package-development-inputs hello)))
|
||||
|
||||
(test-assert "package-development-inputs, cross-compilation"
|
||||
(lset<= equal?
|
||||
`(("source" ,(package-source hello))
|
||||
,@(standard-cross-packages "mips64el-linux-gnu" 'host)
|
||||
,@(standard-cross-packages "mips64el-linux-gnu" 'target))
|
||||
(package-development-inputs hello #:target "mips64el-linux-gnu")))
|
||||
|
||||
(test-assert "package-closure"
|
||||
(let-syntax ((dummy-package/no-implicit
|
||||
(syntax-rules ()
|
||||
|
||||
Reference in New Issue
Block a user