Skip to content

Commit

Permalink
hatch seems to be irrelevant I am gonna find out soon either way
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 17, 2024
1 parent 8f7f087 commit 6757e58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ python3Packages.buildPythonPackage {
pkgs.scdoc
pkgs.git
pkgs.python3Packages.installer
#pkgs.hatch
(pkgs.hatch.overrideAttrs (prev: {
disabledTests = prev.disabledTests ++ [
"test_field_readme"
"test_field_string"
"test_field_complex"
"test_plugin_dependencies_unmet"
];
}))
pkgs.hatch
#(pkgs.hatch.overrideAttrs (prev: {
# disabledTests = prev.disabledTests ++ [
# "test_field_readme"
# "test_field_string"
# "test_field_complex"
# "test_plugin_dependencies_unmet"
# ];
#}))
pkgs.python3Packages.build
];
propagatedBuildInputs = [
Expand Down

0 comments on commit 6757e58

Please sign in to comment.