pure-ftpd: extend meta.platforms

This commit is contained in:
Joachim Fasting
2017-05-25 21:57:46 +02:00
parent 9145b386b6
commit 03b61cefc4

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.linux;
platforms = platforms.unix;
};
}