Merge pull request #47366 from LnL7/darwin-broken-f
broken darwin packages (f)
This commit is contained in:
commit
75fd708391
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, fltk13, ghostscript}:
|
{ stdenv, fetchurl, fltk13, ghostscript, xlibs }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flpsed-${version}";
|
name = "flpsed-${version}";
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "WYSIWYG PostScript annotator";
|
description = "WYSIWYG PostScript annotator";
|
||||||
homepage = http://flpsed.org/flpsed.html;
|
homepage = http://flpsed.org/flpsed.html;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.mesaPlatforms;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fuuzetsu ];
|
maintainers = with maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://fox-toolkit.org;
|
homepage = http://fox-toolkit.org;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,5 +58,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
hydraPlatforms = platforms.linux; # sdl-config times out on darwin
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user