dillo: remove top level override

This commit is contained in:
Aliaksandr
2025-12-26 23:50:51 +02:00
committed by Michael Daniels
parent 17b4b1b7ab
commit 6df4aaa8b0
2 changed files with 3 additions and 7 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
lib,
autoreconfHook,
fetchFromGitHub,
fltk,
fltk_1_3,
libjpeg,
libpng,
libwebp,
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
autoreconfHook
pkg-config
fltk
fltk_1_3
which
];
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
libpng
libwebp
ssl
fltk
fltk_1_3
];
outputs = [
-4
View File
@@ -13514,10 +13514,6 @@ with pkgs;
yaziPlugins = recurseIntoAttrs (callPackage ../by-name/ya/yazi/plugins { });
dillo = callPackage ../by-name/di/dillo/package.nix {
fltk = fltk_1_3;
};
libpostalWithData = callPackage ../by-name/li/libpostal/package.nix {
withData = true;
};