[bug#78790,8/8] gnu: Remove restinio-0.6.

Message ID 20250615202617.7162-8-gay@disroot.org
State New
Headers
Series [bug#78790,1/8] gnu: expected-lite: Update to 0.8.0. |

Commit Message

Homo June 15, 2025, 8:26 p.m. UTC
  * gnu/packages/networking.scm (restinio-0.6): Delete variable.

Change-Id: Ic4dd1b99ddeb17027ae6e732190a4e8a818e9a40
---
 gnu/packages/networking.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)
  

Patch

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f1609a9aa4..ddcbf424d6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3902,38 +3902,6 @@  (define-public restinio
 and targeted primarily for asynchronous processing of HTTP-requests.")
     (license license:bsd-3)))
 
-(define-public restinio-0.6
-  (package
-    (inherit restinio)
-    (name "restinio")
-    (version "0.6.19")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/Stiffstream/restinio")
-                    (commit (string-append "v." version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1qrb1qr075r5059w984c4slgpsiwv94j6fmi9naa5l48dbi1p7jz"))))
-    (arguments
-     (list
-      #:configure-flags #~(list "-DRESTINIO_FIND_DEPS=ON"
-                                "-DRESTINIO_INSTALL=ON"
-                                "-DRESTINIO_TEST=ON"
-                                "-DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON"
-                                "-DRESTINIO_USE_EXTERNAL_SOBJECTIZER=ON")
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'change-directory
-            (lambda _
-              (chdir "dev"))))))
-    (native-inputs (list catch2 clara json-dto))
-    ;; These are all #include'd by restinio's .hpp header files.
-    (propagated-inputs
-     (modify-inputs (package-propagated-inputs restinio)
-       (replace "llhttp" http-parser)))))
-
 (define-public opendht
     (package
       (name "opendht")