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"))))
|
(base32 "1gpp2l3w479h1w5skjra5xy0gxd24kvmk6i4psbkafnv2399la4k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list #:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-premature-./configure
|
(add-after 'unpack 'disable-premature-./configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "autogen.sh"
|
(substitute* "autogen.sh"
|
||||||
(("\\$srcdir/configure")
|
(("\\$srcdir/configure")
|
||||||
"true"))
|
"true")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake))
|
(list autoconf automake))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue