about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31lit: passthru python interpreterJonathan Ringer1-0/+4
2020-03-31lit: use python3Jonathan Ringer1-3/+3
2020-03-31lit: 0.8.0 -> 0.9.0R. RyanTM1-3/+3
2020-03-30Merge pull request #83847 from r-ryantm/auto-update/gdbguiJon1-2/+2
gdbgui: 0.13.1.1 -> 0.13.2.0
2020-03-30whatstyle: 0.1.7 -> 0.1.8R. RyanTM1-3/+3
2020-03-31gdbgui: 0.13.1.1 -> 0.13.2.0R. RyanTM1-2/+2
2020-03-29hydra-cli: fix strict deps buildJörg Thalheim1-2/+2
2020-03-29hydra-unstable: Fix eval with allowAliases = falseJan Tojnar1-2/+1
* Catalyst::Plugin::Unicode::Encoding has been merged into Catalyst::Runtime * Test::More is apparently part of Perl core modules since 5.6.2
2020-03-28Merge pull request #83600 from Ma27/hydra-two-stage-deployGraham Christensen2-137/+171
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28hydra: 2020-02-06 -> 2020-03-{24,27}Maximilian Bosch2-137/+171
Upgrades Hydra to the latest master/flake branch. To perform this upgrade, it's needed to do a non-trivial db-migration which provides a massive performance-improvement[1]. The basic ideas behind multi-step upgrades of services between NixOS versions have been gathered already[2]. For further context it's recommended to read this first. Basically, the following steps are needed: * Upgrade to a non-breaking version of Hydra with the db-changes (columns are still nullable here). If `system.stateVersion` is set to something older than 20.03, the package will be selected automatically, otherwise `pkgs.hydra-migration` needs to be used. * Run `hydra-backfill-ids` on the server. * Deploy either `pkgs.hydra-unstable` (for Hydra master) or `pkgs.hydra-flakes` (for flakes-support) to activate the optimization. The steps are also documented in the release-notes and in the module using `warnings`. `pkgs.hydra` has been removed as latest Hydra doesn't compile with `pkgs.nixStable` and to ensure a graceful migration using the newly introduced packages. To verify the approach, a simple vm-test has been added which verifies the migration steps. [1] https://github.com/NixOS/hydra/pull/711 [2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim7-27/+13
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-25gede: 2.15.4 -> 2.16.2Julien Dehos1-2/+2
2020-03-22Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-toolsMaximilian Bosch1-3/+3
intel-gpu-tools: 1.24 -> 1.25
2020-03-22intel-gpu-tools: 1.24 -> 1.25R. RyanTM1-3/+3
2020-03-22Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwinMario Rodas7-13/+27
treewide: fix buildGoModule packages on darwin
2020-03-22Merge pull request #83110 from flokli/drush-php73Elis Hirwing1-3/+3
drush: build with php73
2020-03-22drush: still needs php 7.3Florian Klink1-2/+2
If invoked with php 7.4 on a up2date Drupal 7 installation, drush complains with a deprecation warning, that swallows all legit output: > drush uli Deprecated function: Array and string offset access syntax with curly braces is [error] deprecated in include_once() (line 20 of /var/www/…/htdocs/includes/file.phar.inc). Use php7.3 when invoking drush.
2020-03-22drush: fix buildInputs / nativeBuildInputsFlorian Klink1-1/+1
`makeWrapper` is a nativeBuildInput, and `php` and `which` are actually only needed when constructing the wrapper, but no `buildInputs`.
2020-03-21tokei: 10.1.2 -> 11.0.0Pascal Hertleif1-3/+3
2020-03-21terracognita: fix build on darwinMario Rodas1-2/+4
2020-03-21reviewdog: fix build on darwinMario Rodas1-2/+4
2020-03-21mkcert: fix build on darwinMario Rodas1-2/+4
2020-03-21go-license-detector: fix build on darwinMario Rodas1-2/+4
2020-03-21editorconfig-checker: fix build on darwinMario Rodas1-2/+4
2020-03-21circleci-cli: fix build on darwinMario Rodas1-1/+3
2020-03-21act: fix build on darwinMario Rodas1-2/+4
2020-03-15Merge pull request #82528 from r-ryantm/auto-update/circleci-cliMario Rodas1-4/+4
circleci-cli: 0.1.6072 -> 0.1.6949
2020-03-14cli11: 1.8.0 -> 1.9.0R. RyanTM1-2/+2
2020-03-14circleci-cli: 0.1.6072 -> 0.1.6949R. RyanTM1-4/+4
2020-03-13inotify-tools: 3.20.1 -> 3.20.2.2Maximilian Bosch1-3/+10
2020-03-13act: 0.2.5 -> 0.2.6Yannik Sander1-3/+3
2020-03-10Merge pull request #81499 from NixOS/u/teensyPeter Hoeg1-13/+18
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-06Merge staging-next into stagingFrederik Rietdijk2-4/+4
2020-03-06gdb: 8.3.1 -> 9.1Lancelot SIX3-16/+32
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release information
2020-03-05go-license-detector: 3.0.2 -> 3.1.0R. RyanTM1-2/+2
2020-03-05clojure-lsp: 20200121T234305 -> 20200305T151710R. RyanTM1-2/+2
2020-03-03Merge pull request #81663 from r-ryantm/auto-update/actMario Rodas1-3/+5
act: 0.2.4 -> 0.2.5
2020-03-04act: 0.2.4 -> 0.2.5R. RyanTM1-3/+5
2020-03-02travis: 1.8.10 -> 1.8.11André-Patrick Bubel2-19/+27
2020-03-02Merge #79026: blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595eaVladimír Čunát2-10/+22
2020-03-02teensy-loader-cli: 2.1 -> 2.1.20191110Peter Hoeg1-13/+18
Add manpages and documentation.
2020-03-01Revert "Merge pull request #79750 from doronbehar/update-luarocks"Bernardo Meurer1-2/+2
This reverts commit 0566b5ce19fabe3c70ab1f56415dd8a019fa0aa8, reversing changes made to 4d6e3bf1272b839cd8978c9f3aac98c7d9126055.
2020-02-29Merge master into staging-nextFrederik Rietdijk1-37/+0
2020-02-28trv: remove at 0.1.3Vincent Laporte1-37/+0
2020-02-28Merge branch 'master' into staging-nextJan Tojnar2-10/+8
2020-02-27ycmd: 2019-09-19 -> 2020-02-22Evan Stoll1-3/+4
drop support for python2 ycmd dropped support for python2 with https://github.com/ycm-core/ycmd/pull/1382 youcompleteme dropped support for python2 with https://github.com/ycm-core/YouCompleteMe/pull/3566
2020-02-27stlink: inline version infoJon1-6/+3
2020-02-27stlink: 1.5.1 -> 1.6.0R. RyanTM1-3/+3
2020-02-27Merge staging-next into stagingFrederik Rietdijk3-9/+9
2020-02-26Merge pull request #81141 from filalex77/act-0.2.4Mario Rodas1-3/+3
act: 0.1.3 -> 0.2.4