cairo: fix build inputs
This commit is contained in:
parent
f492246df2
commit
e557a432e0
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libiconv
|
||||
libintl
|
||||
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
|
|
Loading…
Reference in a new issue