plotutils: disable failing test on i686
This commit is contained in:
parent
6be25ae545
commit
f29214caed
@ -13,7 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg";
|
sha256 = "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libpng];
|
buildInputs = [ libpng ];
|
||||||
|
|
||||||
|
# disable failing test on i686
|
||||||
|
prePatch = stdenv.lib.optionalString stdenv.isi686 ''
|
||||||
|
substituteInPlace test/Makefile.in --replace 'spline.test' ' '
|
||||||
|
'';
|
||||||
|
|
||||||
patches = map fetchurl (import ./debian-patches.nix);
|
patches = map fetchurl (import ./debian-patches.nix);
|
||||||
|
|
||||||
@ -45,9 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.gnu.org/software/plotutils/;
|
homepage = http://www.gnu.org/software/plotutils/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = [
|
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||||
stdenv.lib.maintainers.marcweber
|
|
||||||
];
|
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user