Merge pull request #10766 from sjourdois/hackrf

hackrf: allow on darwin
This commit is contained in:
Domen Kožar
2015-11-01 09:20:46 +01:00
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "An open source SDR platform"; description = "An open source SDR platform";
homepage = http://greatscottgadgets.com/hackrf/; homepage = http://greatscottgadgets.com/hackrf/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.all;
maintainers = with maintainers; [ sjmackenzie the-kenny ]; maintainers = with maintainers; [ sjmackenzie the-kenny ];
}; };
} }