* Remove an attrset comparison.

svn path=/nixpkgs/trunk/; revision=15736
This commit is contained in:
Eelco Dolstra 2009-05-26 16:25:59 +00:00
parent c36d75a40a
commit ded055c896

View file

@ -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 (