mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-22 05:22:53 +00:00
matlab-shell: use the runScriptPrefix
This commit is contained in:
parent
685712f946
commit
cd58c0108f
1 changed files with 1 additions and 3 deletions
|
@ -63,9 +63,7 @@
|
|||
packages.x86_64-linux.matlab-shell = pkgs.buildFHSUserEnv {
|
||||
name = "matlab-shell";
|
||||
inherit targetPkgs;
|
||||
runScript = ''
|
||||
# needed for simulink in fact, but doesn't harm here as well.
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
runScript = runScriptPrefix + ''
|
||||
cat <<EOF
|
||||
============================
|
||||
welcome to nix-matlab shell!
|
||||
|
|
Loading…
Reference in a new issue