mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: liquid-dsp: Remove static library.
* gnu/packages/radio.scm (liquid-dsp)[arguments]: Add 'delete-static-library' phase.
This commit is contained in:
parent
573f777495
commit
3a8d0eff9e
1 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,13 @@ (define-public liquid-dsp
|
|||
`(("fftw" ,fftw)
|
||||
("fftwf" ,fftwf)
|
||||
("libfec" ,libfec)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'delete-static-library
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(delete-file (string-append (assoc-ref outputs "out")
|
||||
"/lib/libliquid.a")))))))
|
||||
(home-page "https://liquidsdr.org")
|
||||
(synopsis "Signal processing library for software-defined radios")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue