guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3b1891727ef43b68ee042e250680c4684846c009
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Jan 25 16:50:04 2026 -0800
gnu: reform-debian-packages: Remove.
* gnu/packages/linux.scm (reform-debian-packages): Remove obsolete variable.
---
gnu/packages/linux.scm | 43 -------------------------------------------
1 file changed, 43 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f8f575417d..f671513310 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1502,49 +1502,6 @@ Linux kernel. It has been modified to remove all
non-free binary blobs.")
("CONFIG_VHOST_VDPA" . m))
(default-extra-linux-options linux-libre-lts-version))))
-(define-public reform-debian-packages
- (package
- (name "reform-debian-packages")
- (version "2023-07-10-475-ge469c2a") ;from git describe
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://source.mnt.re/reform/reform-debian-packages.git")
- (commit "e469c2ad131054c7afe4f9f059eb2eb575545b1a")))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0pv24b317n4h71rn25v2wa3qhs1i0wjfpys899cpm5lf0irvis7q"))))
- (build-system copy-build-system)
- (arguments
- (list
- #:install-plan
- #~'(("linux/patches6.16/" "/patches6.16")
- ("linux/patches6.17/" "/patches6.17")
- ("linux/" "/dts/amlogic"
- #:include-regexp ("meson.*\\.dts$"))
- ("linux/" "/dts/freescale"
- #:include-regexp ("imx8.*\\.dts$"))
- ("linux/" "/dts/freescale"
- #:include-regexp ("fsl.*\\.dts$"))
- ("linux/" "/dts/rockchip"
- #:include-regexp ("rk3588.*\\.dts$"))
- ("linux/config" "config"))))
- (home-page "https://source.mnt.re/reform/reform-debian-packages")
- (synopsis
- "Linux kernel patches and device-trees used for MNT Reform systems")
- (description
- "Linux kernel patches and device-trees used for the MNT Reform systems")
- (license (list
- (license:fsf-free "file://filter-output"
-
"https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html")
- license:bsd-2
- license:expat
- license:gpl2
- license:gpl2+
- license:gpl3
- license:x11))))
-
(define-public reform-debian-packages-for-6.12
(package
(name "reform-debian-packages")