Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, libsexy, pkgconfig, libxml2, pygtk, pango, gtk2, glib }:
|
||||
{ stdenv, fetchurl, buildPythonPackage, libsexy, pkgconfig, libxml2, pygtk, pango, gtk2, glib, python }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libsexy";
|
||||
@@ -10,14 +10,14 @@ buildPythonPackage rec {
|
||||
sha256 = "05bgcsxwkp63rlr8wg6znd46cfbhrzc5wh70jabsi654pxxjb39d";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig pygtk ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pygtk libsexy gtk2 glib pango libxml2
|
||||
pygtk libsexy glib pango libxml2
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/lib/python*/site-packages/gtk-2.0/* $out/lib/python*/site-packages/
|
||||
ln -s $out/${python.sitePackages}/gtk-2.0/* $out/${python.sitePackages}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user