pure-ftpd: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:06:05 +02:00
parent f6cf8e3426
commit 32227af3a6
+1 -1
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;
};
}