packages: boost: Remove deprecated usage of %gnu-build-system-modules
parent
ca662a9f6d
commit
9f7cc992b2
|
@ -50,9 +50,9 @@
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:imported-modules `((guix build python-build-system)
|
#:imported-modules `((guix build python-build-system)
|
||||||
,@%gnu-build-system-modules)
|
,@%default-gnu-imported-modules)
|
||||||
#:modules `(((guix build python-build-system) #:select (python-version))
|
#:modules `(((guix build python-build-system) #:select (python-version))
|
||||||
,@%gnu-build-system-modules)
|
,@%default-gnu-imported-modules)
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(let ((icu (dirname (dirname (search-input-file
|
#~(let ((icu (dirname (dirname (search-input-file
|
||||||
|
|
Loading…
Reference in New Issue