From ab0ea847333b122da2927afefd7448b07f8f9093 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Tue, 28 Mar 2017 19:25:02 -0400 Subject: libdc1394: patch bugs on darwin One of these issues is in a platform-specific file for darwin, the other may only be a breaker when using clang. --- pkgs/development/libraries/libdc1394/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/libdc1394/default.nix') diff --git a/pkgs/development/libraries/libdc1394/default.nix b/pkgs/development/libraries/libdc1394/default.nix index c1d11ce87ee5d..036adcef74cbe 100644 --- a/pkgs/development/libraries/libdc1394/default.nix +++ b/pkgs/development/libraries/libdc1394/default.nix @@ -14,6 +14,8 @@ stdenv.mkDerivation rec { ++ stdenv.lib.optional stdenv.isLinux libraw1394 ++ stdenv.lib.optional stdenv.isDarwin CoreServices; + patches = stdenv.lib.optional stdenv.isDarwin ./darwin-fixes.patch; + meta = with stdenv.lib; { homepage = http://sourceforge.net/projects/libdc1394/; description = "Capture and control API for IIDC compliant cameras"; -- cgit 1.4.1