Merge pull request #176238 from symphorien/giac-browser

giac-with-xcas: fix command to open help inside browser
main
Guillaume Girol 2 years ago committed by GitHub
commit c30e557de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/science/math/giac/default.nix

@ -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 = [

Loading…
Cancel
Save