Merge pull request #10766 from sjourdois/hackrf
hackrf: allow on darwin
This commit is contained in:
commit
050bba281e
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user