Unverified Commit 55b00aa1 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

ants: update `postInstall` attribute

parent ad1e8a5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {

  postInstall = ''
    for file in $out/bin/*; do
      wrapProgram $file --set ANTSPATH "$out/bin"
      wrapProgram $file --set PATH "$out/bin"
    done
  '';