Delete duplicate entries in the package-entries list
This can happen when the same package is defined with two names, for example, with deprecated-package.
This commit is contained in:
parent
4619b7b575
commit
b1ab70a226
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ WHERE packages.id IN (
|
||||||
(filter (lambda (package-entry)
|
(filter (lambda (package-entry)
|
||||||
(not (vhash-assoc package-entry
|
(not (vhash-assoc package-entry
|
||||||
existing-package-entry-ids)))
|
existing-package-entry-ids)))
|
||||||
package-entries))
|
(delete-duplicates package-entries)))
|
||||||
(new-package-entry-ids
|
(new-package-entry-ids
|
||||||
(if (null? missing-package-entries)
|
(if (null? missing-package-entries)
|
||||||
'()
|
'()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue