We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f91fbd1 + 4557afb commit 8fb763eCopy full SHA for 8fb763e
pkgs/by-name/pc/pcmanfm/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchurl,
5
+ fetchpatch,
6
glib,
7
intltool,
8
libfm,
@@ -29,6 +30,14 @@ stdenv.mkDerivation rec {
29
30
sha256 = "sha256-FMt7JHSTxMzmX7tZAmEeOtAKeocPvB5QrcUEKMUUDPc=";
31
};
32
33
+ patches = [
34
+ # Fix build with gcc14 -Werror=incompatible-pointer-types
35
+ (fetchpatch {
36
+ url = "https://github.com/lxde/pcmanfm/commit/12abd7e179adb9e31d999824048a5f40f90218fd.patch";
37
+ hash = "sha256-iuNejg211VOiaIVSNkIV64VIrs6oOp+qwjqz3JFxOTI=";
38
+ })
39
+ ];
40
+
41
buildInputs = [
42
glib
43
gtk
0 commit comments