diff options
Diffstat (limited to 'src/libexpr/get-drvs.hh')
-rw-r--r-- | src/libexpr/get-drvs.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh index 4fb8f43feea9..84ffe25cabfe 100644 --- a/src/libexpr/get-drvs.hh +++ b/src/libexpr/get-drvs.hh @@ -49,8 +49,8 @@ typedef list<DrvInfo> DrvInfos; Otherwise, return false. */ bool getDerivation(EvalState & state, Expr e, DrvInfo & drv); -void getDerivations(EvalState & state, Expr e, DrvInfos & drvs, - const string & attrPath = ""); +void getDerivations(EvalState & state, Expr e, const string & pathPrefix, + DrvInfos & drvs); #endif /* !__GET_DRVS_H */ |