(zilch nixpkgs): remove other load-bearing derivation attrs on drv-to-env
Change-Id: I6a6a6964cda47ecb852e71490412e6236398fe60
This commit is contained in:
parent
83c6d94de3
commit
4008106946
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
(define new-env (list))
|
(define new-env (list))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (kv)
|
(lambda (kv)
|
||||||
(unless (member (car kv) '("out" "name" "builder" "system") string=?) (set! new-env (cons kv new-env))))
|
(unless (member (car kv) '("out" "name" "builder" "system" "allowedReferences" "disallowedReferences" "allowedRequisites" "disallowedRequisites") string=?) (set! new-env (cons kv new-env))))
|
||||||
(derivation-env drv))
|
(derivation-env drv))
|
||||||
(define is-ca-derivation (symbol? (derivation-output-hash (cdar (derivation-outputs drv)))))
|
(define is-ca-derivation (symbol? (derivation-output-hash (cdar (derivation-outputs drv)))))
|
||||||
(define out-drv
|
(define out-drv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue