wolfram-engine: fix quotes in installation script

This commit is contained in:
Yu-Chen Ding 2022-05-12 01:29:53 +08:00 committed by GitHub
parent 9bf942b8c6
commit e98f71d477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"