Commit Graph

113049 Commits

Author SHA1 Message Date
Yurii Rashkovskii
e1aecec4cd
build-support/rust: make use of abandoned cargoUpdateHook
Previously, cargoUpdateHook was meaningful as it was used
in
[`cargo-fetch-deps`](19d3cf81d3/pkgs/build-support/rust/fetch-cargo-deps (L71)).

However, this entire file was removed in
5f8cf0048e. As far as I can
tell, nothing in the code is using it, but it is still
being passed around:
https://github.com/NixOS/nixpkgs/search?q=cargoUpdateHook&type=Code&utf8=%E2%9C%93

There are, however, legitimate use cases for it. For example,
in some software, some dependencies are not locked in Cargo.toml
and this causes Cargo to try fetching another version of them.
This doesn't work well with vendoring crates.

This hook allows to inject patching or whatever necessary workarounds
in the crate vendoring process. I suppose that's what it was for
in there in the first place.

This patch restores this hook and makes it usable again.
2018-02-23 11:17:03 +07:00
Tim Steinbach
472dd33ea4
linux: 4.15.4 -> 4.15.5 2018-02-22 20:35:59 -05:00
Tim Steinbach
371595432b
linux: 4.14.20 -> 4.14.21 2018-02-22 20:35:43 -05:00
Tim Steinbach
9b55ac28c9
linux: 4.9.82 -> 4.9.83 2018-02-22 20:35:24 -05:00
Tim Steinbach
23ea377a7b
linux: 4.4.116 -> 4.4.117 2018-02-22 20:34:30 -05:00
Franz Pletz
512fb52ed4
Merge pull request #35356 from troydm/master
rtl8192eu: init at 4.4.1
2018-02-22 23:46:35 +00:00
Franz Pletz
53dc96c8b4
Merge pull request #32323 from caugner/nextcloud-2.3.3
nextcloud-client: 2.3.2 -> 2.3.3
2018-02-22 23:36:01 +00:00
Jörg Thalheim
7035d7f199
Merge pull request #35365 from dywedir/tectonic
tectonic: 0.1.6 -> 0.1.7
2018-02-22 23:20:46 +00:00
Jörg Thalheim
d81e32be2a
Merge pull request #35330 from Mic92/go
go_1_10: init at 1.10 and set as default
2018-02-22 23:00:23 +00:00
volth
e9abedbe29
geoip: fix regression 2018-02-22 21:47:36 +00:00
Will Dietz
9261c17ad0 busybox: 1.28.0 -> 1.28.1 2018-02-22 14:51:33 -06:00
Will Dietz
28e10850d6
Merge pull request #35360 from dtzWill/update/musl-1.1.19
musl: 1.1.18 -> 1.1.19
2018-02-22 14:50:59 -06:00
Gabriel Ebner
ba58b425f1 neovim: fix bundlerEnv 2018-02-22 21:18:04 +01:00
Michael Fellinger
823facf2cc electron: 1.7.11 -> 1.8.2 (#35342) 2018-02-22 21:03:08 +01:00
Will Dietz
381ace583c musl: 1.1.18 -> 1.1.19
Remove patch, no longer needed.
2018-02-22 13:57:36 -06:00
troydm
89d660f7f1 rtl8192eu: init at 4.4.1 2018-02-22 21:18:01 +02:00
Robert Helgesson
8cd9194a80
perl-Importer: 0.024 -> 0.025 2018-02-22 19:36:47 +01:00
Frederik Rietdijk
d328ba753e
Merge pull request #35243 from FRidh/postgis
postgis: get rid of composableDerivation
2018-02-22 16:49:56 +00:00
Frederik Rietdijk
383da0ff9e
Merge pull request #35252 from nico202/master
papis: 0.5.2 -> 0.5.3
2018-02-22 16:36:27 +00:00
Profpatsch
186c765398 rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)
- split outputs (doc, man, out)
- a new runtime dependency on getconf
- fix up SCRIPTS_DIR in wrapper
- clean output folder of stray doc files
- add license & maintainer

Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
2018-02-22 17:04:20 +01:00
Will Dietz
6daf813b1c release-cross: add nix and nixUnstable
Essential software for every platform! :)

