Revert "gtkmm: fix build error by patching missing operator"

This reverts commit 7defda8356.
It breaks the package after update 61c467937b;
This commit is contained in:
Vladimír Čunát
2016-10-13 19:32:45 +02:00
parent ffa65afdcd
commit 72e0135752
2 changed files with 0 additions and 13 deletions
-2
View File
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72";
};
patches = [ ./gtkmm-2.24.4-missing-operator.patch ];
nativeBuildInputs = [pkgconfig];
propagatedBuildInputs = [ glibmm gtk2 atkmm cairomm pangomm ];