Skip to content

Commit

Permalink
Update pkgs/python-utils/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Mulligan <[email protected]>
  • Loading branch information
blast-hardcheese and ryantm authored Oct 16, 2024
1 parent 76102b6 commit 81418d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/python-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let
ldLibraryPathConvertWrapper = pkgs.writeShellApplication {
inherit name;
text = ''
if test "''${REPLIT_NIX_CHANNEL:-}" = "legacy"
if test "''${REPLIT_NIX_CHANNEL:-}" = "legacy" || test "''${REPLIT_NIX_CHANNEL:-}" = "stable-21_11"
then
export LD_LIBRARY_PATH=${python-ld-library-path}
if [ -n "''${PYTHON_LD_LIBRARY_PATH-}" ]; then
Expand Down

0 comments on commit 81418d2

Please sign in to comment.