opensmtpd-extras: mark linux only

This commit is contained in:
Daiderd Jordan
2018-03-24 00:10:46 +01:00
parent b0894c42ea
commit 2483f218cd

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 ];
};
}