elfutils: optionals is to be used when a list is provided
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
This commit is contained in:
parent
7b57403c03
commit
83f3d96db8
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ lib.optional stdenv.hostPlatform.isMusl autoreconfHook
|
++ lib.optional stdenv.hostPlatform.isMusl autoreconfHook
|
||||||
++ lib.optional (enableDebuginfod || stdenv.hostPlatform.isMusl) pkg-config;
|
++ lib.optional (enableDebuginfod || stdenv.hostPlatform.isMusl) pkg-config;
|
||||||
buildInputs = [ zlib bzip2 xz ]
|
buildInputs = [ zlib bzip2 xz ]
|
||||||
++ lib.optional stdenv.hostPlatform.isMusl [
|
++ lib.optionals stdenv.hostPlatform.isMusl [
|
||||||
argp-standalone
|
argp-standalone
|
||||||
musl-fts
|
musl-fts
|
||||||
musl-obstack
|
musl-obstack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user