octavePackages: drop mesa dependencies
Those don't do anything. statistics tests still pass, image tests also pass but the hook doesn't know how to handle xfail so the build fails.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
buildOctavePackage,
|
||||
lib,
|
||||
fetchurl,
|
||||
mesa,
|
||||
gnuplot,
|
||||
makeFontsConf,
|
||||
writableTmpDirAsHomeHook,
|
||||
@@ -18,7 +17,6 @@ buildOctavePackage rec {
|
||||
};
|
||||
|
||||
nativeOctavePkgTestInputs = [
|
||||
mesa
|
||||
gnuplot
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
io,
|
||||
datatypes,
|
||||
mesa,
|
||||
gnuplot,
|
||||
makeFontsConf,
|
||||
writableTmpDirAsHomeHook,
|
||||
@@ -27,7 +26,6 @@ buildOctavePackage rec {
|
||||
];
|
||||
|
||||
nativeOctavePkgTestInputs = [
|
||||
mesa
|
||||
gnuplot
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
@@ -118,7 +118,6 @@ makeScope newScope (
|
||||
|
||||
image = callPackage ../development/octave-modules/image {
|
||||
inherit (pkgs)
|
||||
mesa
|
||||
gnuplot
|
||||
makeFontsConf
|
||||
writableTmpDirAsHomeHook
|
||||
|
||||
Reference in New Issue
Block a user