tcp-wrappers: linux only

This commit is contained in:
Matthew Bauer
2017-04-09 01:29:29 -05:00
parent c02ab895a1
commit 525b5dce19

View File

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