Merge pull request #176238 from symphorien/giac-browser
giac-with-xcas: fix command to open help inside browser
This commit is contained in:
@@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
|
||||
rm src/mkjs
|
||||
substituteInPlace src/Makefile.am --replace "g++ mkjs.cc" \
|
||||
"${buildPackages.stdenv.cc.targetPrefix}c++ mkjs.cc"
|
||||
|
||||
# to open help
|
||||
substituteInPlace src/global.cc --replace 'browser="mozilla"' 'browser="xdg-open"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user