Replace codegen script which was failing with EACCESS. Test Gajim build worked fine
svn path=/nixpkgs/trunk/; revision=21849
This commit is contained in:
@@ -14,4 +14,9 @@ stdenv.mkDerivation {
|
|||||||
;
|
;
|
||||||
|
|
||||||
propagatedBuildInputs = [pygobject pycairo];
|
propagatedBuildInputs = [pygobject pycairo];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm $out/bin/pygtk-codegen-2.0
|
||||||
|
ln -s ${pygobject}/bin/pygobject-codegen-2.0 $out/bin/pygtk-codegen-2.0
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user