Merge pull request #36157 from idontgetoutmuch/master
Stop forcing hmatrix-gsl to use gsl 1.16 and use gsl 2.4 instead
This commit is contained in:
commit
56f1785e4b
@ -471,10 +471,6 @@ self: super: builtins.intersectAttrs super {
|
||||
'';
|
||||
});
|
||||
|
||||
# Fails to link against with newer gsl versions because a deprecrated function
|
||||
# was removed
|
||||
hmatrix-gsl = super.hmatrix-gsl.override { gsl = pkgs.gsl_1; };
|
||||
|
||||
# tests run executable, relying on PATH
|
||||
# without this, tests fail with "Couldn't launch intero process"
|
||||
intero = overrideCabal super.intero (drv: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user