pangomm: multiple outputs

This commit is contained in:
Thomas Tuegel 2016-11-14 09:35:46 -06:00
parent a6c2b2ef0e
commit 992bc3e762
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af"; sha256 = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af";
}; };
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ pango glibmm cairomm ]; propagatedBuildInputs = [ pango glibmm cairomm ];