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:
K900
2026-06-17 18:47:21 +03:00
parent 74c0a0f6fa
commit ebadae9eae
3 changed files with 0 additions and 5 deletions
@@ -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
];
-1
View File
@@ -118,7 +118,6 @@ makeScope newScope (
image = callPackage ../development/octave-modules/image {
inherit (pkgs)
mesa
gnuplot
makeFontsConf
writableTmpDirAsHomeHook