* 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'.
|
# `onDelay' and `onGlobalDelay'.
|
||||||
delayProperties = attrs:
|
delayProperties = attrs:
|
||||||
let cleanAttrs = rmProperties attrs; in
|
let cleanAttrs = rmProperties attrs; in
|
||||||
if cleanAttrs != attrs then
|
if isProperty attrs then
|
||||||
lib.mapAttrs (a: v:
|
lib.mapAttrs (a: v:
|
||||||
lib.addErrorContext "while moving properties on the attribute `${a}'." (
|
lib.addErrorContext "while moving properties on the attribute `${a}'." (
|
||||||
triggerPropertiesGlobalDelay a (
|
triggerPropertiesGlobalDelay a (
|
||||||
|
|
Loading…
Reference in New Issue