diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-01-25 16:50:04 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-01-29 13:29:16 -0800 |
| commit | 3b1891727ef43b68ee042e250680c4684846c009 (patch) | |
| tree | 5d52e73e9ef63c6429c01eb75068492cb538070c /gnu/packages/linux.scm | |
| parent | b2cd73d28a7d4046bb53242f62fecc37cd135967 (diff) | |
gnu: reform-debian-packages: Remove.
* gnu/packages/linux.scm (reform-debian-packages): Remove obsolete variable.
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f8f575417da..f671513310d 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") |
