mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Remove systemd-version and systemd-source.
* modules/rosenthal/packages/bootloaders.scm (systemd-version) (systemd-source): Delete variables. (systemd-stub, ukify): Adjust accordingly.
This commit is contained in:
		
							parent
							
								
									4ec4303fac
								
							
						
					
					
						commit
						5ab9348d37
					
				@ -72,18 +72,6 @@
 | 
				
			|||||||
;;; Unified Kernel Image support.
 | 
					;;; Unified Kernel Image support.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define systemd-version "258")
 | 
					 | 
				
			||||||
(define systemd-source
 | 
					 | 
				
			||||||
  (origin
 | 
					 | 
				
			||||||
    (method git-fetch)
 | 
					 | 
				
			||||||
    (uri (git-reference
 | 
					 | 
				
			||||||
           (url "https://github.com/systemd/systemd")
 | 
					 | 
				
			||||||
           (commit (string-append "v" systemd-version))))
 | 
					 | 
				
			||||||
    (file-name (git-file-name "systemd" systemd-version))
 | 
					 | 
				
			||||||
    (sha256
 | 
					 | 
				
			||||||
     (base32
 | 
					 | 
				
			||||||
      "18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define (systemd-stub-name)
 | 
					(define (systemd-stub-name)
 | 
				
			||||||
  (let ((arch (cond ((target-x86-32?) "ia32")
 | 
					  (let ((arch (cond ((target-x86-32?) "ia32")
 | 
				
			||||||
                    ((target-x86-64?) "x64")
 | 
					                    ((target-x86-64?) "x64")
 | 
				
			||||||
@ -95,8 +83,16 @@
 | 
				
			|||||||
(define-public systemd-stub
 | 
					(define-public systemd-stub
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "systemd-stub")
 | 
					    (name "systemd-stub")
 | 
				
			||||||
    (version systemd-version)
 | 
					    (version "258")
 | 
				
			||||||
    (source systemd-source)
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (method git-fetch)
 | 
				
			||||||
 | 
					              (uri (git-reference
 | 
				
			||||||
 | 
					                     (url "https://github.com/systemd/systemd")
 | 
				
			||||||
 | 
					                     (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					              (file-name (git-file-name "name" version))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:tests? #f
 | 
					     (list #:tests? #f
 | 
				
			||||||
@ -130,8 +126,16 @@ Supports measured and/or verified boot environments.")
 | 
				
			|||||||
(define-public ukify
 | 
					(define-public ukify
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ukify")
 | 
					    (name "ukify")
 | 
				
			||||||
    (version systemd-version)
 | 
					    (version "258")
 | 
				
			||||||
    (source systemd-source)
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (method git-fetch)
 | 
				
			||||||
 | 
					              (uri (git-reference
 | 
				
			||||||
 | 
					                     (url "https://github.com/systemd/systemd")
 | 
				
			||||||
 | 
					                     (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
 | 
				
			||||||
    (build-system pyproject-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:phases
 | 
					     (list #:phases
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user