Merge pull request #27344 from lukeadams/gnuradio-update

Gnuradio: Enable Darwin Support
This commit is contained in:
Bjørn Forsman
2017-11-23 08:23:07 +01:00
committed by GitHub
12 changed files with 121 additions and 54 deletions

View File

@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://uhd.ettus.com/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor fpletz ];
};
}