me
/
guix
Archived
1
0
Fork 0

gnu: xen: Version the mini-os checkout.

* gnu/packages/virtualization.scm (xen)[native-inputs]: Add the Xen name
and version to the ‘…-mini-os-git-checkout’ store file name.
master
Tobias Geerinckx-Rice 2023-09-24 02:00:00 +02:00
parent bd4761e01e
commit d7abe56433
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2467,7 +2467,7 @@ override CC = " (assoc-ref inputs "cross-gcc") "/bin/i686-linux-gnu-gcc"))
(commit "0b4b7897e08b967a09bed2028a79fabff82342dd")))
(sha256
(base32 "1i8pcl19n60i2m9vlg79q3nknpj209c9ic5x10wxaicx45kc107f"))
(file-name "mini-os-git-checkout")))
(file-name (string-append name "-" version "-mini-os-git-checkout"))))
("perl" ,perl)
; TODO: markdown
("pkg-config" ,pkg-config)