Another wibble

This commit is contained in:
Parnell Springmeyer 2017-01-29 01:31:33 -06:00
parent 5077699605
commit 48564d1ae5
No known key found for this signature in database
GPG key ID: DCCF89258EAD874A

View file

@ -27,7 +27,7 @@ let
unpackPhase = "true";
installPhase = ''
mkdir -p $out/bin
${lib.concatMapStrings (builtins.map mkWrapper programs)}
${lib.concatMapStrings mkWrapper programs}
'';
};