gqrx: 2.15.4 → 2.15.7
This commit is contained in:
parent
e4501868fb
commit
65705a8341
1 changed files with 2 additions and 7 deletions
|
@ -24,13 +24,13 @@ assert !(pulseaudioSupport && portaudioSupport);
|
||||||
|
|
||||||
gnuradio3_8Minimal.pkgs.mkDerivation rec {
|
gnuradio3_8Minimal.pkgs.mkDerivation rec {
|
||||||
pname = "gqrx";
|
pname = "gqrx";
|
||||||
version = "2.15.4";
|
version = "2.15.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gqrx-sdr";
|
owner = "gqrx-sdr";
|
||||||
repo = "gqrx";
|
repo = "gqrx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-iQlrnkc1EMR8sUUAHh+7RfS/05unrcDm/kJ/Q4Vst2Q=";
|
sha256 = "sha256-4tXWwBkVmNZ4s3d6/n6XBdbh9Fv7821L3vkYmjgv1ds=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -68,11 +68,6 @@ gnuradio3_8Minimal.pkgs.mkDerivation rec {
|
||||||
"-DLINUX_AUDIO_BACKEND=${audioBackend}"
|
"-DLINUX_AUDIO_BACKEND=${audioBackend}"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
install -vD $src/gqrx.desktop -t "$out/share/applications/"
|
|
||||||
install -vD $src/resources/icons/gqrx.svg -t "$out/share/pixmaps/"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Software defined radio (SDR) receiver";
|
description = "Software defined radio (SDR) receiver";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue