overlays/steam: add openssl1.1 for terraria

This commit is contained in:
LavaDesu 2023-08-06 20:40:40 +07:00
parent 28692abd1d
commit 196ca263d6
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 8 additions and 0 deletions

View file

@ -5,5 +5,9 @@ self: super: {
keyutils
gamescope
];
extraLibraries = pkgs: with pkgs; [
openssl_1_1
];
};
}