diff options
-rw-r--r-- | guix/derivations.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/derivations.scm b/guix/derivations.scm index bb18ce6bb1..38cefb6100 100644 --- a/guix/derivations.scm +++ b/guix/derivations.scm @@ -651,7 +651,7 @@ name of each input with that input's hash." #f))))) (define derivation-hash ; `hashDerivationModulo' in derivations.cc - (mlambda (drv) + (lambda (drv) "Return the hash of DRV, modulo its fixed-output inputs, as a bytevector." (match drv (($ <derivation> ((_ . ($ <derivation-output> path |