hobbits: migrate to by-name
This commit is contained in:
@@ -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) ];
|
||||
@@ -3810,8 +3810,6 @@ with pkgs;
|
||||
buildGoModule = buildGo123Module;
|
||||
};
|
||||
|
||||
hobbits = libsForQt5.callPackage ../tools/graphics/hobbits { };
|
||||
|
||||
highlight = callPackage ../tools/text/highlight {
|
||||
lua = lua5;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user