summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
...
| * | | | | | | bazel_0_4: mark as brokenUli Baum2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build has failed since 2018-04-29
| * | | | | | | sbt: 1.2.0 -> 1.2.1Tim Steinbach2018-08-07
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | opam: add licensePascal Wittmann2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see issue #43716
* | | | | | | cmake: add bsd3 licenseMatthew Bauer2018-08-06
| | | | | | |
* | | | | | | rebar3: add licensePascal Wittmann2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see issue #43716
* | | | | | | rebar: add licensePascal Wittmann2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see issue #43716
* | | | | | | Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/exiv2/default.nix Set license to gpl2Plus
| * | | | | | yarn: 1.9.2 -> 1.9.4 (#44477)Edmund Wu2018-08-05
| |/ / / / /
| * | | | | Merge pull request #44416 from dotlambda/antlr-python2Frederik Rietdijk2018-08-03
| |\ \ \ \ \ | | | | | | | | | | | | | | antlr: explicitly use python2
| | * | | | | antlr: explicitly use python2Robert Schütz2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, put python2 into nativeBuildInputs because Arch lists it in makedepends.
| * | | | | | easyjson: 2018-06-06 -> 2018-07-30Okina Matara2018-08-03
| | | | | | |
| * | | | | | quicktemplate: Use fetchFromGitHub, not fetchgitOkina Matara2018-08-03
| |/ / / / /
* | | | | | findbugs: add licensePascal Wittmann2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | see issue #43716
* | | | | | emma: add licensePascal Wittmann2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | see issue #43716
* | | | | | toxiproxy: add licensePascal Wittmann2018-08-04
|/ / / / / | | | | | | | | | | | | | | | see issue #43716
* | | | | trellis: init 2018.08.01 (#44328)Serge Bazanski2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trellis: init 2018.08.01 * trellis: move boost to buildInputs * trellis: remove leftover debug clause
* | | | | pwndbg: 2018-04-06 -> 2018.07.29Jörg Thalheim2018-08-01
| | | | |
* | | | | icestorm: 2018.05.03 -> 2018.08.01 (#44321)Serge Bazanski2018-08-01
| | | | |
* | | | | jq: disable strptime test on darwinDaiderd Jordan2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | This seems to fail depending on the machine's configuration, probably something locale or timezone related.
* | | | | jenkins: 2.107.3 -> 2.121.2 (#43936)Chloe Kever2018-08-01
| | | | |
* | | | | brakeman: init at 4.3.1 (#44294)Mario Rodas2018-08-01
| | | | |
* | | | | cargo-asm: init at 0.1.16 (#44182)Daniël de Kok2018-08-01
| | | | |
* | | | | yarn: add yarnpkg bin alias outputNick Novitski2018-07-31
| | | | | | | | | | | | | | | | | | | | Because the hadoop project also provides a binary `yarn`, the yarn project [added this alias to help people with both hadoop and yarn installed](https://github.com/yarnpkg/yarn/issues/673#issuecomment-254004512). Some scripts in the wild use this alias for the same reason.
* | | | | mustache-go: init at 1.0.1 (#44175)Théo Zimmermann2018-07-31
| | | | |
* | | | | camlp4: init at 4.07+1 (#44272)Vincent Laporte2018-07-31
| |_|_|/ |/| | |
* | | | eresi: init at 0.83-a3-phoenixaszlig2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While I'm not sure whether it's suitable for my tasks it might be useful for others doing reverse engineering, so I decided to package it. The software seems to have stalled development since a while but became active again recently, so hopefully some of the issues with packaging will be fixed and they might want to move away from their handwritten configure script. I've tested the package on both i686-linux and x86_64-linux, however the automated test suite seems to be broken upstream at the moment so I didn't set doCheck to true, but once this is fixed, we can enable them in a future update. Signed-off-by: aszlig <aszlig@nix.build>
* | | | jq: fix tests on darwinDaiderd Jordan2018-07-30
| | | | | | | | | | | | | | | | | | | | The tests depend on libjq which isn't installed in the correct location yet when the checkPhase runs.
* | | | sbt: 1.1.6 -> 1.2.0Tim Steinbach2018-07-30
| |_|/ |/| |
* | | Merge pull request #44229 from dtzWill/fix/rr-32bitJörg Thalheim2018-07-30
|\ \ \ | | | | | | | | rr: enable on 32bit x86
| * | | rr: enable on 32bit x86Will Dietz2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lack of 32bit support led to the creation of an overlay to add it back again, but since it at least builds and seems to work don't see why we'd disallow it here :).
* | | | Merge pull request #44205 from manveru/golangci-lintJörg Thalheim2018-07-30
|\ \ \ \ | | | | | | | | | | golangci-lint: init at 1.9.2
| * | | | golangci-lint: init at 1.9.2Michael Fellinger2018-07-30
| | | | |
* | | | | Merge pull request #44219 from andreabedini/aws-sam-cli-0-5-0Frederik Rietdijk2018-07-30
|\ \ \ \ \ | |_|/ / / |/| | | | aws-sam-cli: 0.4.0 -> 0.5.0
| * | | | aws-sam-cli: 0.4.0 -> 0.5.0Andrea Bedini2018-07-30
| | | | |
* | | | | Merge pull request #44222 from nlewo/pr-skopeolewo2018-07-30
|\ \ \ \ \ | |/ / / / |/| | | | skopeo: 0.1.30 -> 0.1.31
| * | | | skopeo: 0.1.30 -> 0.1.31Antoine Eiche2018-07-30
| | | | |
* | | | | pyre: 0.0.8 -> 0.0.10 (#44023)Brandon Elam Barker2018-07-29
| | | | | | | | | | | | | | | | | | | | renamed pyre to pyre.bin; see upstream issue at: https://github.com/facebook/pyre-check/issues/79#issuecomment-407150170
* | | | | gitlab-runner: 11.0.0 -> 11.1.0 (#44085)Pascal Bach2018-07-29
| |/ / / |/| | |
* | | | jq: split outputs and run testsProfpatsch2018-07-29
| | | |
* | | | Merge pull request #44174 from dywedir/yarnJörg Thalheim2018-07-29
|\ \ \ \ | |_|/ / |/| | | yarn: 1.8.0 -> 1.9.2
| * | | yarn: 1.8.0 -> 1.9.2Vladyslav Mykhailichenko2018-07-28
| | | |
* | | | Merge staging-next into masterFrederik Rietdijk2018-07-29
|\ \ \ \
| * | | | Merge master into staging-nextFrederik Rietdijk2018-07-28
| |\| | |
| * | | | Merge master into stagingFrederik Rietdijk2018-07-26
| |\ \ \ \
| * \ \ \ \ Merge pull request #43972 from NixOS/python-unstableFrederik Rietdijk2018-07-26
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Python packages: major updates
| | * | | | conan: 1.5.2 -> 1.6.0Robert Schütz2018-07-26
| | | | | |
| | * | | | pipenv: 2018.5.18 -> 2018.7.1Domen Kožar2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Domen Kožar <domen@dev.si>
| | * | | | python.pkgs.ghp-import: move to all-packages.nixFrederik Rietdijk2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | because it's an application
| * | | | | Enable new dtags in a way that works with binutils 2.30.Matthew Stewart2018-07-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 3027bca, binutils was upgraded from 2.28.1 to 2.30. However, in 2.30, the ldmain.c file within binutils, which the nixpkgs new-dtags.patch file is meant to modify, was changed in such a way that the patch no longer works. As a result, the new dtags are not actually enabled, and binaries are built with RPATH set instead of RUNPATH, thereby preventing LD_LIBRARY_PATH from overriding this built-in path. This change corrects this. The patch file is no longer necessary because binutils's ldmain.c now sets link_info.new_dtags based on the configuration flags. This was probably not noticed immediately because, when the derivation is built with nix-build, the fixupPhase runs patchelf --shrink-rpath. patchelf converts any RPATH in the binary into RUNPATH (unless --force-rpath is specified). Of course, if the binary is built without nix-build (such as in a nix-shell), this never occurs, and any RPATH in the binary is left in place.
* | | | | Merge pull request #43982 from viric/viric_cleanviric2018-07-29
|\ \ \ \ \ | | | | | | | | | | | | Take me (viric) out of most maintenance