Merge pull request #3464 from pmahoney/bind-osx

bind: Expand to all unix platforms.
This commit is contained in:
lethalman
2014-08-04 22:18:48 +02:00
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.isc;
maintainers = with stdenv.lib.maintainers; [viric simons];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; unix;
};
}