Unverified Commit 6bc52f47 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

hobbits: migrate to by-name

parent 640b6763
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  mkDerivation,
  fetchFromGitHub,
  cmake,
  pkg-config,
@@ -9,7 +8,7 @@
  libpcap,
  libusb1,
  python3,
  wrapQtAppsHook,
  qt5,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -40,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    cmake
    pkg-config
    wrapQtAppsHook
    qt5.wrapQtAppsHook
  ];

  cmakeFlags = [ (lib.cmakeBool "USE_SYSTEM_PFFFT" true) ];
+0 −2
Original line number Diff line number Diff line
@@ -3810,8 +3810,6 @@ with pkgs;
    buildGoModule = buildGo123Module;
  };
  hobbits = libsForQt5.callPackage ../tools/graphics/hobbits { };
  highlight = callPackage ../tools/text/highlight {
    lua = lua5;
  };