summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
* Merge pull request #45115 from dtzWill/update/strace-4.24Jörg Thalheim2018-08-16
|\ | | | | strace: 4.23 -> 4.24
| * strace: 4.23 -> 4.24Will Dietz2018-08-16
| |
* | Merge pull request #45110 from flokli/sqldeveloperJörg Thalheim2018-08-16
|\ \ | | | | | | sqldeveloper: simplify, add darwin support
| * | sqldeveloper: simplify, add darwin supportFlorian Klink2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use unpackCmd and installPhase instead of overwriting buildCommand. This makes the derivation more readable, and adds binary stripping and shebang patching of the output as a bonus :-) Use makeWrapper instead of a custom wrapper script, and only export environment variables that are used. Set JAVA_HOME to ${jdk.home}, making it more generic and independent of the specific jdk path being used (was a different one on zulu). This fixes sqldeveloper on darwin, so add it to supported platforms (plus the known-working x86_64-linux)
* | | pprof: 2017-08-28 -> 2018-08-15Vincent Demeester2018-08-16
| | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | Merge pull request #45089 from frontsideair/flow-0.78.0Jörg Thalheim2018-08-16
|\ \ \ | |_|/ |/| | flow: 0.77.0 -> 0.78.0
| * | flow: 0.77.0 -> 0.78.0Fatih Altinok2018-08-16
| |/
* | Merge pull request #44904 from ThomasMader/dlang-updateJörg Thalheim2018-08-16
|\ \ | |/ |/| Dlang update
| * dub: 1.8.1 -> 1.10.0Thomas Mader2018-08-11
| |
| * dtools: 2.079.1 -> 2.081.1Thomas Mader2018-08-11
| |
* | intel-gpu-tools: 1.22 -> 1.23Pascal Wittmann2018-08-14
| |
* | hydra: remove me as maintainerDomen Kožar2018-08-14
| |
* | Merge pull request #44841 from Ma27/bump-hydralewo2018-08-14
|\ \ | | | | | | hydra: 2017-11-21 -> 2018-08-07
| * | hydra: 2017-11-21 -> 2018-08-07Maximilian Bosch2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bumps Hydra to the latest revision available. As Hydra doesn't have a release model (and therefore no tags) ATM, the derivation will pin against the actual git revision and the date of the commit in the derivation name. Additionally the following changes have been made: * Dropped `postUnpack` phase. It is useful when working with the Hydra source (and no dirty changes shall be used in `release.nix`, but is has no use in `nixpkgs`). * Added myself as maintainer to have more folks available in case of future breakage. * Implemented support for Nix 2.0 and `unstable` (currently 2.1): Since 1672bcd230447f1ce0c3291950bdd9a662cee974 in NixOS/nix the evaluator differentiates between `settings` and `evalSettings`. Previously `restrictEval` in `hydra-eval-jobs.cc` has been set in `settings`, this doesn't work anymore in Nix 2.1 and is therefore incompatible to Nix 2.0 on an API level. To resolve this, the flag `isGreaterNix20` parses the version string of `pkgs.nix` and applies a patch if nix.version<=2.0. Furthermore the Hydra build with Nix 2.1 requires `boost` as build input which is not needed for Nix 2.0. To avoid unnecessary increase in the closure size this library will only used as build input for nix.version>2.0. * Fixed the NixOS test for `hydra`: disabled binary cache to allow sandbox builds (otherwise it would query `cache.nixos.org` during the Hydra build inside the test). Additionally the trivial.nix jobset required simplification (as done in NixOS/hydra, e.g. tests/api-test.nix) as bash is not available in the build sandbox as builder (even when adding pkgs.bash to systemPackages). The easiest workaround to confirm a the functionality of a jobset without importing nixpkgs is to use the default shell /bin/sh which is mounted from `pkgs.busybox` into the build env (https://github.com/NixOS/nixpkgs/pull/44841#discussion_r209751972) in the VM and a named pipe to create $out. Closes #44044
* | | bazel: fix darwin build on hydraUri Baghin2018-08-13
| | |
* | | Merge pull request #44899 from bhipple/fix/antlr-licenseMatthew Bauer2018-08-12
|\ \ \ | | | | | | | | antlr: fix license
| * | | antlr: fix licenseBenjamin Hipple2018-08-11
| | | | | | | | | | | | | | | | See #43716
* | | | kubectx: init at v0.5.1Periklis Tsirakidis2018-08-12
| | | |
* | | | flootty: 3.2.1 -> 3.2.2Michael Hoang2018-08-12
| | | |
* | | | Merge pull request #44676 from yrashk/nwjs-0.32.1Samuel Dionne-Riel2018-08-11
|\ \ \ \ | |/ / / |/| | | nwjs: 0.23.6 -> 0.32.1
| * | | nwjs: 0.23.6 -> 0.32.1Yurii Rashkovskii2018-08-08
| |/ /
* | | Merge pull request #44894 from markuskowa/sqlite-licTimo Kaufmann2018-08-11
|\ \ \ | | | | | | | | Fix licenses (#43716)
| * | | sqsh: add licenseMarkus Kowalewski2018-08-11
| | | |
* | | | Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-11
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: pkgs/tools/networking/network-manager/fortisslvpn.nix
| * | | wp-cli: 1.5.1 -> 2.0.0Peter Hoeg2018-08-10
| | | |
| * | | Merge pull request #44832 from bhipple/u/wafFrederik Rietdijk2018-08-10
| |\ \ \ | | | | | | | | | | waf: 2.0.6 -> 2.0.10
| | * | | waf: 2.0.6 -> 2.0.10Benjamin Hipple2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also swaps the build tool to use python3 internally (which waf fully supports and prefers) and swaps the src to be downloaded from gitlab. The waf.io site only keeps source tarballs of the latest version, so once a new waf comes out we can no longer reproduce older versions. We need the ensureNewerSources hook to avoid this error, in both `python2` and `python3`: ValueError: ZIP does not support timestamps before 1980
| * | | | Merge pull request #44846 from Infinisil/fix/goaSilvan Mosberger2018-08-10
| |\ \ \ \ | | | | | | | | | | | | goa: fix and clean
| | * | | | goa: fix and cleanSilvan Mosberger2018-08-10
| | |/ / /
| * | | | hcloud: 1.5.0 -> 1.6.0 (#44845)Elmar Athmer2018-08-10
| | | | |
| * | | | remake: fix build with glibc2.27Silvan Mosberger2018-08-09
| |/ / / | | | | | | | | | | | | Same fix as applied for gnumake in 519f0b8db2f91e73964375ee81fc411153bf3aa3
| * | | Merge pull request #44689 from jtojnar/gnome-cleanupJan Tojnar2018-08-09
| |\ \ \ | | |/ / | |/| | GNOME2 cleanup
| | * | antlr4_7.runtime.cpp: init at 4.7.1Jan Tojnar2018-08-09
| | | |
* | | | Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-09
|\| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * | | Merge pull request #44447 from NixOS/staging-nextFrederik Rietdijk2018-08-09
| |\ \ \ | | | | | | | | | | Staging next
| | * \ \ Merge branch 'master' into staging-nextVladimír Čunát2018-08-06
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | There's been some large rebuild on master. I don't really have time ATM to find what it was.
| | * \ \ \ Merge master into staging-nextFrederik Rietdijk2018-08-04
| | |\ \ \ \
| | * \ \ \ \ Merge master into stagingFrederik Rietdijk2018-07-31
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit master into stagingJohn Ericson2018-07-30
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #44078 from volth/cpan2nix-2018-07-25Frederik Rietdijk2018-07-29
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [staging] cpan2nix updates
| | | * | | | | | | hydra: fix buildvolth2018-07-25
| | | | | | | | | |
| * | | | | | | | | Merge pull request #44788 from r-ryantm/auto-update/cscopeJörg Thalheim2018-08-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cscope: 15.8b -> 15.9
| | * | | | | | | | | cscope: 15.8b -> 15.9R. RyanTM2018-08-08
| | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cscope/versions.
| * | | | | | | | | Merge pull request #44809 from r-ryantm/auto-update/buildbot-workeradisbladis2018-08-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | buildbot-worker: 1.2.0 -> 1.3.0
| | * | | | | | | | | buildbot-worker: 1.2.0 -> 1.3.0R. RyanTM2018-08-08
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/buildbot-worker/versions.
| * | | | | | | | | Merge pull request #44807 from r-ryantm/auto-update/bearJörg Thalheim2018-08-09
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | bear: 2.3.11 -> 2.3.12
| | * | | | | | | | bear: 2.3.11 -> 2.3.12R. RyanTM2018-08-08
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bear/versions.
| * | | | | | | | cquery: 2018-05-01 -> 2018-08-08 (#44726)tobim2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also extends the wrapper to explicitly set the cache directory, since it is required for every invokation with the `--init` option.
| * | | | | | | | oprofile: 1.2.0 -> 1.3.0 (#44733)R. RyanTM2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oprofile/versions.
| * | | | | | | | bloaty: 2018-06-15 -> 1.0 (#44716)Will Dietz2018-08-08
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | \o/