Build qca2 on darwin

This commit is contained in:
Matthew Pickering 2018-03-13 09:44:31 +00:00
parent f0a8f1f313
commit de6360b63e

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
license = "LGPL"; license = "LGPL";
homepage = http://delta.affinix.com/qca; homepage = http://delta.affinix.com/qca;
maintainers = [ maintainers.sander ]; maintainers = [ maintainers.sander ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }