Skip to content

Commit

Permalink
cairo: fix build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed May 31, 2018
1 parent f492246 commit e557a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/cairo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ in stdenv.mkDerivation rec {

nativeBuildInputs = [
pkgconfig
];

buildInputs = [
libiconv
libintl
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
Expand Down

0 comments on commit e557a43

Please sign in to comment.