mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #329693 from doronbehar/pkg/gnuradio
gnuradioMinimal: 3.10.10.0 -> 3.10.11.0
This commit is contained in:
commit
aefcf1642c
@ -103,11 +103,11 @@ let
|
|||||||
runtime = [
|
runtime = [
|
||||||
thrift
|
thrift
|
||||||
];
|
];
|
||||||
pythonRuntime = with python.pkgs; [
|
pythonRuntime = [
|
||||||
python.pkgs.thrift
|
python.pkgs.thrift
|
||||||
# For gr-perf-monitorx
|
# For gr-perf-monitorx
|
||||||
matplotlib
|
python.pkgs.matplotlib
|
||||||
networkx
|
python.pkgs.networkx
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
gnuradio-companion = {
|
gnuradio-companion = {
|
||||||
|
@ -102,11 +102,11 @@ let
|
|||||||
libunwind
|
libunwind
|
||||||
thrift
|
thrift
|
||||||
];
|
];
|
||||||
pythonRuntime = with python.pkgs; [
|
pythonRuntime = [
|
||||||
python.pkgs.thrift
|
python.pkgs.thrift
|
||||||
# For gr-perf-monitorx
|
# For gr-perf-monitorx
|
||||||
matplotlib
|
python.pkgs.matplotlib
|
||||||
networkx
|
python.pkgs.networkx
|
||||||
];
|
];
|
||||||
cmakeEnableFlag = "GR_CTRLPORT";
|
cmakeEnableFlag = "GR_CTRLPORT";
|
||||||
};
|
};
|
||||||
|
@ -44,11 +44,11 @@
|
|||||||
# If one wishes to use a different src or name for a very custom build
|
# If one wishes to use a different src or name for a very custom build
|
||||||
, overrideSrc ? {}
|
, overrideSrc ? {}
|
||||||
, pname ? "gnuradio"
|
, pname ? "gnuradio"
|
||||||
, version ? "3.10.10.0"
|
, version ? "3.10.11.0"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
sourceSha256 = "sha256-pEVWhXDjOevrduDbZQbiDbODZY8PpsGY4O8yxrwlCcs=";
|
sourceSha256 = "sha256-QOZXUj+ZmfpazsrHEs8Gx3WSmoHG/zO43NEpyhIjpN8=";
|
||||||
featuresInfo = {
|
featuresInfo = {
|
||||||
# Needed always
|
# Needed always
|
||||||
basic = {
|
basic = {
|
||||||
@ -103,11 +103,11 @@ let
|
|||||||
libunwind
|
libunwind
|
||||||
thrift
|
thrift
|
||||||
];
|
];
|
||||||
pythonRuntime = with python.pkgs; [
|
pythonRuntime = [
|
||||||
python.pkgs.thrift
|
python.pkgs.thrift
|
||||||
# For gr-perf-monitorx
|
# For gr-perf-monitorx
|
||||||
matplotlib
|
python.pkgs.matplotlib
|
||||||
networkx
|
python.pkgs.networkx
|
||||||
];
|
];
|
||||||
cmakeEnableFlag = "GR_CTRLPORT";
|
cmakeEnableFlag = "GR_CTRLPORT";
|
||||||
};
|
};
|
||||||
|
@ -123,7 +123,7 @@ in {
|
|||||||
export QT_PLUGIN_PATH="${qt.qtbase.bin}/${qt.qtbase.qtPluginPrefix}"
|
export QT_PLUGIN_PATH="${qt.qtbase.bin}/${qt.qtbase.qtPluginPrefix}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Software Defined Radio (SDR) software";
|
description = "Software Defined Radio (SDR) software";
|
||||||
mainProgram = "gnuradio-config-info";
|
mainProgram = "gnuradio-config-info";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -136,8 +136,8 @@ in {
|
|||||||
real-world radio systems.
|
real-world radio systems.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.gnuradio.org";
|
homepage = "https://www.gnuradio.org";
|
||||||
license = licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [ doronbehar bjornfor fpletz jiegec ];
|
maintainers = with lib.maintainers; [ doronbehar bjornfor fpletz jiegec ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user