more platforms.gnu -> gnu ++ linux changes, manually
This commit is contained in:
parent
9bbac8b3bf
commit
9bde5abedd
@ -87,6 +87,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Build fails on Cygwin and Darwin:
|
# Build fails on Cygwin and Darwin:
|
||||||
# <http://article.gmane.org/gmane.lisp.scheme.mit-scheme.devel/489>.
|
# <http://article.gmane.org/gmane.lisp.scheme.mit-scheme.devel/489>.
|
||||||
platforms = platforms.gnu ++ platforms.freebsd;
|
platforms = platforms.gnu ++ platforms.linux ++ platforms.freebsd;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
# libevent fails to build on Cygwin and Guile has troubles on Darwin.
|
# libevent fails to build on Cygwin and Guile has troubles on Darwin.
|
||||||
platforms = lib.platforms.gnu;
|
platforms = lib.platforms.gnu ++ lib.platforms.linux;
|
||||||
|
|
||||||
broken = true; # needs patch for gets()
|
broken = true; # needs patch for gets()
|
||||||
};
|
};
|
||||||
|
@ -89,6 +89,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
homepage = http://tahoe-lafs.org/;
|
homepage = http://tahoe-lafs.org/;
|
||||||
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
||||||
maintainers = with lib.maintainers; [ MostAwesomeDude ];
|
maintainers = with lib.maintainers; [ MostAwesomeDude ];
|
||||||
platforms = lib.platforms.gnu; # arbitrary choice
|
platforms = lib.platforms.gnu ++ lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user