Merge pull request #172588 from res0Nanz/patch-1

wolfram-engine: fix quotes in installation script
main
Jörg Thalheim 2 years ago committed by GitHub
commit 3d4109f3a4
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 # Fix the installation script
patchShebangs MathInstaller patchShebangs MathInstaller
substituteInPlace MathInstaller \ substituteInPlace MathInstaller \
--replace "`hostname`" "" \ --replace '`hostname`' "" \
--replace "chgrp" "# chgrp" \ --replace "chgrp" "# chgrp" \
--replace "chown" ": # chown" --replace "chown" ": # chown"

Loading…
Cancel
Save