1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cairomm: multiple outputs

This commit is contained in:
Thomas Tuegel 2016-11-13 20:29:18 -06:00
parent 6f36042eea
commit 13bef32e73
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ cairo libsigcxx ];
buildInputs = [ fontconfig freetype ]