Commit Graph

16536 Commits

Author SHA1 Message Date
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
90d944e42f byacc: 20200910 -> 20210109 2021-06-09 23:35:31 +00:00
Alyssa Ross
4de8cbfb16 bmake.passthru.setupHook: set some defaults
These are all read from the environment by the default bmake
stdlib (e.g. <bsd.prog.mk>, <bsd.own.mk>).  Some of the default
values (like building cat pages instead of man pages, or stripping
binaries when installing) don't really make sense for Nixpkgs, so we
override them here for every build using bmake.

Eventually I'd like to unify the bmake setupHook and the NetBSD make
setupHook, but not today.
2021-06-09 12:44:43 +00:00
Ryan Mulligan
edf55bc389
Merge pull request #126308 from r-ryantm/auto-update/dockle
dockle: 0.3.13 -> 0.3.14
2021-06-09 05:37:42 -07:00
Sandro
26923b2f5c
Merge pull request #125337 from wentasah/cmake-more-docs 2021-06-09 14:32:22 +02:00
R. RyanTM
b9311f2328 flatpak-builder: 1.0.12 -> 1.0.14 2021-06-09 14:23:52 +02:00
Sandro
3fcf9a6af8
Merge pull request #125501 from musfay/picotool 2021-06-09 13:33:00 +02:00
Sandro
1bb905b131
Merge pull request #126098 from oxalica/rust-analyzer
rust-analyzer: 2021-05-31 -> 2021-06-07
2021-06-09 13:11:46 +02:00
Sandro
9845b1f590
Merge pull request #125653 from 06kellyjac/just
just: 0.9.1 -> 0.9.4
2021-06-09 13:02:46 +02:00
Sandro
476f69bc5e
Merge pull request #101521 from egasimus/patch-2 2021-06-09 12:54:50 +02:00
R. RyanTM
d85d5dd92b esbuild: 0.12.6 -> 0.12.7 2021-06-09 15:45:31 +09:00
Maximilian Bosch
15c093a167
Merge pull request #126269 from zimbatm/wasm-bindgen-cli-0.2.74
wasm-bindgen-cli: 0.2.73 -> 0.2.74
2021-06-09 08:39:16 +02:00
R. RyanTM
81cca90a8f dockle: 0.3.13 -> 0.3.14 2021-06-09 04:23:38 +00:00
David
00ee61b3cc rebar3: add checkPhase 2021-06-09 12:14:12 +09:00
David
ae2f75ef89 rebar3WithPlugins: add ability to ignore dependencies 2021-06-09 12:14:12 +09:00
zimbatm
ca27566a8a
wasm-bindgen-cli: 0.2.73 -> 0.2.74 2021-06-08 23:24:19 +02:00
Timothy Klim
8582f4cd83 sbt: 1.5.1 -> 1.5.3 2021-06-08 14:13:31 -04:00
adisbladis
428c0e107f
poetry2nix: 1.17.0 -> 1.17.1 2021-06-08 08:54:33 -05:00
Sascha Grunert
c5bff358e9 buildah: 1.21.0 -> 1.21.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-06-08 16:36:39 +10:00
Ryan Mulligan
64091fd031
Merge pull request #125028 from r-ryantm/auto-update/earthly
earthly: 0.5.14 -> 0.5.15
2021-06-07 19:54:28 -07:00
Luke Granger-Brown
840f6883fc
Merge pull request #126034 from lukegb/bazel-build-configured
Switch buildBazelPackage fetchConfigured on by default
2021-06-07 23:59:33 +01:00
Luke Granger-Brown
3d6fd37992 bazel-watcher: update hashes for fetchConfigured 2021-06-07 20:59:01 +00:00
oxalica
9d6ec2ea0f
rust-analyzer: 2021-05-31 -> 2021-06-07 2021-06-08 01:23:39 +08:00
06kellyjac
b21cebbfb2 just: 0.9.1 -> 0.9.4
Skip run_shebang test as it randomly fails
Add changelog
Add myself as a maintainer
2021-06-07 16:33:35 +01:00
Sandro
67ccc2ef29
Merge pull request #125906 from fortuneteller2k/zls
zls: 0.1.0 -> unstable-2021-06-06
2021-06-07 13:25:34 +02:00
tomberek
ca51514d95
Merge pull request #126040 from r-ryantm/auto-update/kubie
kubie: 0.14.1 -> 0.15.0
2021-06-07 01:48:38 -04:00
tomberek
2a1cbfb7ea
Merge pull request #125531 from r-ryantm/auto-update/fswatch
fswatch: 1.15.0 -> 1.16.0
2021-06-07 01:42:12 -04:00
R. RyanTM
05e2a71c8b kubie: 0.14.1 -> 0.15.0 2021-06-07 04:25:48 +00:00
Zach
b80814dd24 mix2nix: 0.1.3 -> 0.1.4 2021-06-07 12:47:15 +09:00
Michal Sojka
498b5e578a cmake: Add man and info outputs
By default, the cmake derivation contains the documentation in .rst
format. This format is not well suited for interactive use. Therefore,
we add both man and info outputs and convert the documentation to
these formats using Sphinx.

