ccextractor: fix build on x86_64-darwin

main
flurie 3 years ago
parent 15cef13921
commit 12157af2ec
No known key found for this signature in database
GPG Key ID: D963E8522F408029
  1. 7
      pkgs/applications/video/ccextractor/default.nix

@ -23,7 +23,12 @@ stdenv.mkDerivation rec {
sha256 = "sha256-usVAKBkdd8uz9cD5eLd0hnwGonOJLscRdc+iWDlNXVc=";
};
sourceRoot = "source/src";
postPatch = lib.optionalString stdenv.isDarwin ''
substituteInPlace src/CMakeLists.txt \
--replace 'add_definitions(-DGPAC_CONFIG_LINUX)' 'add_definitions(-DGPAC_CONFIG_DARWIN)'
'';
cmakeDir = "../src";
nativeBuildInputs = [ pkg-config cmake makeWrapper ];

Loading…
Cancel
Save