Kim Lindberger
11399d1e76
Merge pull request #87406 from talyz/master
...
arcanist: Fix on darwin
2020-05-14 21:15:31 +02:00
zowoq
f28b0d64ad
skopeo: remove outdated/propagated inputs
2020-05-14 23:08:01 +10:00
zowoq
65be068b0b
buildah: remove propagated input, add libapparmor
2020-05-14 23:08:01 +10:00
lewo
a33eb1a0e4
Merge pull request #87794 from zowoq/gomodules
...
podman, etc packages: switch to buildGoModule
2020-05-14 11:46:28 +02:00
Sarah Brofeldt
2bf4a22e5a
Merge pull request #87571 from HugoReeves/master
...
cargo-tarpaulin: init at 0.12.4
2020-05-14 10:01:02 +02:00
John Ericson
ade7faea72
Revert "Revert "libbfd: fix build""
...
This reverts commit 237ef3095c7604a36ab231d282fcfce02613130d.
Looks like we're trying to bump binutils again?
2020-05-14 09:38:14 +02:00
zowoq
e56116f752
skopeo: switch to buildGoModule
2020-05-14 17:37:51 +10:00
zowoq
fbdc10572d
buildah: switch to buildGoModule
2020-05-14 17:37:51 +10:00
Frederik Rietdijk
404fe35d65
Merge staging-next into staging
2020-05-14 09:37:03 +02:00
Frederik Rietdijk
92a26320e7
Merge master into staging-next
2020-05-14 09:25:25 +02:00
Hugo Reeves
81b7c9368c
cargo-tarpaulin: init at 0.12.4
2020-05-14 18:41:49 +12:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Ryan Mulligan
6eae9e0861
Merge pull request #87519 from r-ryantm/auto-update/squirrel-sql
...
squirrel-sql: 4.0.0 -> 4.1.0
2020-05-13 19:14:48 -07:00
geistesk
8a0bcaff5e
golangci-lint: 1.26.0 -> 1.27.0
2020-05-13 22:05:38 +02:00
lewo
a29c7741a3
Merge pull request #87659 from zowoq/skopeo
...
skopeo: add wrapper
2020-05-13 10:01:31 +02:00
John Ericson
c10f0a32d2
Revert "Revert "libbfd: fix build""
...
This reverts commit 237ef3095c7604a36ab231d282fcfce02613130d.
Looks like we're trying to bump binutils again?
2020-05-13 04:39:18 +00:00
Mario Rodas
d9489281f6
Merge pull request #87651 from filalex77/vultr-2.0.1
...
vultr: 1.15.0 -> 2.0.1
2020-05-12 20:46:03 -05:00
Maximilian Bosch
6b23cfe689
rustPlatform: add buildAndTestSubdir
-argument
...
There are several tarballs (such as the `rust-lang/rust`-source) with a
`Cargo.toml` at root and several sub-packages (with their own Cargo.toml)
without using workspaces[1].
In such a case it's needed to move into a subdir to only build the
specified sub-package (e.g. `rustfmt` or `rsl`), however the artifacts
are at `/target` in the root-dir of the build environment. This breaks
the build since `buildRustPackage` searches for executables in `target`
(which is at the build-env's root) at the end of the `buildPhase`.
With the optional `buildAndTestSubdir`-argument, the builder moves into
the specified subdir using `pushd`/`popd` during `buildPhase` and
`checkPhase`.
Also moved the logic to find executables and libs to the end of the `buildPhase`
from a custom `postBuild`-hook to fix packages with custom `build`/`install`-procedures
such as `uutils-coreutils`.
[1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
2020-05-13 01:47:17 +02:00
Dmitry Kalinkin
467a87ba1d
cmake: compile with _FILE_OFFSET_BITS=64 for 32-bit targets
2020-05-12 18:16:03 -04:00
Shuhao Wu
e7bbcb3cb6
Updated kind from 0.7 -> 0.8.1
...
Also use buildGoModule instead of buildGoPackages
2020-05-12 19:41:48 +00:00
Matthew Bauer
34aff7f697
treewide: strip more things in cross
...
Stripping reduces closure sizes.
2020-05-12 14:31:03 -05:00
zowoq
c28c084e14
buildah: 1.14.8 -> 1.14.9
...
https://github.com/containers/buildah/releases/tag/v1.14.9
2020-05-12 22:56:22 +10:00
zowoq
5a3ba0e295
skopeo: add wrapper
...
wrap fuse-overlayfs for storage compatibility with the podman wrapper
2020-05-12 22:11:22 +10:00
zowoq
f92387242e
buildah: cleanup, restrict to linux
2020-05-12 21:23:31 +10:00
Oleksii Filonenko
add838f632
vultr-cli: init at 0.3.1
2020-05-12 08:37:05 +00:00
Oleksii Filonenko
a0c5d44c43
vultr: 1.15.0 -> 2.0.1
2020-05-12 08:29:24 +00:00
Mario Rodas
a1ee2cb9c4
ocamlformat: 0.14.1 -> 0.14.2
2020-05-12 08:14:18 +02:00
John Ericson
1ac5398589
*-wrapper; Switch from infixSalt
to suffixSalt
...
I hate the thing too even though I made it, and rather just get rid of
it. But we can't do that yet. In the meantime, this brings us more
inline with autoconf and will make it slightly easier for me to write a
pkg-config wrapper, which we need.
2020-05-12 00:44:44 -04:00
Matthew Bauer
43545032af
Merge pull request #87314 from matthewbauer/bazel-flat
...
build-bazel-package: switch hash mode to “flat”
2020-05-11 15:27:48 -05:00
Jonathan Ringer
68f1bdc1c8
aws-sam-cli: fix requests version bounds
2020-05-11 22:13:16 +02:00
Frederik Rietdijk
a0b4e664c0
Merge staging-next into staging
2020-05-11 22:09:27 +02:00
Florian Klink
629fa8a2d4
Merge pull request #86954 from lovesegfault/binutils-2.34
...
binutils: 2.31.1 -> 2.34
2020-05-11 22:08:50 +02:00
Frederik Rietdijk
82ca249c92
Merge pull request #87235 from NixOS/staging-next
...
Staging next
2020-05-11 22:07:40 +02:00
Kira Bruneau
4d66a37dd5
texlab: 2.0.0 -> 2.1.0 ( #87565 )
2020-05-11 13:58:52 -04:00
Alexey Shmalko
7a411e7ad6
Merge pull request #85958 from ryneeverett/ycmd-typescript
...
ycmd: typescript completion support
2020-05-11 15:58:45 +03:00
Frederik Rietdijk
d20d734bcf
Merge master into staging-next
2020-05-11 09:19:26 +02:00
Maximilian Bosch
d232eb13b5
Merge pull request #87370 from Mic92/radare2
...
radare2-cutter: 1.10.2 -> 1.10.3
2020-05-11 00:51:17 +02:00
R. RyanTM
d2f5c45005
squirrel-sql: 4.0.0 -> 4.1.0
2020-05-10 17:56:52 +00:00
Stig Palmquist
83738b69f8
oq: 1.0.2 -> 1.1.0
2020-05-10 17:05:51 +02:00
Stig Palmquist
6dbe177f29
oq: fix build
2020-05-10 16:54:34 +02:00
Ryan Mulligan
58d3628af8
Merge pull request #87467 from r-ryantm/auto-update/qbs
...
qbs: 1.15.0 -> 1.16.0
2020-05-10 06:34:41 -07:00
Elis Hirwing
192c150a5f
Merge pull request #75042 from filalex77/oq-0.2.1
...
oq: init at 1.0.2
2020-05-10 10:45:38 +02:00
Frederik Rietdijk
303adc7697
Merge master into staging-next
2020-05-10 09:43:48 +02:00
R. RyanTM
254aeb5050
qbs: 1.15.0 -> 1.16.0
2020-05-10 05:13:15 +00:00
Bernardo Meurer
e1f4e0f03f
binutils: 2.33.1 -> 2.34
2020-05-09 13:56:00 -07:00
Guillaume Bouchard
f1bada765e
binutils: 2.31.1 -> 2.33.1
...
- I've removed the stack of patch linked to
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 . The associated
issue says it is closed and targeted for 2.32.
- I've ugraded the "no_plugin" patch. The logic changed in
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51
and I tried to keep the same logic by disabling everything.
It closes https://github.com/NixOS/nixpkgs/issues/78197
2020-05-09 13:56:00 -07:00
Jörg Thalheim
11fa2d4340
radare2-cutter: 1.10.2 -> 1.10.3
2020-05-09 20:09:27 +01:00
Dmitry Kalinkin
8ceef190c1
Merge pull request #78352 from winpat/add_pxview
...
pxview: init at 0.2.5
2020-05-09 15:02:24 -04:00
Matthew Bauer
2a8d05627b
build-bazel-package: switch hash mode to “flat”
...
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
talyz
2f612756f0
arcanist: Fix on darwin
...
With recent work done on the PHP packaging, the PHP executable is by
default a wrapper script. Darwin doesn't like scripts in the shebang
of another script, so we have to wrap arcanist, feeding the script as
an argument to PHP instead. See #86881 and #23018 .
2020-05-09 18:54:40 +02:00