mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Revert "shticker-book-unwritten: pin to openssl_1_1"
This reverts commitceb1673ca7
. Seems fine after653e881d1c
This commit is contained in:
parent
ae41560618
commit
4f16cd58e5
@ -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";
|
||||
|
@ -35099,9 +35099,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 New Issue
Block a user