forked from mirrors/nixpkgs
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 {
|
||||
name = "flpsed-${version}";
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
description = "WYSIWYG PostScript annotator";
|
||||
homepage = http://flpsed.org/flpsed.html;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.mesaPlatforms;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://fox-toolkit.org;
|
||||
license = licenses.lgpl3;
|
||||
maintainers = [];
|
||||
broken = stdenv.isDarwin;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,5 +58,6 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux; # sdl-config times out on darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue