mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: symbiyosys: Fix typo.
This package uses gnu-build-system, not cmake. * gnu/packages/electronics.scm (symbiyosys)[arguments]<#:imported-modules>: Replace cmake-build-system-modules by default-gnu-imported-modules. Change-Id: I9fcb34e4d7e80dbbd8f3dc9c9ec14c4ae1b9264b Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f5ed728ccd
commit
e41a317ad7
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
|
|||
#:modules `((guix build gnu-build-system)
|
||||
((guix build python-build-system) #:prefix python:)
|
||||
(guix build utils))
|
||||
#:imported-modules `(,@%cmake-build-system-modules
|
||||
#:imported-modules `(,@%default-gnu-imported-modules
|
||||
(guix build python-build-system))
|
||||
#:make-flags #~(list (string-append "PREFIX=" #$output))
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue