Merge remote-tracking branch 'origin/staging-next' into staging
This commit is contained in:
@@ -39,5 +39,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/guillaumegomez/process-viewer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "process_viewer";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,8 +30,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
sha256 = "sha256-GHvJlm5DVt3IVJnqJu8YobNNqbjdPd08s4DCdQQRQds=";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
doCheck = false; # disabled because it requires a ccnet environment
|
||||
|
||||
Reference in New Issue
Block a user