Change several package constraints from linux to unix

They all build on Darwin.
This commit is contained in:
John Wiegley
2014-04-12 16:01:16 -05:00
parent b296895abe
commit 010132e302
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Permanent DNS caching";
homepage = http://www.phys.uu.nl/~rombouts/pdnsd.html;
license = "GPLv3+";
platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [viric];
};
}