mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
Remove bash shebangs from runScripts
This commit is contained in:
parent
29d945ce67
commit
1ad677b048
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
targetPkgs = import ./common.nix;
|
targetPkgs = import ./common.nix;
|
||||||
runScriptPrefix = ''
|
runScriptPrefix = ''
|
||||||
#!${pkgs.bash}/bin/bash
|
|
||||||
# Needed for simulink even on wayland systems
|
# Needed for simulink even on wayland systems
|
||||||
export QT_QPA_PLATFORM=xcb
|
export QT_QPA_PLATFORM=xcb
|
||||||
# Search for an imperative declaration of the installation directory of matlab
|
# Search for an imperative declaration of the installation directory of matlab
|
||||||
|
@ -63,7 +62,6 @@
|
||||||
name = "matlab-shell";
|
name = "matlab-shell";
|
||||||
inherit targetPkgs;
|
inherit targetPkgs;
|
||||||
runScript = ''
|
runScript = ''
|
||||||
#!${pkgs.bash}/bin/bash
|
|
||||||
# needed for simulink in fact, but doesn't harm here as well.
|
# needed for simulink in fact, but doesn't harm here as well.
|
||||||
export QT_QPA_PLATFORM=xcb
|
export QT_QPA_PLATFORM=xcb
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
Loading…
Reference in a new issue