wolfram-engine: fix quotes in installation script

main
Yu-Chen Ding 2 years ago committed by GitHub
parent 9bf942b8c6
commit e98f71d477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/science/math/wolfram-engine/default.nix

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
# Fix the installation script
patchShebangs MathInstaller
substituteInPlace MathInstaller \
--replace "`hostname`" "" \
--replace '`hostname`' "" \
--replace "chgrp" "# chgrp" \
--replace "chown" ": # chown"

Loading…
Cancel
Save