tcp-wrappers: linux only

This commit is contained in:
Matthew Bauer 2017-04-09 01:29:29 -05:00
parent c02ab895a1
commit 525b5dce19
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -57,6 +57,6 @@ in stdenv.mkDerivation rec {
homepage = ftp://ftp.porcupine.org/pub/security/index.html; homepage = ftp://ftp.porcupine.org/pub/security/index.html;
license = "BSD-style"; license = "BSD-style";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.linux;
}; };
} }