pcmanfm: fix build failure

This commit is contained in:
Saterfield990
2025-07-16 16:08:55 +03:00
parent 6acc670eb9
commit f15bfaa859
+6
View File
@@ -14,6 +14,8 @@
withGtk3 ? true,
gtk2,
gtk3,
gettext,
nix-update-script,
}:
let
@@ -48,8 +50,12 @@ stdenv.mkDerivation (finalAttrs: {
adwaita-icon-theme
];
env.ACLOCAL = "aclocal -I ${gettext}/share/gettext/m4";
configureFlags = optional withGtk3 "--with-gtk=3";
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://blog.lxde.org/category/pcmanfm/";
license = lib.licenses.gpl2Plus;