Restore :ignore property in package! macro
This commit is contained in:
parent
9dc4e59a2c
commit
dd24578657
1 changed files with 4 additions and 3 deletions
|
@ -543,9 +543,10 @@ Accepts the following properties:
|
|||
(plist-put plist :recipe (cons name pkg-recipe)))
|
||||
(when pkg-pin
|
||||
(plist-put plist :pin nil)))
|
||||
(let ((val (plist-get plist :freeze)))
|
||||
(dolist (prop '(:ignore :freeze))
|
||||
(let ((val (plist-get plist prop)))
|
||||
(when val
|
||||
(plist-put plist :freeze (eval val))))
|
||||
(plist-put plist prop (eval val)))))
|
||||
`(progn
|
||||
,(when (and pkg-pin t)
|
||||
`(map-put package-pinned-packages ',name ,pkg-pin))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue