mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-11 04:45:24 +00:00
97b9e2436a
* rosenthal/packages/freedesktop.scm (libinput-minimal-1.24.0): Delete variable.
11 lines
347 B
Scheme
11 lines
347 B
Scheme
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space>
|
|
;;
|
|
;; SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
(define-module (rosenthal packages freedesktop)
|
|
#:use-module (guix git-download)
|
|
#:use-module (guix packages)
|
|
#:use-module (gnu packages check)
|
|
#:use-module (gnu packages freedesktop)
|
|
#:use-module (gnu packages python))
|