nixpkgs/pkgs/development/tools
sternenseemann c3c4ef859a gprbuild, xmlada: init at 21.0.0
GPRbuild is a multi language build system developed by AdaCore which
is mostly used for build Ada-related projects using GNAT.

Since GPRbuild is used to build itself and its dependency library
XML/Ada we first build a bootstrap version of it using the provided
bash build script bootstrap.sh as the gprbuild-boot derivation.
gprbuild-boot is then used to build xmlada and the proper gprbuild
derivation.

GPRbuild has its own search path mechanism via GPR_PROJECT_PATH which
we address via a setupHook. It currently works quite similar to the
pkg-config one: It accumulates all inputs into GPR_PROJECT_PATH,
GPR_PROJECT_PATH_FOR_BUILD etc. However this is quite limited at the
moment as we don't have a gprbuild wrapper yet which understands the
_FOR_BUILD suffix. However, we'll need to address this in the future
as it is currently basically impossible to test since the distinction
only affects cross-compilation, but it is not possible to build a GNAT
cross-compiler in nixpkgs at the moment (I'm working on changing that,
however).

Another issue we had to solve was GPRbuild not finding the right GNAT
via its gprconfig tool: GPRbuild has a knowledge base with compiler
definitions which run some checks and collect info about binaries
which are in PATH. In the end the first compiler in PATH that supports
the desired language is selected.

We want GPRbuild to discover our wrapped GNAT since the unwrapped one
is incapable of producing working binaries since it won't find the
crt*.o objects distributed with libc. GPRbuild however needs to find
the Ada runtime distributed with GNAT which is not part of the wrapper
derivation, so it will skip the wrapper and select the unwrapped GNAT.
Symlinking the unwrapped's lib directory into the wrapper fixes this
problem, but breaks linking in some cases (e. g. when linking against
OMP from gcc, the runtime variant will shadow the problem dynamic lib
from buildInputs). Additionally it uses gnatls as an indicator it has
found GNAT which is not part of the wrapper.

The solution we opted to adopt here is to install a custom compiler
description into gprbuild's knowledge base which properly detects the
nixpkgs GNAT wrapper: It uses gnatmake to detect GNAT instead of
gnatls and discovers the runtime via a symlink we add to
`$out/nix-support`. This additional definition is enough to properly
detect GNAT, since the plain wrapped gcc detection works out of the
box. It may, however, be necessary to add special definitions for
other languages in the future where gprbuild also needs to discover
the runtime.

