No longer needed and causes confusion

This commit is contained in:
Dominic Steinitz 2018-03-01 09:11:45 +00:00
parent 5767be72e5
commit 183c3603fa

View file

@ -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: {