Unverified Commit 88ff20cd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

svxlink: migrate to by-name

parent ac4960ff
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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;