guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit 0dc72ff10645d66eb08f962d6f67a7e881ce099a
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 b84ceceb6a..c972855ced 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")

Reply via email to