One future improvement would be to install libgpr into a separate
output or split it into a separate derivation (which would require to
link gprbuild statically always since otherwise we end up with a
cyclical dependency).
2021-08-03 14:58:49 +02:00
..
agda-pkg
air air: 1.27.2 -> 1.27.3 2021-04-27 18:40:39 +00:00
alloy pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
altair-graphql-client altair-graphql-client: init at version 4.0.2 2021-05-05 22:46:33 +01:00
ameba ameba: 0.14.2 -> 0.14.3 2021-04-22 04:50:48 +00:00
ammonite treewide: fix redirected URLs 2021-08-01 00:01:50 +07:00
analysis checkstyle: 8.44 -> 8.45 2021-08-02 01:57:46 +00:00
apkid apkid: init at 2.1.1 2021-04-11 01:37:23 +02:00
apksigcopier apksigcopier: use apksigner 2021-07-24 22:24:24 +02:00
apksigner apksigner: init 2021-07-24 22:23:59 +02:00
apktool apktool: deprecate phases 2021-07-26 20:58:33 +02:00
asmfmt asmfmt: 1.2.1 -> 1.2.3 2021-03-25 23:02:16 +01:00
asn2quickder pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
async treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
async-profiler async-profiler: 1.8.5 -> 1.8.6 2021-07-22 10:14:05 -07:00
ats-acc ats-acc: init at 2018-10-21 2021-05-20 12:09:06 -07:00
avro-tools pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
aws-sam-cli aws-sam-cli: 1.23.0 -> 1.26.0 2021-07-10 10:32:59 +03:00
azcopy azure-storage-azcopy: 10.10.0 -> 10.11.0 2021-06-16 18:11:18 -07:00
azure-functions-core-tools func: init at 3.0.3568 2021-07-15 13:46:31 -07:00
b4 b4: loosen versions for request and dnspython 2021-04-29 07:20:52 +02:00
backblaze-b2 backblaze-b2: 2.4.0 -> 2.5.0 2021-06-22 13:42:54 +02:00
bacon bacon: 1.1.6 -> 1.1.8 2021-08-02 01:01:10 +00:00
bashate bashate: init at 2.0.0 (#117469) 2021-03-27 17:40:29 +01:00
bazel-gazelle
bazel-kazel bazel-kazel: 0.2.1 -> 0.2.2 (#118959) 2021-04-09 22:52:24 -07:00
bazel-watcher bazel-watcher: update hashes for fetchConfigured 2021-06-07 20:59:01 +00:00
bazelisk bazelisk: 1.10.0 -> 1.10.1 2021-07-19 16:06:46 -07:00
bloaty pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
boomerang boomerang: Replace inline patch with fetchpatch 2021-05-14 15:04:44 +02:00
boost-build boost-build: fix darwin build 2021-05-11 09:16:23 -07:00
buf buf: 0.44.0 -> 0.46.0 2021-07-28 12:23:06 +01:00
build-managers gprbuild, xmlada: init at 21.0.0 2021-08-03 14:58:49 +02:00
buildah buildah: 1.21.1 -> 1.22.0 2021-08-03 18:24:01 +10:00
buildkit buildkit: 0.8.2 -> 0.8.3 2021-05-01 01:40:41 +00:00
buildpack buildpack: 0.17.0 -> 0.18.0 2021-03-26 00:58:52 +00:00
bunyan-rs bunyan-rs: init at 0.1.2 2021-05-22 18:55:33 +02:00
butane butane: 0.12.1 -> 0.13.0 2021-07-17 10:55:00 +02:00
cadre treewide: add final newline 2021-01-22 07:18:04 +10:00
capnproto-java capnproto-java: init at 0.1.5 2021-01-26 16:42:28 -05:00
cargo-flamegraph treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
cargo-web treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
cask cask: Add build phase hooks and install phase hooks 2021-07-14 17:01:10 +02:00
castxml castxml: fix build 2021-05-08 01:29:18 -07:00
cbor-diag treewide: add final newline 2021-01-22 07:18:04 +10:00
ccloud-cli ccloud-cli: Declare the actual supported platforms 2021-03-19 15:59:23 -07:00
cddl treewide: add final newline 2021-01-22 07:18:04 +10:00
cdecl application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
check
checkmake treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
chefdk application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
chit treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
clang-tools clang-tools: fix clangd 2021-06-13 17:31:16 +03:00
clj-kondo clj-kondo: 2021.02.13 -> 2021.03.31 2021-04-22 11:30:42 -03:00
clog-cli treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
cloud-nuke cloud-nuke: 0.3.0 -> 0.4.0 2021-07-26 23:20:07 +00:00
cloudsmith-cli pythonPackages: deprecate requests_toolbelt alias 2021-07-21 13:32:53 +02:00
clpm clpm: fix darwin build (#123029) 2021-05-16 18:57:29 -04:00
cmake-format cmake-format: Fix missing dependency (#118388) 2021-04-03 17:45:40 +02:00
cmake-language-server maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
comby comby: init at 1.5.1 2021-07-23 10:32:12 +02:00
compass treewide: add final newline 2021-01-22 07:18:04 +10:00
compile-daemon treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
conftest conftest: 0.25.0 -> 0.26.0 2021-07-28 12:38:31 +01:00
container-linux-config-transpiler
continuous-integration Merge pull request #132040 from r-ryantm/auto-update/fly 2021-07-30 19:55:34 -07:00
convco treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
corgi treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
corundum treewide: add final newline 2021-01-22 07:18:04 +10:00
coursier coursier: 2.0.15 -> 2.0.16 2021-03-24 09:19:01 -04:00
cppclean treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
cucumber treewide: add final newline 2021-01-22 07:18:04 +10:00
cue remove solson as maintainer 2021-06-01 20:13:31 +01:00
dapper dapper: 0.5.5 -> 0.5.6 2021-03-04 14:16:49 +00:00
dapr/cli dapr: 1.0.1 -> 1.1.0 2021-04-05 16:13:28 +01:00
database Merge pull request #131341 from r-ryantm/auto-update/liquibase 2021-07-31 22:39:50 -04:00
dcadec pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
deadcode
deis treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
deisctl treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
delve delve: 1.6.1 -> 1.7.0 2021-07-20 01:33:42 +00:00
dep treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
dep2nix treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
detect-secrets detect-secrets: 0.14.3 -> 1.1.0 2021-07-04 13:29:05 +02:00
devd treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
devpi-client devpi-client: set __darwinAllowLocalNetworking 2021-05-25 22:01:36 +01:00
devpi-server devpi-server: set __darwinAllowLocalNetworking 2021-05-25 22:01:46 +01:00
devtodo pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
diesel-cli treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
distgen
dive dive: 0.9.2 -> 0.10.0 2021-03-08 21:52:19 +01:00
dockle dockle: 0.3.14 -> 0.3.15 2021-06-10 17:57:07 +01:00
doctl doctl: 1.61.0 -> 1.62.0 2021-07-10 12:04:53 +00:00
documentation mkdocs: 1.0.4 -> 1.2.1 2021-06-18 13:25:10 +02:00
dot-http treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
dprint dprint: init at 0.15.0 2021-06-30 20:20:31 +05:30
drip pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
drm_info drm_info: 2.2.0 -> 2.3.0 2021-03-18 01:09:31 +00:00
dt-schema treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
dtools dtools: 2.085.1 -> 2.095.1 2021-03-18 17:29:49 +02:00
earthly earthly: update license to bsl11 2021-07-24 17:06:00 +00:00
easyjson treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
eclipse-mat eclipse-mat: 1.11.0.20201202 -> 1.12.0.20210602 2021-06-23 12:17:14 +00:00
ecpdap ecpdap: 0.1.6 -> 0.1.7 2021-07-04 03:54:53 +00:00
efm-langserver efm-langserver: 0.0.31 -> 0.0.36 2021-07-23 11:33:29 +02:00
ejson treewide: add final newline 2021-01-22 07:18:04 +10:00
electron electron_12: 12.0.14 -> 12.0.15 2021-07-27 03:30:24 +00:00
eliot-tree treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
elkhound elkhound: init at unstable-2020-04-13 2021-07-01 08:23:16 +08:00
errcheck errcheck: 1.5.0 -> 1.6.0 2021-02-25 09:17:04 +00:00
esbuild esbuild: 0.12.16 -> 0.12.17 2021-07-30 23:07:16 +09:00
evans evans: 0.9.3 -> 0.10.0 2021-07-25 06:46:08 +00:00
f2c f2c: init at 20200916 (#125360) 2021-06-06 01:10:06 +02:00
fac treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
fdroidserver fdroidserver: use apksigner 2021-07-24 22:24:34 +02:00
fedpkg fedpkg: stay with python2 2021-03-25 12:43:50 +01:00
fission fission: 1.13.0 -> 1.13.1 2021-07-01 13:31:32 -07:00
flamegraph pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
flatpak-builder flatpak-builder: 1.0.12 -> 1.0.14 2021-06-09 14:23:52 +02:00
flawfinder flawfinder: 2.0.15 -> 2.0.18 2021-07-01 00:38:27 +02:00
flip-link flip-link: 0.1.3 -> 0.1.4 2021-05-22 03:43:16 +00:00
flock
flootty treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
flyway various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
fmbt fmbt: fix compilation 2021-03-05 18:14:35 +01:00
frugal frugal: 3.14.6 -> 3.14.7 2021-07-27 01:56:00 +00:00
fusee-launcher pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
galen treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
gamecube-tools gamecube-tools: 1.0.2 -> 1.0.4 2021-06-18 05:19:40 +00:00
gauge treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gdm treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
geckodriver geckodriver: 0.26.0 -> 0.29.1 (#119164) 2021-04-13 16:05:07 +02:00
ginkgo ginkgo: 1.16.3 -> 1.16.4 2021-06-27 18:09:41 +00:00
gir gir-rs: 2019-10-16 -> 2021-05-05 2021-05-10 10:07:08 +02:00
git-aggregator git-aggregator: init at 1.8.1 2021-05-22 13:40:23 +02:00
git-ftp pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
git-quick-stats git-quick-stats: 2.2.0 -> 2.3.0 2021-06-23 09:41:03 -07:00
git-repo-updater git-repo-update: Disable tests 2021-02-02 14:46:07 +01:00
git-series treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
github github-release: 0.7.2 -> 0.10.0 2021-02-24 23:07:01 +01:00
github-changelog-generator treewide: add final newline 2021-01-22 07:18:04 +10:00
github-commenter github-commenter: 0.8.0 -> 0.9.0 2021-04-11 09:08:43 +00:00
glade gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
glide treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gllvm gllvm: 1.2.9 -> 1.3.0 2021-02-20 21:52:15 +00:00
global-platform-pro treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
glock treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
glpaper Use fetchFromSourcehut 2021-03-08 15:51:27 +01:00
glslviewer pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
gnome-desktop-testing pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
gnulib gnulib: update to latest version from savanah 2021-07-13 10:44:24 -06:00
go-bindata go-bindata: unstable-2015-10-23 -> 3.22.0 2021-02-06 16:12:47 +00:00
go-bindata-assetfs treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-containerregistry go-containerregistry: init at 0.4.1 (#115875) 2021-04-06 10:00:40 +02:00
go-junit-report treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-langserver treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-migrate treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-minimock go-minimock: 3.0.8 -> 3.0.9 2021-06-28 11:34:46 -07:00
go-mockery go-mockery: 2.8.0 -> 2.9.0 2021-06-23 04:53:26 +00:00
go-motion treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
go-outline treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-protobuf go-protobuf: 1.4.3 -> 1.5.1 2021-03-19 15:06:08 +00:00
go-repo-root treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-swag
go-swagger go-swagger: 0.26.1 -> 0.27.0 2021-04-01 08:58:08 +00:00
go-symbols treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
go-task go-task: 3.5.0 -> 3.6.0 2021-07-12 04:07:50 +00:00
go-toml go-toml: 1.9.2 -> 1.9.3 2021-06-18 06:10:54 +00:00
go-tools go-tools: 2020.2.4 -> 2021.1 2021-05-26 06:59:38 +00:00
go2nix treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
goa treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gocode treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gocode-gomod treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
goconst
goconvey treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gocyclo
godef treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
godot Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
gofumpt gofumpt: 0.1.0 -> 0.1.1 2021-03-14 00:32:04 -05:00
gogetdoc
gojsontoyaml gojsontoyaml: unstable-2020-06-02 -> unstable-2020-12-16 2021-05-12 02:14:58 -03:00
golangci-lint golangci-lint: 1.41.0 -> 1.41.1 2021-06-20 08:30:29 +00:00
golint golint: 20181026 -> 20201208 2021-03-02 11:01:00 -05:00
gomacro gomacro: init at 2.7 2021-02-01 11:12:16 -05:00
gomodifytags treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gomplate gomplate: 3.8.0 -> 3.9.0 2021-01-29 03:24:50 +00:00
google-app-engine-go-sdk treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
gopkgs treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gopls gopls: 0.6.10 -> 0.7.0 2021-07-17 20:22:05 +03:00
gops gops: 0.3.18 -> 0.3.19 2021-07-03 12:26:53 +00:00
gore gore: 0.5.2 -> 0.5.3 2021-07-30 09:40:55 +00:00
gosec gosec: 2.8.0 -> 2.8.1 2021-06-18 06:21:50 +00:00
gotags treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gotests treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gotestsum gotestsum: 1.6.4 -> 1.7.0 2021-07-24 19:00:38 +00:00
gotools treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
govendor treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
govers treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gox treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
gpp pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
grabserial grabserial: use python3 2021-04-03 17:06:08 +02:00
gron gron: switch to buildGoModule, add SuperSandro2000 as maintainer 2021-02-12 20:35:44 +01:00
gtk-mac-bundler treewide: editorconfig fixes 2021-01-21 13:29:54 +10:00
guile pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
halfempty Merge pull request #109857 from r-ryantm/auto-update/halfempty 2021-01-19 14:37:37 +01:00
haskell dconf2nix: 0.0.7 -> 0.0.8 2021-05-25 17:54:47 +02:00
hcloud hcloud: 1.20.0 -> 1.21.0 2021-03-10 23:36:16 +00:00
heroku heroku: 7.47.11 -> 7.51.0 2021-03-17 04:20:00 +00:00
hexio hexio: stay with python2 2021-04-03 17:06:09 +02:00
hobbes hobbes: unstable-2020-05-19 -> unstable-2021-04-28 with LLVM 11 support (#124490) 2021-06-25 15:56:24 +02:00
hover hover: 0.46.2 -> 0.46.3 2021-03-31 21:25:44 -03:00
htmltest htmltest: init at 0.14.0 2021-02-01 16:14:56 +01:00
iaca treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
icestorm pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
icr oq: 1.1.0 -> 1.2.0 2021-04-01 11:12:47 +08:00
iferr
ijq ijq: 0.3.5 -> 0.3.6 2021-07-30 14:29:07 +02:00
imatix_gsl pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
impl impl: unstable-2019-11-19 -> 1.0.0 2020-12-29 18:31:14 +07:00
ineffassign treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
interfacer treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
irony-server irony-server: fixed darwin build 2021-06-14 19:56:00 -07:00
java various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
jazzy treewide: add final newline 2021-01-22 07:18:04 +10:00
jbake treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
jbang jbang: 0.71.1 -> 0.72.0 2021-07-01 13:10:25 -07:00
jd treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jid treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jira_cli treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jl treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jmespath treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jo pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
jp treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
jpexs jpexs: remove samuelgrf from maintainers 2021-03-30 02:49:50 +02:00
jq jq: format, update meta 2021-07-30 14:29:44 +02:00
jql jql: init at 2.9.4 2021-04-21 02:04:58 +05:30
jsduck jsduck: deprecate phases 2021-07-27 14:37:54 +02:00
json2hcl
jsonnet-bundler
jtc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
just just: fix aarch64 build 2021-07-30 12:19:21 +02:00
k6 k6: 0.31.0 -> 0.31.1 2021-03-18 08:36:11 +00:00
kafkacat kafkacat: enable Avro message deserialization 2021-06-20 11:54:43 +03:00
kcli treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
kexpand
kgt kgt: init at 2021-04-07 2021-04-28 12:49:06 +02:00
kind kind: 0.11.0 -> 0.11.1 2021-05-28 21:20:38 +00:00
knightos remkrom: init at unstable-2020-10-17 2021-07-24 16:00:50 +07:00
ko ko: init at 0.8.3 2021-07-14 09:43:23 +08:00
krankerl krankerl: 0.13.0 -> 0.13.1 2021-05-01 05:36:09 +00:00
krew krew: 0.4.0 -> 0.4.1 2021-02-21 23:21:40 -06:00
ktlint ktlint: 0.41.0 -> 0.42.0 2021-07-30 11:37:59 +00:00
kube-aws
kube-prompt treewide: add final newline 2021-01-22 07:40:43 +10:00
kubectx kubectx: 0.9.3 -> 0.9.4 2021-07-06 20:18:33 -04:00
kubeprompt treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
kubepug kubepug: init at 1.1.3 2021-04-12 14:21:33 +01:00
kubicorn treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
kubie kubie: 0.15.0 -> 0.15.1 2021-07-22 10:22:52 -07:00
kustomize kustomize: 4.1.3 -> 4.2.0 2021-07-03 21:07:40 +00:00
kythe pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
lattice-diamond treewide: fix redirected URLs 2021-08-01 00:01:50 +07:00
lazygit lazygit: 0.28.1 -> 0.28.2 2021-06-06 01:44:36 +00:00
lc3tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
leaps treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
librarian-puppet-go
libsigrok libsigrok_0_3: fix 2021-08-02 22:36:02 +02:00
libsigrokdecode libsigrokdecode: enable check 2021-07-27 08:51:43 +02:00
literate-programming change various expressions to use pname and version 2021-07-07 23:41:18 +03:00
luaformatter luaformatter: 1.3.5 -> 1.3.6 2021-05-19 10:34:23 -04:00
makerpm pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
maligned
manul treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
mbed-cli mbed-cli: remove myself as maintainer 2021-06-29 21:21:56 +02:00
mdk development: /s/name/pname&version/ 2021-06-30 09:45:11 +02:00
metals Merge pull request #131561 from Tomahna/metals 2021-08-02 07:18:05 +02:00
micronaut treewide: editorconfig fixes 2021-01-21 13:29:54 +10:00
minizinc treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
misc terraform-ls: 0.19.1 -> 0.20.0 2021-08-02 14:13:42 +01:00
mix2nix mix2nix: 0.1.3 -> 0.1.4 2021-06-07 12:47:15 +09:00
mmixware treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mockgen mockgen: 1.4.4 -> 1.5.0 2021-02-21 00:53:29 +00:00
mod mod: 0.4.0 -> 0.4.1 2021-01-22 16:02:45 +00:00
modd treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
mold mold: mark broken on aarch64 2021-07-18 00:19:30 +02:00
mpfshell pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
msgpack-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mustache-go treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
nailgun treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nemiver gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
neoload application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
node-webkit nwjs: remove phases 2021-07-27 14:14:31 +02:00
nrpl treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
nsis nsis: enable builds on darwin. (#120903) 2021-04-30 02:36:54 +02:00
nwjs nwjs: remove phases 2021-07-27 14:14:31 +02:00
ocaml dune-release: remove -f from rm -rf 2021-08-02 10:58:47 +02:00
ofono-phonesim treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
omniorb pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
omnisharp-roslyn omnisharp-roslyn: 1.37.8 -> 1.37.12 2021-07-14 16:12:01 -03:00
open-policy-agent open-policy-agent: 0.30.2 -> 0.31.0 2021-07-28 12:34:05 +01:00
operator-sdk operator-sdk: 1.4.2 -> 1.5.0 2021-03-16 18:29:11 +00:00
oq oq: 1.1.0 -> 1.2.0 2021-04-01 11:12:47 +08:00
osslsigncode treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
out-of-tree treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
overcommit treewide: add final newline 2021-01-22 07:18:04 +10:00
packer packer: 1.7.3 -> 1.7.4 (#130916) 2021-07-21 13:50:44 +02:00
packet treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
packet-cli packet-cli: 0.3.0 -> 0.5.0 2021-05-26 16:00:20 +00:00
packet-sd
pactorio Merge remote-tracking branch 'origin/master' into staging-next 2021-05-18 08:57:16 -07:00
pandoc pandoc: add citerefentry patch 2021-07-12 05:14:09 +02:00
parinfer-rust treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
parse-cli-bin parse-cli-bin: deprecate phases 2021-07-27 14:07:51 +02:00
parsing hammer: clean up dependencies 2021-07-27 20:37:05 +02:00
pax-rs treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
pet
pew treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
pgformatter pgformatter: 4.4 -> 5.0 2021-02-11 05:39:00 -05:00
pgloader pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
pgtop pgtop: remove alias 2021-07-27 08:14:56 -07:00
phantomjs application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
phantomjs2 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
picotool picotool: init at 1.0.1 2021-06-06 16:04:39 +03:00
pigeon
pipenv
poetry2nix poetry2nix: drop anyio override 2021-07-27 11:19:28 +02:00
postiats-utilities postiats-utilities: remove phases 2021-07-25 01:35:41 +02:00
pqrs treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
pretty-simple
profiling Merge branch 'master' into staging-next 2021-07-10 20:15:53 +02:00
prospector
proto-contrib
protoc-gen-doc
protoc-gen-go protoc-gen-go: 1.27.0 -> 1.27.1 2021-06-29 08:43:02 +02:00
protoc-gen-go-grpc treewide: go: inherit platforms instead of using platforms.all 2021-04-26 08:59:56 +02:00
protoc-gen-grpc-web protoc-gen-grpc-web: init at 1.2.1 2021-08-02 08:58:09 +01:00
protoc-gen-twirp protoc-gen-twirp: 8.0.0 -> 8.1.0 2021-06-16 13:21:26 +02:00
protoc-gen-twirp_php protoc-gen-twirp_php: 0.6.0 -> 0.7.1 2021-04-21 17:02:39 +02:00
protoc-gen-twirp_swagger protoc-gen-twirp_swagger: init at unstable-2021-03-29 2021-03-30 11:12:23 +02:00
protoc-gen-twirp_typescript protoc-gen-twirp_typescript: init at unstable-2021-03-29 2021-03-30 11:12:34 +02:00
prototool
pry treewide: add final newline 2021-01-22 07:18:04 +10:00
pscale pscale: 0.58.0 -> 0.60.0 2021-07-22 10:31:44 -07:00
pup pup: 0.4.0 -> unstable-2019-09-19 2021-02-12 20:35:43 +01:00
puppet/puppet-lint treewide: add final newline 2021-01-22 07:18:04 +10:00
purescript/spago spago: 0.20.1 -> 0.20.2 2021-05-07 10:27:27 +09:00
pxview treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
py-spy treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
pydb application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
pypi2nix pypi2nix: mark as broken 2021-05-13 19:36:14 +02:00
qtcreator treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
quicktemplate treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
quilt application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
rdbtools treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
rdocker pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
react-native-debugger Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
rebazel treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
redis-dump treewide: add final newline 2021-01-22 07:18:04 +10:00
reflex
reftools
remarshal treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
renderizer renderizer: 2.0.9 -> 2.0.12 2021-03-13 12:10:22 -06:00
reno treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
rep rep: 0.2.1 -> 0.2.2 2021-05-03 16:48:27 -04:00
repository-managers/nexus nexus: 3.29.2-02 -> 3.30.0-01 2021-03-12 07:49:46 +00:00
rgp rgp: 1.10 -> 1.11 2021-07-22 14:56:56 +02:00
richgo richgo: 0.3.3 -> 0.3.6 2021-02-03 22:27:07 +00:00
rnix-lsp maintainers: remove jD91mZM2 2021-06-12 23:13:40 +02:00
ronn ronn: deprecate phases 2021-07-25 01:33:28 +02:00
roswell roswell: init at 21.01.14.108 2021-04-28 16:44:10 +02:00
rq rq: drop obsolete inputs 2021-07-16 19:53:17 +02:00
rshell rshell: 0.0.28 -> 0.0.30 2021-03-09 15:50:43 +00:00
rtags rtags: fix build 2021-05-08 01:29:18 -07:00
rucksack treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rufo treewide: add final newline 2021-01-22 07:18:04 +10:00
run treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
rund pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
rust rust-analyzer: 2021-07-12 -> 2021-08-02 2021-08-02 11:14:14 +01:00
sass treewide: add final newline 2021-01-22 07:18:04 +10:00
sassc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sauce-connect treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
scalafix scalafix: deprecate phases and use pname&version 2021-07-25 01:27:41 +02:00
scalafmt scalafmt: 2.6.4 → 2.7.5 2021-07-30 14:12:24 -05:00
scenebuilder scenebuilder: fix build error 2021-05-19 10:13:51 -07:00
scenic-view scenic-view: init at 11.0.2 2021-04-07 21:12:00 +02:00
scry scry: unstable-2020-09-02 -> 0.9.1 2021-04-01 11:12:47 +08:00
scss-lint treewide: add final newline 2021-01-22 07:18:04 +10:00
sd-local sd-local: 1.0.30 -> 1.0.31 (#119158) 2021-04-12 12:37:19 -07:00
selenium treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
sentry-cli sentry-cli: init at 1.66.0 (#126228) 2021-06-14 17:37:13 +02:00
setupcfg2nix treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
shadered shadered: init at 1.4.1 2021-01-22 15:10:43 +01:00
shellcheck shellcheck: deprecate phases 2021-07-18 12:31:37 +02:00
shellharden shellharden: init at 4.1.2 2021-04-04 10:52:27 +02:00
sigrok-cli development: /s/name/pname&version/ 2021-06-30 09:45:11 +02:00
simavr pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
skaffold skaffold: 1.17.2 -> 1.20.0 2021-02-16 09:45:03 +01:00
skopeo skopeo: 1.3.1 -> 1.4.0 2021-08-03 07:43:35 +10:00
slimerjs treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
so treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
solarus-quest-editor Merge branch 'master' into staging-next 2021-01-07 13:04:31 +01:00
sourcetrail pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
spicy spicy: init at unstable-2020-02-21 2021-02-21 22:12:00 +00:00
spirv-tools various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
spring-boot-cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sqlint defaultGemConfig.pg_query: 2.0.1 -> 2.0.2 2021-04-02 21:02:54 +13:00
sqsh sqsh: fix build with freetds 2021-05-12 04:58:25 -03:00
sslmate application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
stagit stagit: 0.9.5 → 0.9.6 2021-06-01 03:46:28 +03:00
statik statik: unstable-2019-07-31 -> 0.1.7 2020-12-28 21:47:12 +01:00
stylua stylua: 0.9.3 -> 0.10.0 2021-07-11 14:37:41 -04:00
summon treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
sumneko-lua-language-server sumneko-lua-language-server: 1.16.0 -> 1.20.2 2021-04-18 19:23:04 +02:00
sunxi-tools application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
swiftformat swiftformat: 0.44.9 -> 0.47.10 2021-01-18 11:46:58 -05:00
symfony-cli Bump from 4.25.2 to 4.25.4. 2021-06-18 21:01:56 +02:00
systemfd treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tabnine tabnine: add runHook to installPhase 2021-07-09 11:39:19 -07:00
taplo-cli taplo-cli: init at 0.4.0 2021-07-29 16:46:20 -04:00
taplo-lsp taplo-lsp: init at 0.2.4 2021-07-29 16:47:07 -04:00
tapview tapview: init at 1.1 2021-05-10 14:47:11 -07:00
textql treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tf2pulumi tf2pulumi: init at 0.10.0 2021-04-11 12:53:28 +01:00
the-way treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
thrust thrust: remove phases 2021-07-25 01:30:48 +02:00
toluapp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tora
toxiproxy
tracy tracy: fixupPhase -> postFixup, because linting 2021-04-05 19:00:53 +01:00
tradcpp development: /s/name/pname&version/ 2021-06-30 09:45:11 +02:00
treefmt treefmt: 0.2.0 -> 0.2.2 2021-05-31 18:21:51 +02:00
trellis trellis: 2021.01.02 -> 2021.07.06 2021-07-28 19:42:42 -05:00
trunk Merge master into staging-next 2021-05-19 00:55:36 +00:00
turbogit turbogit: 2.0.0 -> 3.0.1 2021-07-24 02:07:21 +03:00
tychus pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
udis86 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
uftrace pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
unconvert
unity3d unity3d: update sha1 to sha256 2021-06-29 15:36:34 +02:00
unityhub treewide: remove gdk_pixbuf alias 2021-07-16 09:35:40 +02:00
vagrant vagrant: 2.2.17 -> 2.2.18 2021-07-28 22:55:47 +02:00
vala-language-server vala-language-server: 0.48.2 -> 0.48.3 2021-07-05 19:42:40 +02:00
vala-lint vala-lint: 2020-08-18 → 2021-02-17 2021-05-05 22:43:03 +02:00
vcstool treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
vend treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
vendir vendir: 0.17.0 -> 0.18.0 2021-04-05 23:29:49 -04:00
vgo2nix
vim-vint pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
vndr vndr: 2018-06-23 -> 2020-07-28 2021-07-12 23:05:19 -07:00
vogl lzma: deprecate alias 2021-04-04 19:49:52 +02:00
vulkan-validation-layers vulkan: 1.2.176 -> 1.2.182 2021-07-24 11:35:21 +08:00
vultr vultr: 2.0.2 -> 2.0.3 2021-03-10 05:21:19 +00:00
vultr-cli vultr-cli: 2.4.0 -> 2.4.1 2021-05-05 18:01:07 -07:00
wabt wabt: 1.0.20 -> 1.0.23 (#117548) 2021-03-25 20:21:16 +01:00
wally-cli wally-cli: 2.0.0 -> 2.0.1 2021-05-19 01:49:13 +03:00
wasm-bindgen-cli wasm-bindgen-cli: 0.2.73 -> 0.2.74 2021-06-08 23:24:19 +02:00
wasm-pack treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
watchman treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
wiggle wiggle: use fetchFromGitHub with pname and version 2021-06-30 09:53:51 +02:00
wiiload treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
winpdb development: /s/name/pname&version/ 2021-06-30 09:45:11 +02:00
wire wire: 0.4.0 -> 0.5.0 2021-02-09 18:47:24 +00:00
wllvm treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
wp-cli wp-cli: 2.4.0 -> 2.5.0 2021-07-01 15:48:18 +08:00
wrangler wrangler: 1.18.0 -> 1.19.0 2021-07-31 17:51:29 +09:00
ws treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
wxformbuilder treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xcbuild xcbuild: allow building arm64 binaries 2021-05-17 00:27:03 +09:00
xcode-install xcode-install: init at 2.6.8 2021-01-27 11:38:41 +01:00
xcpretty treewide: add final newline 2021-01-22 07:18:04 +10:00
xib2nib application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
xqilla treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yaml2json yaml2json: unstable-2017-05-03 -> 1.3 2021-02-15 15:04:50 +01:00
yarn treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yarn2nix-moretea/yarn2nix Merge pull request #101521 from egasimus/patch-2 2021-06-09 12:54:50 +02:00
yj treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
yq-go Merge pull request #117005 from tomberek/go-yq/test 2021-04-09 18:01:49 +02:00
ytt ytt: 0.30.0 -> 0.31.0 2021-02-09 19:41:56 +00:00
yuicompressor treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
zls zls: 0.1.0 -> unstable-2021-06-06 2021-06-06 14:19:07 +08:00
zprint zprint: fix compilation on darwin 2021-06-23 16:16:59 +02:00