pure-ftpd: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-24 02:23:30 +01:00
parent f6cf8e3426
commit 32227af3a6
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = https://www.pureftpd.org;
license = licenses.isc; # with some parts covered by BSD3(?)
maintainers = [ maintainers.lethalman ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}