mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
libudev-zero: actually pass list to lib.optionals
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# non-install target that builds everything anyway.
|
||||
dontBuild = true;
|
||||
|
||||
installTargets = lib.optionals stdenv.hostPlatform.isStatic "install-static";
|
||||
installTargets = lib.optionals stdenv.hostPlatform.isStatic [ "install-static" ];
|
||||
|
||||
passthru.tests = {
|
||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
||||
Reference in New Issue
Block a user