diff options
| author | Hilton Chain <hako@ultrarare.space> | 2023-05-27 19:27:33 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2024-02-05 13:56:31 +0800 |
| commit | 2b296427d7bd7b6b155e0e94403c1227ce014008 (patch) | |
| tree | 794cff1bf5b76cfa279b857af03fd0d5abd4f35a /gnu/packages/hardware.scm | |
| parent | 0f86c1c6f887513692b4e908e21884c2705b5e82 (diff) | |
gnu: mbedtls-apache: Rename to mbedtls-lts.
* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls".
Rename variable to…
(mbedtls-lts): …this.
(mbedtls-apache): Define as deprecated by mbedtls-lts.
(mbedtls-for-hiawatha): Adjust accordingly.
* doc/guix.texi: Likewise.
* gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise.
* gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise.
* gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise.
* gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise.
* gnu/packages/irc.scm (inspircd)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]:
Likewise.
* gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise.
* gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise.
* gnu/packages/linux.scm (dislocker)[inputs]: Likewise.
* gnu/packages/networking.scm (nng)[inputs]: Likewise.
* gnu/packages/search.scm (dataparksearch)[inputs]: Likewise.
* gnu/packages/video.scm (obs)[inputs]: Likewise.
* gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise.
Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b
Diffstat (limited to 'gnu/packages/hardware.scm')
| -rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 4765d1c55dd..72b6decd81f 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm | |||
| @@ -703,7 +703,7 @@ battery state, controlling LEDs, and setting the inactive time.") | |||
| 703 | (arguments | 703 | (arguments |
| 704 | `(#:tests? #f)) ;; Tests require Google's gtest and gmock | 704 | `(#:tests? #f)) ;; Tests require Google's gtest and gmock |
| 705 | (inputs | 705 | (inputs |
| 706 | (list mbedtls-apache)) | 706 | (list mbedtls-lts)) |
| 707 | (synopsis "C++ library to control Philips Hue lights") | 707 | (synopsis "C++ library to control Philips Hue lights") |
| 708 | (description "Hueplusplus is a library for controlling Philips Hue lights. | 708 | (description "Hueplusplus is a library for controlling Philips Hue lights. |
| 709 | Features: | 709 | Features: |
| @@ -1112,7 +1112,7 @@ technology, such as head mounted displays with built in head tracking.") | |||
| 1112 | hueplusplus | 1112 | hueplusplus |
| 1113 | nlohmann-json | 1113 | nlohmann-json |
| 1114 | libusb | 1114 | libusb |
| 1115 | mbedtls-apache | 1115 | mbedtls-lts |
| 1116 | qtbase-5)) | 1116 | qtbase-5)) |
| 1117 | (native-inputs | 1117 | (native-inputs |
| 1118 | (list pkg-config | 1118 | (list pkg-config |
