mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
cbqn: Build without singeli.
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources. [arguments]<#:make-flags: Replace “o3n-singeli” with “o3”. <#:phases>: Remove “link-singeli”.
This commit is contained in:
parent
2c1fc058c5
commit
1578ad8d3f
1 changed files with 1 additions and 5 deletions
|
@ -182,12 +182,9 @@ (define-public cbqn
|
|||
(name "cbqn")
|
||||
(outputs '("out" "lib"))
|
||||
(arguments
|
||||
(list #:make-flags '(list "shared-o3" "o3n-singeli")
|
||||
(list #:make-flags '(list "shared-o3" "o3")
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(add-before 'build 'link-singeli
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(symlink #+singeli-sources "Singeli")))
|
||||
(add-before 'build 'generate-bytecode
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(system (string-append #+dbqn
|
||||
|
@ -218,7 +215,6 @@ (define-public cbqn
|
|||
(install-file "libcbqn.so" lib)))))))
|
||||
(native-inputs (list dbqn
|
||||
bqn-sources
|
||||
singeli-sources
|
||||
libffi
|
||||
clang-toolchain
|
||||
linux-libre-headers))))
|
||||
|
|
Loading…
Reference in a new issue