1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-30 01:20:40 +00:00
Commit graph

10400 commits

Author SHA1 Message Date
R. RyanTM df40eb84a9 kdbg: 3.0.0 -> 3.0.1 2020-01-06 09:25:08 -08:00
Frederik Rietdijk 17ab5f9d88 Merge master into staging-next 2020-01-06 10:38:20 +01:00
Vladyslav M 053753481c
Merge pull request #76961 from eraserhd/parinfer-rust-0.4.2
parinfer-rust: 0.3.1 -> 0.4.2
2020-01-06 10:14:28 +02:00
Maximilian Bosch ee0da3561b
rustracer: 2.1.27 -> 2.1.28
https://github.com/racer-rust/racer/releases/tag/v2.1.28

Also fixes the build: https://hydra.nixos.org/build/109459958
2020-01-05 20:16:13 +01:00
Frederik Rietdijk 828f93a326 Merge master into staging-next 2020-01-05 16:00:21 +01:00
Jason Felice 0283016f37 parinfer-rust: 0.3.1 -> 0.4.2 2020-01-04 19:03:27 -05:00
adisbladis 12ddd9b0eb
poetry: Don't propagate anything via PYTHONPATH 2020-01-04 19:19:57 +00:00
adisbladis f0c39b4b63
poetry: Don't add dependencies to PYTHONPATH
They get picked up by child processes of poetry which for example
leads to the wrong version of pip being used by `poetry install`.
2020-01-04 17:46:09 +00:00
Mario Rodas 5d01fd4d1a
Revert "ocamlPackages.cppo: 1.6.5 -> 1.6.6"
cppo 1.6.6 breaks building it with ocaml 4.02, which is still required
for some packages.

This reverts commit 000f19ff08.
2020-01-04 09:00:00 -05:00
markuskowa 88810a55bf
Merge pull request #76235 from r-ryantm/auto-update/byacc
byacc: 20191119 -> 20191125
2020-01-04 14:18:23 +01:00
markuskowa bba84b607e
Merge pull request #76396 from r-ryantm/auto-update/qbs
qbs: 1.14.1 -> 1.15.0
2020-01-04 12:03:56 +01:00
Ryan Mulligan bd62dd3bb3
Merge pull request #60336 from Tomahna/metals
metals: init at 0.7.6
2020-01-03 21:59:15 -08:00
Ivan Kozik 4bc66a7b95 diesel-cli: unmaintain
I no longer use Diesel.
2020-01-03 22:01:18 +00:00
Maximilian Bosch f0e3140e68
cargo-make: 0.25.0 -> 0.25.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.25.1
2020-01-03 16:33:00 +01:00
Frederik Rietdijk 5ca7a7d882 Merge staging-next into staging 2020-01-03 13:18:04 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas 7e8454fb85
Merge pull request #76443 from r-ryantm/auto-update/sysbench
sysbench: 1.0.18 -> 1.0.19
2020-01-03 03:43:17 -05:00
Maximilian Bosch af26f69257
Merge pull request #76313 from oxalica/cargo-flamegraph-perf
cargo-flamegraph: fix runtime dep: linux-perf
2020-01-02 23:54:57 +01:00
adisbladis 54928f92ac
poetry: 0.12.17 -> 1.0.0 2020-01-02 21:59:56 +00:00
adisbladis ded1080db4
poetry2nix: init at 1.1.0 2020-01-02 21:59:56 +00:00
Florian Klink 1c9af6e7c1
Merge pull request #76621 from cab404/micronucleus
Added micronucleus
2020-01-02 22:54:32 +01:00
Frederik Rietdijk 62bfa88763 Merge staging-next into staging 2020-01-02 21:41:48 +01:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Vladimir Serov 8e5b810ac8
micronucleus: fixed darwin build 2020-01-02 15:33:24 +03:00
Franz Pletz ff882242ea
Revert "Revert "openocd: Fix FTDI channel configuration for SheevaPlug""
This reverts commit b2623d3a9b. The revert
was an error since there was an override in my environment fetching a
more recent version of openocd.
2020-01-02 09:16:36 +01:00
Wael Nasreddine 43e14efcc7
kcli: init at 1.8.2 (#76791)
kcli: init at 1.8.2
2020-01-01 23:30:08 -08:00
Franz Pletz b2623d3a9b
Revert "openocd: Fix FTDI channel configuration for SheevaPlug"
This reverts commit 2b3975d5d2. Patch does
not apply cleanly.
2020-01-02 06:12:27 +01:00
Craig Swank 1203bd403c kcli: init at 1.8.2 2020-01-01 17:15:38 -07:00
Vladimir Serov 8c7473e203
micronucleus: init at 2.04 2020-01-02 01:58:54 +03:00
Maximilian Bosch 26f3d45b5f
cargo-make: 0.24.3 -> 0.25.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.25.0
2020-01-01 21:13:45 +01:00
Alvar a47ad014d5 golangci-lint: 1.21.0 -> 1.22.2 (#76782)
Also replace legacy `buildGoPackage` with `buildGoModule`.
2020-01-01 10:33:38 -08:00
K. Bruneau 7efeca1721 texlab: 1.7.0 -> 1.9.0 (#76730)
This commit also removes texlab-citeproc since it was replaced with
citeproc-rs and is no longer available.
2019-12-31 17:28:48 -05:00
Maximilian Bosch 43eec1d30f
cargo-make: 0.24.2 -> 0.24.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.3
2019-12-31 20:30:12 +01:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
Mikhail Klementev dad53fa08b codeql: init at 2.0.0 2019-12-31 16:29:20 +01:00
R. RyanTM d6a5d28a4c bison: 3.4.2 -> 3.5 2019-12-31 09:21:08 +01:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster 6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster ba0a3edf7f
stdenv: installTargets is a list 2019-12-31 00:24:02 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster 5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster 981ae25113
treewide: NIX_*_COMPILE -> string 2019-12-31 00:07:21 +01:00
Jonathan Ringer d72c4791bc Merge remote-tracking branch 'origin' into staging-next 2019-12-30 14:36:16 -08:00
Tim Steinbach d835f229f4
Merge pull request #76711 from ktor/master
gradle: 5.6.1 -> 5.6.4
2019-12-30 13:20:25 -05:00
Jonathan Ringer 446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Pawel Kruszewski 5f182a9eed gradle: 5.6.1 -> 5.6.4 2019-12-30 18:33:21 +01:00
Andrew Childs 2b3975d5d2 openocd: Fix FTDI channel configuration for SheevaPlug 2019-12-30 17:21:39 +01:00