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 | |
| 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')
| -rw-r--r-- | gnu/packages/linux.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/networking.scm | 2 |
2 files changed, 1 insertions, 3 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) |
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index fe41cd1b173..d603d626cb6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -481,8 +481,6 @@ Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware | |||
| 481 | components.") | 481 | components.") |
| 482 | (license license:bsd-2))) | 482 | (license license:bsd-2))) |
| 483 | 483 | ||
| 484 | ;;; Remove the `#:hide (libcamera-minimal)` from linux.scm when | ||
| 485 | ;;; removing this deprecation alias. | ||
| 486 | (define-deprecated/public-alias libcamera-minimal (@ (gnu packages photo) | 484 | (define-deprecated/public-alias libcamera-minimal (@ (gnu packages photo) |
| 487 | libcamera-minimal)) | 485 | libcamera-minimal)) |
| 488 | 486 | ||