These formats are enabled by default only in cmake versions for
interactive use (ncurses, Qt), because using Sphinx in the basic
version leads to circular dependency (infinite recursion). Namely,
Sphinx has imagemagick in its checkInputs and imagemagick has several
transitive dependencies, which have cmake in nativeBuildInputs.
2021-06-06 21:49:41 +02:00
TredwellGit
711c6d57fb electron_12: 12.0.9 -> 12.0.10
https://github.com/electron/electron/releases/tag/v12.0.10
2021-06-06 17:57:11 +00:00
TredwellGit
ad21be36ac electron_13: 13.0.1 -> 13.1.0
https://github.com/electron/electron/releases/tag/v13.1.0
2021-06-06 17:56:23 +00:00
Mustafa Çalışkan
be267abcad
picotool: init at 1.0.1 2021-06-06 16:04:39 +03:00
Mario Rodas
be281dd512
Merge pull request #125100 from hurricanehrndz/fix/tree-sitter-on-darwin
treesitter: include CXX headers when compiling with clang Darwin
2021-06-06 05:23:48 -05:00
Mario Rodas
d216ee1105
Merge pull request #125870 from r-ryantm/auto-update/go-toml
go-toml: 1.9.1 -> 1.9.2
2021-06-06 05:22:44 -05:00
Fabian Affolter
8f3c8aef6f
Merge pull request #125892 from r-ryantm/auto-update/lazygit
lazygit: 0.28.1 -> 0.28.2
2021-06-06 11:24:48 +02:00
fortuneteller2k
ee7ee13b27 zls: 0.1.0 -> unstable-2021-06-06 2021-06-06 14:19:07 +08:00
R. RyanTM
cd2fea35ab lazygit: 0.28.1 -> 0.28.2 2021-06-06 01:44:36 +00:00
R. RyanTM
c8e00db1f3 go-toml: 1.9.1 -> 1.9.2 2021-06-05 23:40:19 +00:00
markuskowa
420000ebc4
f2c: init at 20200916 (#125360) 2021-06-06 01:10:06 +02:00
Sandro
259e6df78c
Merge pull request #125530 from Artturin/earthly-add-flags
earthly: add missing buildFlags and tags
2021-06-05 20:02:52 +02:00
Mario Rodas
d7530914e8 tflint: 0.28.1 -> 0.29.0
https://github.com/terraform-linters/tflint/releases/tag/v0.29.0
2021-06-05 04:20:00 +00:00
Vincent Laporte
5ca9831cb1 ocamlPackages.menhir: 20190626 → 20210419
ocamlPackages.menhirLib: init at 20210419
ocamlPackages.menhirSdk: init at 20210419
2021-06-05 13:38:01 +02:00
Vincent Laporte
c3d87595f1 coccinelle: 1.0.6 → 1.1.0 2021-06-05 13:38:01 +02:00
R. RyanTM
93189848db esbuild: 0.12.5 -> 0.12.6 2021-06-05 19:41:53 +09:00
Zhaofeng Li
9a8b5d6e15 nongnu-libunwind: Disable package for RISC-V
The author has stated that he does not have time to implement support.
There is no use for the `supportsHost` passthru attribute anymore, so
let's remove that as well.
2021-06-04 20:44:38 -07:00
Carlos Hernandez
99b351b4bd tree-sitter: explicitly incl CXX headers on Darwin
clang needs to find headers + libraries for compiling with libc++.
On Darwin we will include CXX headers when compiling C.

This closes #124396
2021-06-04 11:31:42 -06:00
Kim Lindberger
8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Artturin
a5bf3427fb earthly: add missing buildFlags and tags 2021-06-04 18:23:43 +03:00
Sandro
a40b57293b
Merge pull request #125664 from 06kellyjac/open-policy-agent
open-policy-agent: 0.28.0 -> 0.29.4
2021-06-04 17:06:46 +02:00