diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-19 13:10:29 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-19 13:10:29 +0200 |
| commit | 9073616385a669c74167d685e80899f02f310b86 (patch) | |
| tree | 0484906676b14419b77f21e3f92d8b4df8c0105c /gnu/packages/linux.scm | |
| parent | 03902350c8dcb29637c495d8b274a0f41ebcb738 (diff) | |
Revert "gnu: (gnu packages linux): Hide libcamera-minimal from networking."
This reverts commit 4557a3cdb78df953f18d3c7353580fd8bb129ae3.
See https://codeberg.org/guix/guix/issues/10658 .
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 24ff81e5925..674b7a47e32 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -170,7 +170,7 @@ | |||
| 170 | #:use-module (gnu packages multiprecision) | 170 | #:use-module (gnu packages multiprecision) |
| 171 | #:use-module (gnu packages ncurses) | 171 | #:use-module (gnu packages ncurses) |
| 172 | #:use-module (gnu packages netpbm) | 172 | #:use-module (gnu packages netpbm) |
| 173 | #:use-module ((gnu packages networking) #:hide (libcamera-minimal)) | 173 | #:use-module (gnu packages networking) |
| 174 | #:use-module (gnu packages nss) | 174 | #:use-module (gnu packages nss) |
| 175 | #:use-module (gnu packages onc-rpc) | 175 | #:use-module (gnu packages onc-rpc) |
| 176 | #:use-module (gnu packages oneapi) | 176 | #:use-module (gnu packages oneapi) |
