guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/16: gnu: xen: Version the mini-os checkout.


From: guix-commits
Subject: 12/16: gnu: xen: Version the mini-os checkout.
Date: Thu, 28 Sep 2023 19:13:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7abe56433fea376d39c2cbec16df7e562714475
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200

    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.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 6efebd41bf..a1524d49be 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]