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
commit 050bba281e

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 ];
};
}