Update packages/xpad.scm_explanation.md
parent
a2e7477423
commit
f6e1e88d82
|
@ -4,7 +4,7 @@ This code defines a Guix package for a Linux kernel module called `xpad-module`.
|
||||||
|
|
||||||
1. **Package Definition**:
|
1. **Package Definition**:
|
||||||
- The package contains metadata such as name, version, source location (a Git repository), build system (using `linux-module-build-system`), and licensing information.
|
- The package contains metadata such as name, version, source location (a Git repository), build system (using `linux-module-build-system`), and licensing information.
|
||||||
- It represents a Linux kernel module for Xbox controllers.
|
- It represents a Linux kernel module for controllers (the 8bitdo ultimate bluetooth, for example).
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
(define-public xpad-module
|
(define-public xpad-module
|
||||||
|
|
Loading…
Reference in New Issue