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:
commit
e6643860cb
2 changed files with 3 additions and 7 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue