#pragma once #include "derivations.hh" namespace nix { /* Read a derivation, after ensuring its existence through ensurePath(). */ Derivation derivationFromPath(StoreAPI & store, const Path & drvPath); /* Place in `paths' the set of all store paths in the file system closure of `storePath'; that is, all paths than can be directly or indirectly reached from it. `paths' is not cleared. If `flipDirection' is true, the set of paths that can reach `storePath' is returned; that is, the closures under the `referrers' relation instead of the `references' relation is returned. */ void computeFSClosure(StoreAPI & store, const Path & path, PathSet & paths, bool flipDirection = false, bool includeOutputs = false, bool includeDerivers = false); /* Return the path corresponding to the output identifier `id' in the given derivation. */ Path findOutput(const Derivation & drv, string id); bool willBuildLocally(const Derivation & drv); bool substitutesAllowed(const Derivation & drv); } b right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patchutils.scm
AgeCommit message (Expand)Author
2019-04-15gnu: quilt: Update to 0.66....Tobias Geerinckx-Rice
2019-04-15gnu: quilt: Don't use NAME in source URI....Tobias Geerinckx-Rice
2019-04-15gnu: meld: Update to 3.20.1....Tobias Geerinckx-Rice
2019-03-31gnu: Fix descriptions to not use quotes....Efraim Flashner
2019-01-16gnu: Add meld....Pierre Neidhardt
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2018-12-05gnu: quilt: Use shorter file names for patches....Ludovic Courtès
2018-11-30patchutils: Update to 0.3.4....Eric Bavier
2018-10-03quilt: Remove test workarounds....Eric Bavier
2018-10-02quilt: Add diffstat input....Eric Bavier
2018-10-02quilt: Install translations....Eric Bavier
2018-10-02quilt: Upgrade to 0.65....Eric Bavier
2018-08-09gnu: Add VBinDiff....Leo Famulari