dvdisaster: fix build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
diff --git a/scripts/bash-based-configure b/scripts/bash-based-configure
|
||||
--- a/scripts/bash-based-configure
|
||||
+++ b/scripts/bash-based-configure
|
||||
@@ -1364,6 +1364,7 @@ EOF
|
||||
|
||||
cat >conftest.c <<EOF
|
||||
#include <glib.h>
|
||||
+#include <stdio.h>
|
||||
int main(int argc, char *argv[])
|
||||
{ g_malloc(1024);
|
||||
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
||||
patches = lib.optionals enableSoftening [
|
||||
./encryption.patch
|
||||
./dvdrom.patch
|
||||
./gcc14-fix.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user