mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
winpdb: no tests
This commit is contained in:
parent
740630e480
commit
a257c11148
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ pythonPackages.buildPythonApplication rec {
|
||||||
cp artwork/winpdb-icon.svg "$out"/share/icons/winpdb.svg
|
cp artwork/winpdb-icon.svg "$out"/share/icons/winpdb.svg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Platform independent Python debugger";
|
description = "Platform independent Python debugger";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue