From e98f71d47777d1f49d8d7f2d218cac6761cffd32 Mon Sep 17 00:00:00 2001 From: Yu-Chen Ding <8792460+res0Nanz@users.noreply.github.com> Date: Thu, 12 May 2022 01:29:53 +0800 Subject: [PATCH] wolfram-engine: fix quotes in installation script --- pkgs/applications/science/math/wolfram-engine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/wolfram-engine/default.nix b/pkgs/applications/science/math/wolfram-engine/default.nix index 8b531b2c885..cf9364ffac1 100644 --- a/pkgs/applications/science/math/wolfram-engine/default.nix +++ b/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"