Skip to content

Commit

Permalink
I really wanna know how he found this out
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 17, 2024
1 parent a08a9cf commit 9198101
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 @@ -10,15 +10,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 9198101

Please sign in to comment.