Unverified Commit 6828aea0 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

savvycan: migrate to by-name

parent 517ecd6b
Loading
Loading
Loading
Loading
+8 −16
Original line number Diff line number Diff line
@@ -2,17 +2,10 @@
  stdenv,
  lib,
  fetchFromGitHub,
  qtbase,
  qttools,
  qmake,
  qtserialbus,
  qtserialport,
  qtdeclarative,
  wrapQtAppsHook,
  qt5,
}:

stdenv.mkDerivation rec {

  pname = "savvycan";
  version = "220";

@@ -24,16 +17,16 @@ stdenv.mkDerivation rec {
  };

  buildInputs = [
    qtbase
    qttools
    qtserialbus
    qtserialport
    qtdeclarative
    qt5.qtbase
    qt5.qttools
    qt5.qtserialbus
    qt5.qtserialport
    qt5.qtdeclarative
  ];

  nativeBuildInputs = [
    qmake
    wrapQtAppsHook
    qt5.qmake
    qt5.wrapQtAppsHook
  ];

  meta = with lib; {
@@ -70,5 +63,4 @@ stdenv.mkDerivation rec {
        it!
    '';
  };

}
+0 −2
Original line number Diff line number Diff line
@@ -13987,8 +13987,6 @@ with pkgs;
  rusty-psn-gui = rusty-psn.override { withGui = true; };
  savvycan = libsForQt5.callPackage ../applications/networking/sniffers/savvycan { };
  sayonara = libsForQt5.callPackage ../applications/audio/sayonara { };
  scantailor-advanced = libsForQt5.callPackage ../applications/graphics/scantailor/advanced.nix { };