Skip to content

Commit

Permalink
python: disable manylinux as it causes trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 28, 2024
1 parent 7f17636 commit 5435146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ in

manylinux.enable = lib.mkOption {
type = lib.types.bool;
default = pkgs.stdenv.isLinux;
default = false;
description = ''
Whether to install manylinux2014 libraries.
Expand Down

0 comments on commit 5435146

Please sign in to comment.