mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
qradiolink: 0.8.11-1 -> 0.9.0-1
This commit is contained in:
parent
12228ff175
commit
554baf8515
@ -19,17 +19,18 @@
|
||||
, speex
|
||||
, speexdsp
|
||||
, cppzmq
|
||||
, uhd
|
||||
}:
|
||||
|
||||
gnuradio3_8.pkgs.mkDerivation rec {
|
||||
pname = "qradiolink";
|
||||
version = "0.8.11-1";
|
||||
version = "0.9.0-1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qradiolink";
|
||||
repo = "qradiolink";
|
||||
rev = version;
|
||||
sha256 = "sha256-62+eKaLt9DlTebbnLPVJFx68bfWb7BrdQHocyJTfK28=";
|
||||
sha256 = "sha256-Js6DzmUG8O9c9VvjE6hc7JGuFmgc1Wq41zVJb8Us/yI=";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
@ -67,6 +68,7 @@ gnuradio3_8.pkgs.mkDerivation rec {
|
||||
libsndfile
|
||||
cppzmq
|
||||
gnuradio3_8.qwt
|
||||
uhd
|
||||
] ++ lib.optionals (gnuradio3_8.hasFeature "gr-ctrlport") [
|
||||
thrift
|
||||
gnuradio3_8.unwrapped.python.pkgs.thrift
|
||||
|
Loading…
Reference in New Issue
Block a user