[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37493] [PATCH] gnu: Add iwd.
From: |
Ludovic Courtès |
Subject: |
[bug#37493] [PATCH] gnu: Add iwd. |
Date: |
Wed, 25 Sep 2019 15:24:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Brice,
Brice Waegeneire <address@hidden> skribis:
> * gnu/packages/linux.scm (ell): New variable.
> * gnu/packages/networking.scm (iwd): New variable.
> * gnu/packages/patches/ell-fix-dbus-tests.patch: New file.
We normally do one patch per package. I can split this patch on your
behalf if you want, what do you prefer?
[...]
> + ;; (arguments
> + ;; `(#:tests? #f ;kernel/user integration tests are in package
> "xfstests"
> + ;; #:phases (modify-phases %standard-phases
> + ;; (add-after 'install 'install-headers
> + ;; (lambda _
> + ;; (invoke "make" "install-dev"))))))
Should we remove this comment?
> --- /dev/null
> +++ b/gnu/packages/patches/ell-fix-dbus-tests.patch
It’s good to add one or two describing the patch and its upstream
status.
Thank you,
Ludo’.