mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libayatana-appindicator: remove stale substituteInPlace
This commit is contained in:
parent
3fd94db5f1
commit
f170f85159
1 changed files with 0 additions and 5 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue