about summary refs log tree commit diff
path: root/pkgs/applications/networking/drive
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-23treewide: remove maintainer (#256811)Aaron Jheng1-1/+1
2023-06-13treewide: don't set platforms.unix for buildGoModuleSandro Jäckel1-1/+0
2023-01-25drive: 0.3.8.1 -> 0.4.0Aaron Jheng2-200/+18
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2016-10-22drive: 20151025 -> 0.3.8.1c74d2-71/+106
Update the `drive` package from version "20151025" to version 0.3.8.1, replacing the package-definition files with updated versions given to me by @Mic92 in [nixpkgs GitHub issue #19749] [1]. I have tested the updated package per nixpkgs manual section 11.1 ("Making patches"), and I have tested that the update seems to fix [issue #19749] [1]. [1]: <https://github.com/NixOS/nixpkgs/issues/19749>
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski3-165/+165
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski1-24/+162
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09drive: extracted from goPackgesKamil Chmielewski2-0/+47
2015-09-05drive: Migrate to go-packagesWilliam A. Kennington III1-29/+0
2015-06-17added drive packageBob van der Linden1-0/+29