zbar: fix build on darwin
This commit is contained in:
parent
2987aa0aab
commit
4619e1c05b
2 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
# see https://github.com/mchehab/zbar/issues/104
|
||||
, enableDbus ? false
|
||||
, libintl
|
||||
, libiconv
|
||||
, Foundation
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -50,6 +52,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
imagemagickBig
|
||||
libintl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
libiconv
|
||||
Foundation
|
||||
] ++ lib.optionals enableDbus [
|
||||
dbus
|
||||
] ++ lib.optionals withXorg [
|
||||
|
|
|
@ -13307,6 +13307,7 @@ with pkgs;
|
|||
zbackup = callPackage ../tools/backup/zbackup {};
|
||||
|
||||
zbar = libsForQt5.callPackage ../tools/graphics/zbar {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
autoreconfHook = buildPackages.autoreconfHook269;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue