Unverified Commit c871bb48 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

gtkmm2: multiple outputs

parent 13bef32e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
    sha256 = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72";
  };

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [pkgconfig];

  propagatedBuildInputs = [ glibmm gtk2 atkmm cairomm pangomm ];