libdc1394: remove patch

applied in newer version
This commit is contained in:
Matthew Bauer
2019-06-05 22:55:15 -04:00
parent a430a5c963
commit f2a33b8709
2 changed files with 2 additions and 28 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libraw1394,
libusb1, CoreServices }:
{ stdenv, fetchurl, libraw1394
, libusb1, CoreServices }:
stdenv.mkDerivation rec {
name = "libdc1394-${version}";
@@ -14,8 +14,6 @@ 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 = https://sourceforge.net/projects/libdc1394/;
description = "Capture and control API for IIDC compliant cameras";