Insync: mark broken (#193488)
* Update v3.nix url doesn't exist anymore * Update default.nix url doesn't exist anymore * Update default.nix * Update v3.nix * Update default.nix * Update v3.nix * insync: 1.5.7.37371 - update meta broken broken = "url doesn't exist anymore" # provider changed deployment process. * insync: 3.3.5.40925 - update meta broken broken = "url doesn't exist anymore" # provider changed deployment process. * insync: 3.3.5.40925 - update meta broken broken = "url doesn't exist anymore" # provider changed deployment process. * Update pkgs/applications/networking/insync/default.nix * Update pkgs/applications/networking/insync/v3.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
299ec2c676
commit
e50554a427
2 changed files with 4 additions and 0 deletions
|
@ -39,5 +39,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
There is a 15-day free trial, and it is a paid application after that.
|
||||
'';
|
||||
# download URL removed
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -80,5 +80,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
There is a 15-day free trial, and it is a paid application after that.
|
||||
'';
|
||||
# download URL removed
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue