icr: remove unnecessary adding of makeWrapper to path

makeWrapper doesn't contain binaries so this doesn't do anything
This commit is contained in:
Artturin 2023-01-07 18:02:03 +02:00
parent 24da3b0f35
commit df45ce9000

View file

@ -33,7 +33,7 @@ crystal.buildCrystalPackage rec {
postFixup = ''
wrapProgram $out/bin/icr \
--prefix PATH : ${lib.makeBinPath [ crystal shards makeWrapper which ]}
--prefix PATH : ${lib.makeBinPath [ crystal shards which ]}
'';
meta = with lib; {