diff options
author | Franz Geffke <m@f-a.nz> | 2025-06-20 09:39:27 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-06-20 09:39:27 +0100 |
commit | 69f1175a2422d14fed86de8b6a9e9035961e769c (patch) | |
tree | 3e706126dcd3e3d15426fda6614c0c51d4ee7c9f /px/packages/cpp.scm | |
parent | 80ad1d20ac2c96631b5afc87eb7a5b27391e10d0 (diff) |
px: socket.io-client-cpp: Renamed to cpp-socketio-client
Diffstat (limited to 'px/packages/cpp.scm')
-rw-r--r-- | px/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/cpp.scm b/px/packages/cpp.scm index 02547d0..223519a 100644 --- a/px/packages/cpp.scm +++ b/px/packages/cpp.scm @@ -184,9 +184,9 @@ install(TARGETS webrtc-cpp-demo (description "Demo application showcasing the webrtc-cpp library functionality.") (license license:expat))) -(define-public socket.io-client-cpp +(define-public cpp-socketio-client (package - (name "socket.io-client-cpp") + (name "cpp-socketio-client") (version "3.1.0") (source (origin |