icr: remove unnecessary adding of makeWrapper to path
makeWrapper doesn't contain binaries so this doesn't do anything
This commit is contained in:
parent
24da3b0f35
commit
df45ce9000
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue