gnokii-0.6.30, add ical and gtk support

svn path=/nixpkgs/trunk/; revision=26334
This commit is contained in:
Yury G. Kudryashov
2011-03-15 23:09:14 +00:00
parent a9eb45ae18
commit db3b157ff6
3 changed files with 10 additions and 18 deletions
+3 -13
View File
@@ -5,7 +5,8 @@ let
s = import ./src-for-default.nix;
buildInputs = with a; [
perl intltool gettext libusb
glib pkgconfig
glib gtk pkgconfig bluez readline
libXpm pcsclite libical
];
in
@@ -18,19 +19,8 @@ rec {
configureFlags = [];
/* doConfigure should be removed if not needed */
phaseNames = [ "setDebug" "doConfigure" "doMakeInstall"];
phaseNames = [ "doConfigure" "doMakeInstall"];
setDebug = a.fullDepEntry ''
mkdir -p $out/src
cp -R * $out/src
cd $out/src
export NIX_STRIP_DEBUG=0
export CFLAGS="-ggdb -O0 -include ${a.stdenv.glibc}/include/locale.h"
export CXXFLAGS="-ggdb -O0"
'' [ "minInit" "doUnpack" ];
inherit(s) name;
meta = {
description = "Cellphone tool";