diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-06-08 23:24:33 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-06-08 23:37:17 +0300 |
commit | 3771d2e0c466ec8e4f2011f9cbe7e730e72868d7 (patch) | |
tree | ae38e0b955a4bf4afa7fb40dc93c672102fb8122 /gnu/packages/networking.scm | |
parent | daa1128b9c411f4ca32ea9715e38e71eb6ef4610 (diff) |
gnu: bwm-ng: Use GEXPs.
* gnu/packages/networking.scm (bwm-ng): Use GEXPs.
Change-Id: I79cedc5b91dfe511d16325f97aced35407f6dee4
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 80556eba8c..4e3ac931cf 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |