-This is a guix channel for my projects, hosted at https://www.ameliathe1st.gay.
+This is a guix channel for my projects, and other random packages I need, hosted at https://www.ameliathe1st.gay.
Project list:
- isos
#:use-module ((guix licenses)
#:select (gpl3+))
#:use-module (gnu packages linux)
+ #:use-module (gnu packages gcc)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages commencement)
#:use-module (gnu packages bootloaders)
(define isos-gcc-system
(let ((%gcc (cross-gcc isos-target-triplet
+ #:xgcc gcc-13
#:xbinutils isos-binutils
#:libc #f)))
(package
(define isos
(package
(name "isos")
- (version "0.1")
+ (version "0.1-3ae74c837b0667ee04907c264062fd7a24182536")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.ameliathe1st.gay/isos.git")
- (commit "18009efb295141fd1ddef8f9bc3ade62a12f85df")));(string-append "v" version))))
+ (commit "3ae74c837b0667ee04907c264062fd7a24182536"))) ;(string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32 "1gzv0ddra030cpcxzmhznn16civqqrlg03gm5gfdkna922309p27"))))
+ (base32 "04axs6l0rl101ik0rvcprcakdi60khpnzzq98g9jv7fz0i3ijrww"))))
(arguments
(list
#:configure-flags #~(list (string-append "--c++-includes-stdlib="
- #$gcc-toolchain "/include"))))
+ #$gcc-toolchain-13 "/include"))))
(build-system gnu-build-system)
(native-inputs (list util-linux
- isos-binutils
isos-gcc-system
isos-gcc-user
- gcc-toolchain
grub
xorriso))
(inputs (list))