#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); bool willBuildLocally(const Derivation & drv); bool substitutesAllowed(const Derivation & drv); } pts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
AgeCommit message (Expand)Author
2023-08-08gnu: webkitgtk: Update to 2.40.5.Andre A. Gomes
2023-07-10gnu: webkitgtk: Fix building on i686-linux.Efraim Flashner
2023-06-20gnu: webkitgtk: Explicitly use ruby-2.Christopher Baines
2023-05-30gnu: webkitgtk: Update to 2.40.2.Andre A. Gomes
2023-04-23Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-23gnu: webkitgtk: Update to 2.40.1 [security fixes].Karl Hallsby
2023-04-14Merge branch 'master' into core-updates.Maxim Cournoyer
2023-04-14gnu: webkitgtk: Update to 2.40.0.Maxim Cournoyer
2023-03-28gnu: webkitgtk: Update to 2.40.0.Maxim Cournoyer
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
2023-02-17gnu: webkitgtk: Update to 2.38.5 [fixes CVE-2023-23529].Maxim Cournoyer
2023-02-16gnu: Remove unneeded module imports.Efraim Flashner
2023-02-12gnu: WebKit: Update to 2.38.4.Leo Famulari
2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2023-01-29gnu: Unify webkitgtk and webkitgtk-next.Liliana Marie Prikler
2023-01-08gnu: webkitgtk-next: Update to 2.38.3.Efraim Flashner