mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nix-update-source: Disable tests bceause package does not contain any
This commit is contained in:
parent
de499540ae
commit
1d63d74e88
@ -12,6 +12,9 @@ python3Packages.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ nix-prefetch-scripts ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
passthru = {
|
||||
# NOTE: `fetch` should not be used within nixpkgs because it
|
||||
# uses a non-idiomatic structure. It is provided for use by
|
||||
|
Loading…
Reference in New Issue
Block a user