Make fbterm build
svn path=/nixpkgs/trunk/; revision=15530
This commit is contained in:
parent
a8315aa241
commit
63d9ef7a99
@ -16,8 +16,12 @@ rec {
|
|||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
configureFlags = [];
|
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 */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["fixInc" "doConfigure" "doMakeInstall"];
|
||||||
|
|
||||||
name = "fbterm-" + version;
|
name = "fbterm-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user