Make fbterm build
svn path=/nixpkgs/trunk/; revision=15530
This commit is contained in:
parent
a8315aa241
commit
63d9ef7a99
1 changed files with 5 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue