forked from mirrors/nixpkgs
Replace codegen script which was failing with EACCESS. Test Gajim build worked fine
svn path=/nixpkgs/trunk/; revision=21849
This commit is contained in:
parent
6361b3a682
commit
ad1684ae13
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue