libayatana-appindicator: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-03-01 10:47:33 +01:00
parent 3fd94db5f1
commit f170f85159
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -18,11 +18,6 @@ stdenv.mkDerivation rec {
sha256 = "1sba0w455rdkadkhxrx4fr63m0d9blsbb1q1hcshxw1k1z2nh1gk";
};
prePatch = ''
substituteInPlace configure.ac \
--replace "codegendir pygtk-2.0" "codegendir pygobject-2.0"
'';
nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc gobject-introspection python2 python2Packages.pygtk dbus-glib ];
buildInputs =