Skip to content

Commit

Permalink
octave: Do not --enable-link-all-dependencies on Darwin (#368376)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Jan 2, 2025
2 parents 3fe57fe + 9e3db9e commit 80c49d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/interpreters/octave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ stdenv.mkDerivation (finalAttrs: {
"--with-lapack=lapack"
(if use64BitIdx then "--enable-64" else "--disable-64")
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ "--enable-link-all-dependencies" ]
++ lib.optionals enableReadline [ "--enable-readline" ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ "--with-x=no" ]
++ lib.optionals enableQt [ "--with-qt=5" ];
Expand Down

0 comments on commit 80c49d8

Please sign in to comment.