Skip to content

Commit

Permalink
I guess a change at a time is better
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 17, 2024
1 parent 9198101 commit 2a16423
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{pyth1 ,python3Packages , umu-launcher, pkgs, ...}:
python3Packages.buildPythonPackage {
name = "umu-launcher";
version = "1.1.3-${umu-launcher.shortRev}";
#version = "1.1.3-${umu-launcher.shortRev}";
version = "1.1.3";
src = umu-launcher;
pyproject = false;
depsBuildBuild = [
Expand All @@ -11,14 +12,14 @@ python3Packages.buildPythonPackage {
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.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 2a16423

Please sign in to comment.