hackrf: allow on darwin

This commit is contained in:
Stéphane Jourdois 2015-10-31 23:47:24 +01:00
parent f1cc9ac9eb
commit 216fc04c50

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "An open source SDR platform";
homepage = http://greatscottgadgets.com/hackrf/;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ sjmackenzie the-kenny ];
};
}