shticker-book-unwritten: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-11 00:13:25 +02:00
parent a1ce22e7a9
commit ceb1673ca7
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,9 @@
{ buildFHSUserEnv, callPackage, lib }:
{ buildFHSUserEnv, callPackage, lib, openssl }:
let
shticker-book-unwritten-unwrapped = callPackage ./unwrapped.nix { };
shticker-book-unwritten-unwrapped = callPackage ./unwrapped.nix {
inherit openssl;
};
in buildFHSUserEnv {
name = "shticker_book_unwritten";

View File

@ -33735,7 +33735,9 @@ with pkgs;
shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };
shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { };
shticker-book-unwritten = callPackage ../games/shticker-book-unwritten {
openssl = openssl_1_1;
};
sienna = callPackage ../games/sienna { love = love_0_10; };