Make fbterm build

svn path=/nixpkgs/trunk/; revision=15530
This commit is contained in:
Michael Raskin 2009-05-10 12:29:36 +00:00
parent a8315aa241
commit 63d9ef7a99

View file

@ -16,8 +16,12 @@ rec {
inherit buildInputs;
configureFlags = [];
fixInc = a.FullDepEntry (''
sed -e '/ifdef SYS_signalfd/atypedef long long loff_t;' -i src/fbterm.cpp
'') ["doUnpack" "minInit"];
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
phaseNames = ["fixInc" "doConfigure" "doMakeInstall"];
name = "fbterm-" + version;
meta = {