Replace codegen script which was failing with EACCESS. Test Gajim build worked fine

svn path=/nixpkgs/trunk/; revision=21849
This commit is contained in:
Michael Raskin 2010-05-18 20:13:39 +00:00
parent 6361b3a682
commit ad1684ae13

View file

@ -14,4 +14,9 @@ stdenv.mkDerivation {
;
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
'';
}