yeshup: only build on linux

It uses the linux-only sys/prctl.h header.
This commit is contained in:
Matthew Bauer 2016-08-12 00:19:55 -05:00
parent bb245a5b1e
commit cf69e6d870

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/RhysU/yeshup;
platforms = platforms.all;
platforms = platforms.linux;
license = licenses.cc-by-sa-30; # From Stackoverflow answer
maintainers = with maintainers; [ obadz ];
};