diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-07-11 14:19:42 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-07-11 14:19:42 +0200 |
commit | b8c13cd2c8e3fec32facdf64c57e74e1461398a7 (patch) | |
tree | f93ca8ce5a658e7402a089b49212c0a21a529407 | |
parent | fea3efac5021b5c2b5037e0281d95e8ac81b34eb (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.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 9768e966..475107dc 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -50,6 +50,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages tls) #:use-module (gnu packages toolkits) #:use-module (gnu packages video) #:use-module (gnu packages xorg) @@ -225,6 +226,7 @@ implementation with gogdl and Amazon Games using Nile.") (define heroic-extra-client-libs `(("curl" ,curl) ; Required for Heroic to download e.g. Wine. + ("openssl" ,openssl) ; Required for MonoGame mods. ("which" ,which) ; Heroic complains about trying to use which (though works). ("gtk+" ,gtk+))) ; Required for Heroic interface (gtk filechooser schema). |