kdeFrameworks setup hook: fix set -u regression

This commit is contained in:
Frederik Rietdijk 2019-11-25 21:50:44 +01:00
parent 6e61ff057b
commit 646b279c55

View file

@ -48,7 +48,7 @@ let
# Propagate $dev so that this setup hook is propagated
# But only if there is a separate $dev output
if [ "''${outputDev:?}" != out ]; then
propagatedBuildInputs="$propagatedBuildInputs @dev@"
propagatedBuildInputs="''${propagatedBuildInputs-} @dev@"
fi
fi
'';