Merge pull request #320154 from viraptor/ccd2iso-darwin

ccd2iso: fix darwin build
This commit is contained in:
Aleksana
2024-06-18 01:41:06 +08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "1z000zi7hpr2h9cabj6hzf3n6a6gd6glmm8nn36v4b8i4vzbhx7q";
};
patches = [
./include.patch
];
meta = with lib; {
description = "CloneCD to ISO converter";
homepage = "https://sourceforge.net/projects/ccd2iso/";
+9
View File
@@ -0,0 +1,9 @@
--- a/src/ccd2iso.c 2024-06-16 09:01:37
+++ b/src/ccd2iso.c 2024-06-16 09:01:49
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "clonecd.h"