mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Fix gosmore build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30317
This commit is contained in:
parent
d5a21a68e5
commit
753ef6a635
@ -17,7 +17,11 @@ rec {
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||
phaseNames = ["fixCurlIncludes" "doConfigure" "doMakeInstall"];
|
||||
|
||||
fixCurlIncludes = a.fullDepEntry ''
|
||||
sed -e '/curl.types.h/d' -i *.{c,h,hpp,cpp}
|
||||
'' ["minInit" "doUnpack"];
|
||||
|
||||
name = "gosmore-r21657";
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user