[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55369] [PATCH v2 1/2] gnu: zfs: Use new package style.
From: |
Maxime Devos |
Subject: |
[bug#55369] [PATCH v2 1/2] gnu: zfs: Use new package style. |
Date: |
Wed, 11 May 2022 21:33:23 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Brian Cully via Guix-patches via schreef op wo 11-05-2022 om 11:43 [-
0400]:
> [inputs]: Remove labels.
Nice.
> ---
> This patch replaces ungexp'd package references with
> (search-input-file …) and puts ‘util-linux’ back in the inputs.
The uses of 'search-input-file' look good to me at first sight.
One additional nitpick:
> + (string-append "--with-linux="
> + (assoc-ref inputs "linux-
module-builder")
> + "/lib/modules/build"))))
You can remove an input label here as well, try 'search-input-
directory' (untested):
(string-append "--with-linux="
;; provided by 'linux-module-build-system'
(search-input-directory inputs "lib/modules/build"))
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#55369] [PATCH 1/2] gnu: zfs: Use new package style., Brian Cully, 2022/05/11
- [bug#55369] [PATCH] gnu: Change OpenZFS home page to reflect new project ownership., Brian Cully, 2022/05/11
- [bug#55369] [PATCH 1/2] gnu: zfs: Use new package style., Maxime Devos, 2022/05/11
- [bug#55369] [PATCH 1/2] gnu: zfs: Use new package style., Maxime Devos, 2022/05/11
- [bug#55369] [PATCH v2 1/2] gnu: zfs: Use new package style., Brian Cully, 2022/05/11
- [bug#55369] [PATCH v2 1/2] gnu: zfs: Use new package style.,
Maxime Devos <=
- [bug#55369] [PATCH v2] gnu: Change OpenZFS home page to reflect new project ownership., Brian Cully, 2022/05/11
[bug#55369] [PATCH v3 1/2] gnu: zfs: Use new package style., Brian Cully, 2022/05/12