forked from mirrors/nixpkgs
Revert "cairo: fix build inputs"
This reverts commit e557a432e0
.
Sorry about this. Accidentally got into my git push. Did not mean to
cause a mass rebuild!
This commit is contained in:
parent
050557ef8a
commit
3c1ee736df
|
@ -25,9 +25,6 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libiconv
|
||||
libintl
|
||||
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
|
|
Loading…
Reference in a new issue