aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #68946 from volth/escapeJörg Thalheim2019-09-241-7/+7
|\ | | | | treewide: fix string escapes
| * treewide: fix string escapesvolth2019-09-161-7/+7
| |
* | Merge pull request #69229 from marsam/use-buildGoPackageadisbladis2019-09-222-7/+5
|\ \ | | | | | | treewide: use buildGoPackage in packages which vendor dependencies
| * | elfinfo: use buildGoPackageMario Rodas2019-09-211-4/+2
| | |
| * | mkcert: use buildGoPackageMario Rodas2019-09-211-3/+3
| | |
* | | Merge pull request #69189 from marsam/update-terraform-lspMario Rodas2019-09-211-2/+2
|\ \ \ | |/ / |/| | terraform-lsp: 0.0.6 -> 0.0.9
| * | terraform-lsp: 0.0.6 -> 0.0.9Mario Rodas2019-09-211-2/+2
| | |
* | | Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-213-27/+22
| | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* | | Merge pull request #67680 from gilligan/add-hydra-cliMaximilian Bosch2019-09-211-0/+31
|\ \ \ | | | | | | | | hydra-cli: init at 0.2.0
| * | | hydra-cli: init at 0.2.0tobias pflug2019-08-301-0/+31
| | | |
* | | | Merge branch 'staging-next'Vladimír Čunát2019-09-213-22/+27
|\ \ \ \
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2019-09-191-13/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-182-7/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-154-21/+14
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'staging-next' into stagingJan Tojnar2019-09-122-5/+27
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2019-09-102-51/+38
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #58715 from booxter/patchelf-version-bumpDomen Kožar2019-09-092-20/+25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump patchelf and patchelfUnstable to 0.10
| | * | | | | | | Adjust patchelfUnstable to patchelf derivation layoutIhar Hrachyshka2019-08-301-8/+4
| | | | | | | | |
| | * | | | | | | patchelf: fixed tests for muslIhar Hrachyshka2019-08-301-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recipe is copied from patchelfUnstable.
| | * | | | | | | Bump patchelfUnstable to 0.10Ihar Hrachyshka2019-08-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to reflect the bump for regular version. We are leaving patchelfUnstable b/c in the future we may need it to get the very latest patches to patchelf again.
| | * | | | | | | Bump patchelf to 0.10Ihar Hrachyshka2019-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains three years of bug fixes and improvements.
| * | | | | | | | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-2/+2
| | | | | | | | |
* | | | | | | | | ycmd: add gopls completerSirio Balmelli2019-09-201-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ycmd gives 'no completer support' because of missing 'gopls'. Add this as a conditional dependency. Refactor the 'mkdir -p' step to be conditional per-dependency, and placed just before the link step. This is mostly for legibility but also pedantic correctness: do not create a directory unless it will be used. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* | | | | | | | | ycmd: update build to 2019-09-19Sirio Balmelli2019-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* | | | | | | | | ycmd: install phase copies all dirs below 'third_party'Sirio Balmelli2019-09-201-6/+7
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy _all_ of 'third_party'. Cherry-picking the contents of this dir is a fragile approach as they change in later commits (breaking this build). This approach continues to work on the current build, and will not break with later versions of the project. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* | | | | | | | circleci-cli: 0.1.2569 -> 0.1.5879Mario Rodas2019-09-181-13/+16
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | terraform-lsp: 0.0.5 -> 0.0.6Mario Rodas2019-09-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
* | | | | | | elfinfo: 0.7.5 -> 0.7.6Will Dietz2019-09-161-4/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #68779 from mimame/update/maintainerFranz Pletz2019-09-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | maintainer: mimadrid: update github username and personal data
| * | | | | | maintainer: mimadrid: update github username and personal dataMiguel Madrid Mencía2019-09-141-1/+1
| | | | | | |
* | | | | | | sccache: 0.2.10 -> 0.2.11Doron Behar2019-09-141-2/+2
| | | | | | |
* | | | | | | Merge pull request #68291 from Ma27/bump-hydraWilliButz2019-09-141-13/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | hydra: 2019-05-06 -> 2019-08-30
| * | | | | | hydra: 2019-05-06 -> 2019-08-30Maximilian Bosch2019-09-081-13/+6
| | | | | | |
* | | | | | | Merge branch 'master' into cclsJörg Thalheim2019-09-1397-283/+243
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | tokei: 9.1.1 -> 10.0.1Lily Ballard2019-09-102-5/+27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable all crate features, which gets us alternative output formats. Update description and add long description to match what's in the GitHub repo. Add myself as a maintainer.
| * | | | | Merge pull request #68339 from NixOS/staging-nextFrederik Rietdijk2019-09-095-12/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | | Staging next with systemd 243
| | * | | | Merge staging-next into stagingFrederik Rietdijk2019-09-092-31/+5
| | |\ \ \ \
| | * | | | | treewide: remove redundant quotesvolth2019-09-085-12/+12
| | | | | | |
| * | | | | | Merge pull request #67498 from peterhoeg/f/xxdiffPeter Hoeg2019-09-092-51/+38
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | xxdiff: drop the old qt4 version in favour of qt5
| | * | | | | xxdiff: drop the old qt4 version in favour of qt5Peter Hoeg2019-09-092-51/+38
| | | | | | |
| * | | | | | Merge pull request #68244 from NixOS/staging-nextFrederik Rietdijk2019-09-092-4/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / Staging next that includes gcc8
| | * | | | Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-081-0/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| | | * \ \ \ Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-0379-176/+157
| | | |\ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-2551-151/+427
| | | |\ \ \ \ \
| | | * | | | | | openocd: fix build with gcc8Franz Pletz2019-06-171-0/+1
| | | | | | | | |
| | * | | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-084-15/+36
| | |\ \ \ \ \ \ \
| | * | | | | | | | Revert "elfutils: add patch that fixes compilation under gcc8 (#40705)"Linus Heckemann2019-09-071-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b12448c001fd6f34099685662cb919752c84ab1f.
| | * | | | | | | | Merge remote-tracking branch 'upstream/gcc8' into staging-nextFrederik Rietdijk2019-09-061-2/+11
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | elfutils: add patch that fixes compilation under gcc8 (#40705)Patrick Hilhorst2018-05-181-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elfutils: add patch that fixes compilation under gcc8 * elfutils: follow advice from @jtojnar
| * | | | | | | | | Merge pull request #68258 from teto/luarocks-nix_bumpMatthieu Coudron2019-09-092-31/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | Moved luarocks-nix to community and leverage luarocks mirrors when possible.