Commas and incorrectly pointing at variables are hard.
This commit is contained in:
parent
813722216b
commit
1f699da0a1
|
@ -8,8 +8,8 @@
|
|||
stdenv,
|
||||
|
||||
### Ninja
|
||||
withNinja ? false
|
||||
ninja,
|
||||
withNinja ? false,
|
||||
ninja
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
|||
mbedtls_2
|
||||
perl
|
||||
python3
|
||||
] ++ lib.optionals stdenv.withNinja ninja;
|
||||
] ++ lib.optionals withNinja ninja;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Reference in New Issue