diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-09-03T14·02+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-09-03T14·03+0200 |
commit | e07ec8d27e08bf23eccab079b044a6f1b37f3ac9 (patch) | |
tree | 0dacd79c9a2ff40662de47d2e0515b535e684867 /src/libstore/derivations.hh | |
parent | cec50290bf5537d574fd94557bd3918f2bea8a30 (diff) |
Support allowSubstitutes attribute in structured attribute derivations
Hopefully fixes #3081 (didn't test).
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 9753e796db5f..8e02c9bc57c1 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -56,8 +56,6 @@ struct BasicDerivation the given derivation. */ Path findOutput(const string & id) const; - bool substitutesAllowed() const; - bool isBuiltin() const; /* Return true iff this is a fixed-output derivation. */ |