* Remove an attrset comparison.
svn path=/nixpkgs/trunk/; revision=15736
This commit is contained in:
parent
c36d75a40a
commit
ded055c896
@ -295,7 +295,7 @@ rec {
|
||||
# `onDelay' and `onGlobalDelay'.
|
||||
delayProperties = attrs:
|
||||
let cleanAttrs = rmProperties attrs; in
|
||||
if cleanAttrs != attrs then
|
||||
if isProperty attrs then
|
||||
lib.mapAttrs (a: v:
|
||||
lib.addErrorContext "while moving properties on the attribute `${a}'." (
|
||||
triggerPropertiesGlobalDelay a (
|
||||
|
Loading…
Reference in New Issue
Block a user