mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
xfce.gigolo: minor update 0.4.1 -> .2
It no longer uses Waf.
This commit is contained in:
parent
76822ea4d5
commit
ab05fa29eb
1 changed files with 2 additions and 6 deletions
|
@ -3,20 +3,16 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
p_name = "gigolo";
|
p_name = "gigolo";
|
||||||
ver_maj = "0.4";
|
ver_maj = "0.4";
|
||||||
ver_min = "1";
|
ver_min = "2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xfce/src/apps/${p_name}/${ver_maj}/${name}.tar.bz2";
|
url = "mirror://xfce/src/apps/${p_name}/${ver_maj}/${name}.tar.bz2";
|
||||||
sha256 = "1y8p9bbv1a4qgbxl4vn6zbag3gb7gl8qj75cmhgrrw9zrvqbbww2";
|
sha256 = "0r4ij0mlnp0bqq44pyrdcpz18r1zwsksw6w5yc0jzgg7wj7wfgsm";
|
||||||
};
|
};
|
||||||
name = "${p_name}-${ver_maj}.${ver_min}";
|
name = "${p_name}-${ver_maj}.${ver_min}";
|
||||||
|
|
||||||
buildInputs = [ python gettext intltool gtk pkgconfig gvfs];
|
buildInputs = [ python gettext intltool gtk pkgconfig gvfs];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
sed -i "waf" -e "1 s^.*/env[ ]*python^#!${python}/bin/python^";
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://goodies.xfce.org/projects/applications/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/applications/${p_name}";
|
||||||
description = "A frontend to easily manage connections to remote filesystems";
|
description = "A frontend to easily manage connections to remote filesystems";
|
||||||
|
|
Loading…
Reference in a new issue