svxlink: migrate to by-name

This commit is contained in:
Nikolay Korotkiy
2025-10-04 00:24:28 +04:00
parent ac4960ff10
commit 88ff20cd44
2 changed files with 4 additions and 8 deletions
@@ -13,9 +13,7 @@
libgcrypt,
libsigcxx,
popt,
qtbase,
qttools,
wrapQtAppsHook,
qt5,
rtl-sdr,
tcl,
doxygen,
@@ -63,7 +61,7 @@ stdenv.mkDerivation rec {
pkg-config
doxygen
groff
wrapQtAppsHook
qt5.wrapQtAppsHook
];
buildInputs = [
@@ -74,8 +72,8 @@ stdenv.mkDerivation rec {
libsigcxx
libopus
popt
qtbase
qttools
qt5.qtbase
qt5.qttools
rtl-sdr
speex
tcl
-2
View File
@@ -8895,8 +8895,6 @@ with pkgs;
structuresynth = libsForQt5.callPackage ../development/libraries/structuresynth { };
svxlink = libsForQt5.callPackage ../applications/radio/svxlink { };
szurubooru = callPackage ../servers/web-apps/szurubooru { };
tclap = tclap_1_2;