summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2025-07-11 14:19:42 +0200
committerJelle Licht <jlicht@fsfe.org>2025-07-11 14:19:42 +0200
commitb8c13cd2c8e3fec32facdf64c57e74e1461398a7 (patch)
treef93ca8ce5a658e7402a089b49212c0a21a529407
parentfea3efac5021b5c2b5037e0281d95e8ac81b34eb (diff)
nongnu: heroic-extra-client-libs: Add openssl.
* nongnu/packages/game-client.scm (heroic-extra-client-libs): Add entry for openssl.
-rw-r--r--nongnu/packages/game-client.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm
index 9768e96..475107d 100644
--- a/nongnu/packages/game-client.scm
+++ b/nongnu/packages/game-client.scm
@@ -50,6 +50,7 @@
50 #:use-module (gnu packages python) 50 #:use-module (gnu packages python)
51 #:use-module (gnu packages python-web) 51 #:use-module (gnu packages python-web)
52 #:use-module (gnu packages python-xyz) 52 #:use-module (gnu packages python-xyz)
53 #:use-module (gnu packages tls)
53 #:use-module (gnu packages toolkits) 54 #:use-module (gnu packages toolkits)
54 #:use-module (gnu packages video) 55 #:use-module (gnu packages video)
55 #:use-module (gnu packages xorg) 56 #:use-module (gnu packages xorg)
@@ -225,6 +226,7 @@ implementation with gogdl and Amazon Games using Nile.")
225 226
226(define heroic-extra-client-libs 227(define heroic-extra-client-libs
227 `(("curl" ,curl) ; Required for Heroic to download e.g. Wine. 228 `(("curl" ,curl) ; Required for Heroic to download e.g. Wine.
229 ("openssl" ,openssl) ; Required for MonoGame mods.
228 ("which" ,which) ; Heroic complains about trying to use which (though works). 230 ("which" ,which) ; Heroic complains about trying to use which (though works).
229 ("gtk+" ,gtk+))) ; Required for Heroic interface (gtk filechooser schema). 231 ("gtk+" ,gtk+))) ; Required for Heroic interface (gtk filechooser schema).
230 232