Merge pull request #170 from ecarreras/fix-xfce-gigolo

Fix waf env python to ${python}/bin/python
This commit is contained in:
Vladimír Čunát
2012-10-23 11:19:36 -07:00

View File

@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ python gettext intltool gtk pkgconfig gvfs];
preConfigure = ''
sed -i "waf" -e "1 s^.*/env[ ]*python^#!${python}/bin/python^";
'';
meta = {
homepage = http://goodies.xfce.org/projects/applications/gigolo;
description = "Gigolo is a frontend to easily manage connections to remote filesystems";