Loading pkgs/by-name/cs/csdr/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, fftwFloat, libsamplerate, versionCheckHook, }: stdenv.mkDerivation rec { Loading @@ -22,6 +23,10 @@ stdenv.mkDerivation rec { postPatch = '' # function is not defined in any headers but used in libcsdr.c echo "int errhead();" >> src/predefined.h substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ Loading @@ -42,6 +47,10 @@ stdenv.mkDerivation rec { --replace '=''${exec_prefix}//' '=/' ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "version"; doInstallCheck = true; meta = with lib; { homepage = "https://github.com/jketterl/csdr"; description = "Simple DSP library and command-line tool for Software Defined Radio"; Loading pkgs/by-name/di/digiham/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,12 @@ stdenv.mkDerivation (finalAttrs: { ./cpp-17.patch ]; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake ]; Loading pkgs/by-name/op/openwebrx/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ sox, wsjtx, codecserver, versionCheckHook, }: let Loading Loading @@ -54,6 +55,12 @@ let hash = "sha256-1H0TJ8QN3b6Lof5TWvyokhCeN+dN7ITwzRvEo2X8OWc="; }; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake pkg-config Loading @@ -67,6 +74,10 @@ let soapysdr-with-plugins ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/rtl_connector"; doInstallCheck = true; meta = { homepage = "https://github.com/jketterl/owrx_connector"; description = "Set of connectors that are used by OpenWebRX to interface with SDR hardware"; Loading Loading @@ -113,6 +124,9 @@ python3Packages.buildPythonApplication rec { "test" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru = { inherit js8py owrx_connector; }; Loading Loading
pkgs/by-name/cs/csdr/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, fftwFloat, libsamplerate, versionCheckHook, }: stdenv.mkDerivation rec { Loading @@ -22,6 +23,10 @@ stdenv.mkDerivation rec { postPatch = '' # function is not defined in any headers but used in libcsdr.c echo "int errhead();" >> src/predefined.h substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ Loading @@ -42,6 +47,10 @@ stdenv.mkDerivation rec { --replace '=''${exec_prefix}//' '=/' ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "version"; doInstallCheck = true; meta = with lib; { homepage = "https://github.com/jketterl/csdr"; description = "Simple DSP library and command-line tool for Software Defined Radio"; Loading
pkgs/by-name/di/digiham/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,12 @@ stdenv.mkDerivation (finalAttrs: { ./cpp-17.patch ]; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake ]; Loading
pkgs/by-name/op/openwebrx/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ sox, wsjtx, codecserver, versionCheckHook, }: let Loading Loading @@ -54,6 +55,12 @@ let hash = "sha256-1H0TJ8QN3b6Lof5TWvyokhCeN+dN7ITwzRvEo2X8OWc="; }; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail \ "cmake_minimum_required (VERSION 3.0)" \ "cmake_minimum_required (VERSION 3.10)" ''; nativeBuildInputs = [ cmake pkg-config Loading @@ -67,6 +74,10 @@ let soapysdr-with-plugins ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/rtl_connector"; doInstallCheck = true; meta = { homepage = "https://github.com/jketterl/owrx_connector"; description = "Set of connectors that are used by OpenWebRX to interface with SDR hardware"; Loading Loading @@ -113,6 +124,9 @@ python3Packages.buildPythonApplication rec { "test" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; passthru = { inherit js8py owrx_connector; }; Loading