mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bwm-ng: Use GEXPs.
* gnu/packages/networking.scm (bwm-ng): Use GEXPs. Change-Id: I79cedc5b91dfe511d16325f97aced35407f6dee4
This commit is contained in:
parent
daa1128b9c
commit
3771d2e0c4
1 changed files with 7 additions and 8 deletions
|
@ -2168,14 +2168,13 @@ reusing frequently-requested web pages.")
|
|||
(base32 "1gpp2l3w479h1w5skjra5xy0gxd24kvmk6i4psbkafnv2399la4k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-premature-./configure
|
||||
(lambda _
|
||||
(substitute* "autogen.sh"
|
||||
(("\\$srcdir/configure")
|
||||
"true"))
|
||||
#t)))))
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-premature-./configure
|
||||
(lambda _
|
||||
(substitute* "autogen.sh"
|
||||
(("\\$srcdir/configure")
|
||||
"true")))))))
|
||||
(native-inputs
|
||||
(list autoconf automake))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue