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 f0f993a + f0ebdac commit 0d8f1f8Copy full SHA for 0d8f1f8
1 file changed
pkgs/by-name/dv/dvd-vr/package.nix
@@ -11,7 +11,12 @@ stdenv.mkDerivation (finalAttrs: {
11
url = "https://www.pixelbeat.org/programs/dvd-vr/dvd-vr-${finalAttrs.version}.tar.gz";
12
sha256 = "13wkdia3c0ryda40b2nzpb9vddimasgc4w95hvl0k555k9k8bl0r";
13
};
14
- makeFlags = [ "PREFIX=$(out)" ];
+
15
+ makeFlags = [
16
+ "PREFIX=$(out)"
17
+ # Fix build with GCC 14
18
+ "CFLAGS=-Wno-error=incompatible-pointer-types"
19
+ ];
20
21
meta = with lib; {
22
homepage = "https://www.pixelbeat.org/programs/dvd-vr/";
0 commit comments