Fix waf env python to ${python}/bin/python

This commit is contained in:
Eduard Carreras 2012-10-23 19:40:46 +02:00
parent 74ea0584f2
commit 4be6b18fdf

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";