Commit df45ce90 authored by Artturin's avatar Artturin
Browse files

icr: remove unnecessary adding of makeWrapper to path

makeWrapper doesn't contain binaries so this doesn't do anything
parent 24da3b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {