icr: remove unnecessary adding of makeWrapper to path
makeWrapper doesn't contain binaries so this doesn't do anything
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user