'nix' won't work for now,
but add it anyway so later this tests "stable" nix 2.
2018-02-22 08:56:05 -06:00
Will Dietz
76879b83ac release-cross: minor cleanup, add aarch64-musl 2018-02-22 08:33:27 -06:00
lewo
844a494d80
Merge pull request #35329 from dywedir/sit
sit: init at 0.1.2
2018-02-22 14:59:27 +01:00
Jörg Thalheim
394981c236 go_1_10: cleanup remove-test-pie.patch 2018-02-22 12:17:31 +00:00
Jörg Thalheim
37ef0b8ab6 go_1_10: add mic92 and velovix to maintainers
cc @velovix
2018-02-22 12:16:08 +00:00
Jörg Thalheim
ee5602112e go_1_10: misc/cgo/errors/test.bash no longer exists 2018-02-22 12:07:50 +00:00
Jan Tojnar
6b707cfa0a
Merge pull request #35320 from davidak/patch-1
xdg-utils: fix homepage URL
2018-02-22 13:02:49 +01:00
Jörg Thalheim
163d038c68
Merge pull request #35331 from Mic92/cargo-fix
cargo: unbreak aarch64 build
2018-02-22 11:58:07 +00:00
adisbladis
35f58309a5
Merge pull request #35327 from adisbladis/old_gophers
go: Remove old versions 1.6 and 1.7
2018-02-22 19:49:45 +08:00
Jörg Thalheim
a7ab32ba98 cargo: unbreak aarch64 build 2018-02-22 11:46:30 +00:00
Jörg Thalheim
1a9316e47d go_1_10: init at 1.10 and set as default
Changes are minor from 1.9, so let's just set it as default straight.
2018-02-22 11:40:07 +00:00
Vladyslav M
6e28674247 sit: init at 0.1.2 2018-02-22 13:18:10 +02:00
adisbladis
831ef4756e
electrum: Patch compat with python trezor>=0.9.0 2018-02-22 18:43:57 +08:00
adisbladis
52e419bb2f
Merge pull request #35328 from clefru/pytrezor-fix
trezor: Add pyblake2, click, libusb1 and ecdsa as propagatedBuildInput
2018-02-22 18:35:50 +08:00
Gabriel Ebner
a14ab86e31 fcitx-engines.table-other: 0.2.3 -> 0.2.4 2018-02-22 11:30:40 +01:00
Clemens Fruhwirth
b846847a32 trezor: Add pyblake2, click, libusb1 and ecdsa as propagatedBuildInput 2018-02-22 11:15:43 +01:00
Peter Hoeg
1c67ee4ff6
Merge pull request #35325 from peterhoeg/u/dbusb
dbus-broker: 9 -> 11
2018-02-22 17:42:18 +08:00
adisbladis
b144524ec8
go_1_7: Go 1.7 is EOL 2018-02-22 17:35:04 +08:00
adisbladis
804a21ea00
go_1_6: Go 1.6 is EOL 2018-02-22 17:34:22 +08:00
adisbladis
9ea5a00a4b
go: Remove unused patches 2018-02-22 17:33:11 +08:00
Peter Hoeg
eb5ad9bb0c dbus-broker: 9 -> 11 2018-02-22 17:32:27 +08:00
David Kleuker
022cbdd7e7
xdg-utils: fix homepage URL 2018-02-22 09:08:28 +01:00
Peter Hoeg
1fa60974e7
Merge pull request #35316 from peterhoeg/u/pk
packagekit: 1.1.7 -> 1.1.8 (packagekit-qt: init at 1.0.1)
2018-02-22 16:04:34 +08:00
Peter Hoeg
cdaedbffd8
Merge pull request #35308 from peterhoeg/u/as
appstream: 0.10.6 -> 0.11.8 (and add appstream-qt)
2018-02-22 16:03:59 +08:00
Peter Hoeg
4f098b070e xdg-desktop-portal-kde: init at 5.12.1 2018-02-22 16:01:28 +08:00
adisbladis
8f80b63696
Merge pull request #35314 from gnidorah/autorandr
autorandr: embed path to xrandr
2018-02-22 15:54:43 +08:00
adisbladis
6e91ce981c
Merge pull request #35315 from eqyiel/awsebcli-3.12.3
awsebcli: 3.12.2 -> 3.12.3
2018-02-22 15:49:26 +08:00
gnidorah
e17a222f94 autorandr: embed path to xrandr 2018-02-22 10:41:30 +03:00
Peter Hoeg
fbde9ea744 appstream-qt: init at 0.11.8 2018-02-22 15:35:04 +08:00
Peter Hoeg
57ce02b574 appstream: 0.10.6 -> 0.11.8 2018-02-22 15:35:04 +08:00