hobbits: migrate to by-name

This commit is contained in:
Nikolay Korotkiy
2025-04-17 00:47:53 +04:00
parent 640b676355
commit 6bc52f475d
2 changed files with 2 additions and 5 deletions
@@ -1,7 +1,6 @@
{
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) ];
-2
View File
@@ -3810,8 +3810,6 @@ with pkgs;
buildGoModule = buildGo123Module;
};
hobbits = libsForQt5.callPackage ../tools/graphics/hobbits { };
highlight = callPackage ../tools/text/highlight {
lua = lua5;
};