lol

Merge pull request #36157 from idontgetoutmuch/master

Stop forcing hmatrix-gsl to use gsl 1.16 and use gsl 2.4 instead

authored by

Peter Simons and committed by
GitHub
56f1785e 51f6a946

-4
-4
pkgs/development/haskell-modules/configuration-nix.nix
··· 471 471 ''; 472 472 }); 473 473 474 - # Fails to link against with newer gsl versions because a deprecrated function 475 - # was removed 476 - hmatrix-gsl = super.hmatrix-gsl.override { gsl = pkgs.gsl_1; }; 477 - 478 474 # tests run executable, relying on PATH 479 475 # without this, tests fail with "Couldn't launch intero process" 480 476 intero = overrideCabal super.intero (drv: {