pythonPackages.notify: pkgs.pkgconfig -> pkgs.pkg-config
Fix building with `config.allowAliases = false;`.
This commit is contained in:
parent
6b6d2abfa0
commit
3096979f78
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
configure
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = [ python pygobject2 pygtk pkgs.libnotify pkgs.glib pkgs.gtk2 pkgs.dbus-glib ];
|
||||
|
||||
postInstall = "cd $out/lib/python*/site-packages && ln -s gtk-*/pynotify .";
|
||||
|
Loading…
Reference in New Issue
Block a user