Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

hackrf: allow on darwin

+1 -1
+1 -1
pkgs/applications/misc/hackrf/default.nix
··· 22 22 description = "An open source SDR platform"; 23 23 homepage = http://greatscottgadgets.com/hackrf/; 24 24 license = licenses.gpl2; 25 - platforms = platforms.linux; 25 + platforms = platforms.all; 26 26 maintainers = with maintainers; [ sjmackenzie the-kenny ]; 27 27 }; 28 28 }