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