diff options
Diffstat (limited to 'nix/libstore/derivations.hh')
| -rw-r--r-- | nix/libstore/derivations.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libstore/derivations.hh b/nix/libstore/derivations.hh index 8d5e4d05d46..0fbab3a7a4a 100644 --- a/nix/libstore/derivations.hh +++ b/nix/libstore/derivations.hh | |||
| @@ -77,7 +77,7 @@ Hash hashDerivationModulo(StoreAPI & store, Derivation drv); | |||
| 77 | /* Memoisation of hashDerivationModulo(). */ | 77 | /* Memoisation of hashDerivationModulo(). */ |
| 78 | typedef std::map<Path, Hash> DrvHashes; | 78 | typedef std::map<Path, Hash> DrvHashes; |
| 79 | 79 | ||
| 80 | extern DrvHashes drvHashes; | 80 | inline DrvHashes drvHashes; |
| 81 | 81 | ||
| 82 | /* Split a string specifying a derivation and a set of outputs | 82 | /* Split a string specifying a derivation and a set of outputs |
| 83 | (/nix/store/hash-foo!out1,out2,...) into the derivation path and | 83 | (/nix/store/hash-foo!out1,out2,...) into the derivation path and |
