mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nix-update-source: Disable tests bceause package does not contain any
This commit is contained in:
parent
de499540ae
commit
1d63d74e88
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ python3Packages.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ nix-prefetch-scripts ];
|
propagatedBuildInputs = [ nix-prefetch-scripts ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
# NOTE: `fetch` should not be used within nixpkgs because it
|
# NOTE: `fetch` should not be used within nixpkgs because it
|
||||||
# uses a non-idiomatic structure. It is provided for use by
|
# uses a non-idiomatic structure. It is provided for use by
|
||||||
|
|
Loading…
Reference in a new issue