opensmtpd-extras: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:06:03 +02:00
parent b0894c42ea
commit 2483f218cd
+1 -1
View File
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = https://www.opensmtpd.org/;
description = "Extra plugins for the OpenSMTPD mail server";
license = licenses.isc;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ gebner ];
};
}