Merge pull request #210456 from helsinki-systems/shticker-book-unwritten_ossl3

Revert "shticker-book-unwritten: pin to openssl_1_1"
This commit is contained in:
Nick Cao 2023-01-14 16:52:18 +08:00 committed by GitHub
commit e6643860cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View file

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

View file

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