nixpkgs/pkgs/development/tools
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
..
agda-pkg agda-pkg: 0.1.50 -> 0.1.51 2020-10-15 07:20:50 +00:00
alloy alloy: enable build on Darwin 2020-08-25 09:21:26 -07:00
ameba treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ammonite ammonite: Fix arguments 2020-11-27 09:58:00 -05:00
analysis radare2: Minor cleaning in expression 2021-01-13 11:46:17 -07:00
apktool apktool: 2.4.1 -> 2.5.0 2020-12-04 06:11:41 +00:00
asmfmt asmfmt: 1.1 -> 1.2.1 2020-04-30 21:24:02 -07:00
asn2quickder treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
async treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
avro-tools avro-tools: Remove maintainer nequissimus 2020-10-08 11:00:16 -04:00
aws-sam-cli aws-sam-cli: fix build 2021-01-12 23:20:45 -08:00
azcopy azure-storage-azcopy: 10.6.1 -> 10.7.0 2020-11-10 22:18:22 -08:00
backblaze-b2 Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk 2020-11-30 02:13:30 +01:00
bazel-gazelle buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
bazel-kazel bazel-kazel: 0.1.2 -> 0.1.3 (#103850) 2020-11-21 17:39:08 -08:00
bazel-watcher bazel-watcher: Mark broken on darwin 2020-12-07 12:33:22 +01:00
bazelisk bazelisk: 1.7.3 -> 1.7.4 2020-10-29 09:14:28 +00:00
bloaty treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
boomerang treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
boost-build treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
build-managers treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
buildah buildah: 1.18.0 -> 1.19.0 2021-01-10 06:51:26 +10:00
buildkit buildkit: 0.8.0 -> 0.8.1 2021-01-07 04:20:00 +00:00
buildpack buildpack: 0.15.0 -> 0.15.1 2020-11-29 05:32:42 +00:00
cadre treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cargo-flamegraph cargo-flamegraph: 0.3.0 -> 0.4.0 and clean up 2021-01-01 01:25:03 +08:00
cargo-web buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
cask treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages 2021-01-13 17:13:10 +01:00
castxml CastXML: refactor to avoid python2 dependency (#101996) 2020-10-29 10:01:18 +01:00
cbor-diag treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ccloud-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cddl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cdecl
check treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
chefdk treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
chit buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
clang-tools clang-tools: fix substitution in wrapper 2019-12-01 17:12:00 +00:00
clj-kondo clj-kondo: 2020.04.05 -> 2020.11.07 2020-11-07 19:52:45 +01:00
clog-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cloud-nuke cloud-nuke: 0.1.23 -> 0.1.24 2020-11-26 00:30:09 +00:00
cloudfoundry-cli cloudfoundry-cli: 6.51.0 -> 7.0.1 2020-08-23 22:05:25 +01:00
clpm clpm: init at 0.3.5 (#108849) 2021-01-11 23:08:42 +01:00
cmake-format cmake-format: 0.6.11 -> 0.6.13 2020-08-26 19:38:50 +02:00
cmake-language-server treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
compass treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
compile-daemon treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
conftest conftest: 0.22.0 -> 0.23.0 2021-01-09 10:49:30 +00:00
container-linux-config-transpiler container-linux-config-transpiler: 0.7.0 -> 0.9.0 2020-06-15 14:50:26 +00:00
continuous-integration gitlab-runner: 13.6.0 -> 13.7.0 (#107378) 2020-12-22 13:16:15 +01:00
corgi buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
corundum treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
coursier coursier: 2.0.7 -> 2.0.8 2020-12-23 17:05:51 -05:00
cppclean treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cucumber treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cue buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
dapper dapper: 0.5.1 -> 0.5.3 2020-09-04 09:49:42 -07:00
dapr/cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
database dbmate: remove deps.nix 2021-01-13 20:21:26 +01:00
dcadec treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
deadcode treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
deis treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
deisctl treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
delve delve: 1.5.0 -> 1.5.1 2020-12-11 11:36:16 +00:00
dep buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
dep2nix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
detect-secrets treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
devd devd: use upstream vendor 2020-09-08 16:32:39 +10:00
devpi-client devpi-client: 5.0.0 -> 5.2.0 2020-06-03 11:29:15 -07:00
devpi-server devpi-server: fix build 2020-12-11 09:23:42 -05:00
devtodo treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
diesel-cli buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
distgen distgen: 1.4 -> 1.5 2020-04-05 12:00:26 +00:00
dive buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
doctl doctl: 1.53.0 -> 1.54.0 2020-12-07 14:19:47 +00:00
documentation gtk-doc: 1.33.0 -> 1.33.1 2020-12-26 16:54:52 +01:00
dot-http treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
drip drip: use jdk8 2020-09-19 17:38:15 +02:00
drm_info treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
dt-schema dt-schema: 2020.11 -> 2020.12 2020-12-15 02:44:22 +00:00
dtools treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
easyjson easyjson: use upstream vendor 2020-09-08 16:32:39 +10:00
eclipse-mat treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ejson treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
electron electron_11: 11.1.0 -> 11.2.0 2021-01-13 16:00:15 +00:00
eliot-tree treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
erlang treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
errcheck errcheck: 1.1.0 -> 1.4.0 2020-11-22 20:56:40 +07:00
fac treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
fdroidserver fdroidserver: fix gradlew-fdroid interpreter 2020-10-04 19:02:46 +02:00
fedora-coreos-config-transpiler fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0 2021-01-07 19:20:23 +01:00
fedpkg treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
flamegraph flamegraph: 2017-07-01 -> 2019-02-16 2019-10-17 09:33:11 +02:00
flatpak-builder flatpak-builder: 1.0.10 → 1.0.11 2020-07-13 07:25:49 +02:00
flock treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
flootty treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
flyway flyway: 7.3.0 -> 7.3.1 2020-12-05 17:45:09 +00:00
fmbt fmbt: 0.39 -> 0.42 2020-03-26 23:06:03 +00:00
fusee-launcher treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
galen treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gamecube-tools gamecube-tools: fix build 2019-11-23 21:34:17 -08:00
gauge gauge: 1.1.5 -> 1.1.6 2020-12-07 18:11:01 +00:00
gdm treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
geckodriver treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ghp-import
ginkgo treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gir treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
git-ftp treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
git-quick-stats utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
git-repo-updater git-repo-updater: 0.5 -> 0.5.1 2020-03-31 05:11:30 +00:00
git-series treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
github bump: init at 0.2.2 2020-09-21 18:17:11 +03:00
github-changelog-generator treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
github-commenter github-commenter: remove goPackagePath 2020-12-17 16:38:13 +10:00
glade treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
glide treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gllvm gllvm: 1.2.8 -> 1.2.9 2020-11-01 10:58:30 +00:00
global-platform-pro treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
glock treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
glpaper treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
glslviewer glslviewer: 2019-04-22 -> 1.6.8, use python3 2020-11-01 10:46:35 -08:00
gnome-desktop-testing gnome-desktop-testing: 2018.1 → unstable-2019-12-11 2020-02-10 12:55:26 -05:00
gnulib treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
go2nix treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
go-bindata buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
go-bindata-assetfs buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
go-junit-report treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
go-langserver treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
go-migrate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
go-minimock go-minimock: init at 3.0.8 2020-12-25 08:50:25 -08:00
go-motion treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
go-outline treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
go-protobuf go-protobuf: 1.4.2 -> 1.4.3 2020-10-18 09:57:30 +00:00
go-repo-root buildGoPackage packages: editorconfig fixes 2020-07-31 14:07:43 +10:00
go-swag go-swag: init at 1.6.7 2020-09-14 16:22:07 -07:00
go-swagger buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
go-symbols treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
go-task buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
go-toml go-toml: 1.8.0 -> 1.8.1 2020-09-25 08:09:31 +00:00
go-tools go-tools: 2020.1.6 -> 2020.2 2020-12-15 04:20:00 +00:00
goa treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gocode buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
gocode-gomod gocode-gomod: add vendorSha256 2020-08-18 19:16:53 +10:00
goconst goconst: 1.3.2 -> 1.4.0 2020-11-21 22:43:54 +00:00
goconvey treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
gocyclo treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
godef treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092) 2020-08-11 21:04:55 +00:00
godot godot: 3.2.2 -> 3.2.3 2020-10-02 21:00:16 +02:00
gofumpt gofumpt: 2020-10-27 -> 0.1.0 2021-01-13 22:17:38 +01:00
gogetdoc buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
gojsontoyaml treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
golangci-lint golangci-lint: 1.33.0 -> 1.35.0 2021-01-08 11:12:07 +01:00
golint buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
gomodifytags treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
gomplate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
google-app-engine-go-sdk google-app-engine-go-sdk: refactor to use python3 2020-11-01 09:14:01 -08:00
gopkgs treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
gopls treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gore treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gosec gosec: 2.4.0 -> 2.5.0 2020-10-29 17:25:25 +00:00
gotags buildGoPackage packages: editorconfig fixes 2020-07-31 14:07:43 +10:00
gotests treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
gotestsum treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gotools gotools: 2020-10-27 -> 2021-01-13 2021-01-13 21:41:01 +01:00
govendor treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
govers treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
gox buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
gpp treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
grabserial grabserial: 1.9.9 -> 2.0.2 2020-02-11 08:38:05 +00:00
gron treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
gtk-mac-bundler treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
guile treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
halfempty utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
haskell haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0 2021-01-08 20:57:02 +01:00
hcloud hcloud: 1.19.1 -> 1.20.0 2020-11-11 08:50:56 +00:00
heroku heroku: 7.42.2 -> 7.45.0 2020-10-10 04:20:00 +00:00
hexio treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
hobbes treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hover hover: 0.43.0 -> 0.46.1 2020-12-31 00:25:31 -03:00
iaca treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
icestorm icestorm: 2020.08.19 -> 2020.12.04 2021-01-03 06:06:33 -06:00
icr icr: 0.6.0 -> 0.8.0 2020-04-22 17:30:22 +08:00
iferr treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
imatix_gsl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
impl impl: unstable-2019-11-19 -> 1.0.0 2020-12-29 18:31:14 +07:00
ineffassign treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
interfacer treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
irony-server treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
java visualvm: 2.0.4 -> 2.0.5 2020-11-27 01:09:42 +00:00
jazzy jazzy: 0.13.3 -> 0.13.5 2020-07-26 23:14:49 -07:00
jbake treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
jbang jbang: init at 0.58.0 2021-01-11 21:52:55 -05:00
jd treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
jid buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
jira_cli jira-cli: 2.2 -> 3.0 2020-11-25 06:55:25 +00:00
jl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jmespath treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jo jo: 1.3 -> 1.4 2020-07-19 09:51:19 +02:00
jp jp: 0.1.2 -> 0.1.3 2020-06-14 18:12:39 +00:00
jpexs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jq jq: Add test 2020-11-28 13:42:36 -05:00
jsduck treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
json2hcl treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
jsonnet-bundler jsonnet-bundler: init at 0.4.0 2020-10-28 18:31:11 +01:00
jtc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
just just: 0.7.1 -> 0.8.3 2020-12-12 01:53:42 -05:00
k6 k6: 0.28.0 -> 0.29.0 2020-11-13 16:17:17 +00:00
kafkacat kafkacat: 1.5.0 -> 1.6.0 2020-07-24 03:17:16 +00:00
kcli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kexpand kexpand: use upstream vendor 2020-09-08 16:32:39 +10:00
kind kind: 0.8.1 -> 0.9.0 2020-10-24 12:37:52 -04:00
knightos treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
krew treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ktlint ktlint: 0.39.0 -> 0.40.0 2020-12-06 02:35:39 +00:00
kube-aws treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kube-prompt treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kubectx buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
kubeprompt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kubicorn treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kubie treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kustomize kustomize: 3.8.7 -> 3.9.1 2021-01-06 18:49:39 -07:00
kythe treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
lattice-diamond lattice-diamond: add libusb-compat-0_1 dependency 2020-06-09 13:54:38 -07:00
lazygit lazygit: add changelog to meta-attributes 2020-12-27 15:52:05 +01:00
lc3tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
leaps leaps: regenerate deps.nix 2020-09-03 08:20:26 +10:00
librarian-puppet-go treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
libsigrok treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
libsigrokdecode treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
literate-programming Literate: 2019-01-01 -> unstable-2020-09-02 2020-10-18 02:02:11 +02:00
makerpm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
maligned treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
manul manul: use deleteVendor 2020-09-08 16:32:39 +10:00
mbed-cli treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mdk mdk: 1.2.10 -> 1.3.0 2020-11-03 04:03:01 +00:00
metals treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
micronaut treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
minizinc treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
misc gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
mmixware treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mockgen treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
mod buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
modd modd: use upstream vendor 2020-09-08 16:32:39 +10:00
mpfshell mpfshell: 0.8.1 -> unstable-2020-04-11 2020-12-28 18:15:24 +01:00
msgpack-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mustache-go mustache-go: 1.0.1 -> 1.2.0 2020-07-16 08:14:58 +00:00
nailgun treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nemiver treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
neoload treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
node-webkit nwjs_0_12: use lib.getLib systemd instead of systemd.lib 2020-08-13 20:51:40 +02:00
nrpl treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
nsis treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nwjs nwjs: use lib.getLib systemd instead of systemd.lib 2020-08-13 20:51:40 +02:00
ocaml dune-release: fix tests for newer git versions 2021-01-13 09:54:56 +01:00
ofono-phonesim treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
omniorb treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
omnisharp-roslyn omnisharp-roslyn: 1.37.3 -> 1.37.4 2020-11-25 09:15:40 -08:00
open-policy-agent open-policy-agent: 0.25.1 -> 0.25.2 2020-12-09 12:14:35 +00:00
operator-sdk operator-sdk: 1.1.0 -> 1.2.0 2020-11-11 19:12:07 +00:00
oq maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
osslsigncode treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
out-of-tree treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
overcommit maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
packer treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
packet treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
packet-cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
packet-sd packet-sd: enable build on unix 2020-11-22 21:04:40 +07:00
pandoc pandoc: drop obsolete patches 2020-12-18 20:27:53 +01:00
parinfer-rust treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
parse-cli-bin treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
parsing treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pax-rs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pet buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
pew treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pgformatter treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pgloader treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
phantomjs treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
phantomjs2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pigeon pigeon: init at 20160310 2019-08-30 21:56:12 +02:00
pipenv pipenv: 2020.11.4 -> 2020.11.15 2020-11-19 18:44:02 +00:00
poetry2nix treewide: simplify pkgs.stdenv.lib -> pkgs.lib 2021-01-10 20:12:06 +01:00
postiats-utilities treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pretty-simple pretty-simple: init at 2.2.0.1 2020-01-27 20:28:43 +02:00
profiling treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
prospector prospector: init at 1.2.0 2020-01-14 21:26:34 -08:00
proto-contrib buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
protoc-gen-doc buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
prototool buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
pry pry: 0.12.2 -> 0.13.1 2021-01-06 16:38:32 -06:00
pup treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
puppet/puppet-lint update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
purescript/spago spago: 0.18 -> 0.19 2021-01-07 10:17:52 +09:00
pxview treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
py-spy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pydb treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pypi2nix pypi2nix: 2.0.3 -> 2.0.4 2020-01-21 21:19:09 +01:00
qtcreator treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
quicktemplate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
quilt treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rdbtools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rdocker treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
react-native-debugger treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rebazel rebazel: init at 0.1.4 2020-06-15 19:41:10 +02:00
redis-dump redis-dump: add redis-load 2020-05-18 14:02:35 -04:00
reflex treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
reftools treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
remarshal treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
renderizer treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
reno treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rep treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
repository-managers/nexus treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rgp rgp: 1.8 -> 1.9 2020-11-25 12:47:26 +01:00
richgo treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rnix-lsp rnix-lsp: upgrade cargo fetcher and cargoSha256 2020-02-16 16:57:41 -05:00
ronn treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rq maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
rshell rshell: 0.0.27 -> 0.0.28 2020-05-20 00:27:42 +00:00
rtags treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
rubocop rubocop: 1.1.0 -> 1.8.0 2021-01-07 04:20:00 +00:00
rucksack treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rufo rufo: init at 0.12.0 2020-10-20 16:44:04 -07:00
run treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rund treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rust treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sass treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sassc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sauce-connect treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
scaff scaff: 0.1.1 -> 0.1.2 2020-03-05 01:15:47 -05:00
scalafix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
scalafmt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
scry maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
scss-lint treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sd-local sd-local: 1.0.13 -> 1.0.17 2020-12-04 23:06:42 +00:00
selenium treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
setupcfg2nix treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
shellcheck shellcheck: inherit meta 2020-04-12 10:47:15 +10:00
sigrok-cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
simavr treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
skaffold skaffold: 1.17.1 -> 1.17.2 2020-12-11 02:20:27 +00:00
skopeo skopeo: 1.2.0 -> 1.2.1 2021-01-12 05:40:55 +10:00
slimerjs treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
so treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
solarus-quest-editor Merge branch 'master' into staging-next 2021-01-07 13:04:31 +01:00
sourcetrail treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
spirv-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
spring-boot-cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sqlint treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sqsh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sslmate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
stagit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
statik statik: unstable-2019-07-31 -> 0.1.7 2020-12-28 21:47:12 +01:00
summon summon: init at 0.8.2 2020-06-29 18:39:15 +03:00
sumneko-lua-language-server sumneko-lua-language-server: init at 1.11.2 2021-01-10 11:43:55 -08:00
sunxi-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
swiftformat treewide: simplify rev/repo arguments in src 2020-11-01 23:02:24 -08:00
systemfd treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
tabnine tabnine: 3.1.1 -> 3.2.63 2021-01-07 09:27:03 +00:00
textql treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
the-way treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
thrust treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
toluapp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tora treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
toxiproxy treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
tracy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tradcpp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
trellis treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
turbogit turbogit: init at v1.2.0 2021-01-06 23:48:18 +03:00
tychus treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
udis86 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
uftrace treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
unconvert treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
unity3d treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
unityhub treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vagrant vagrant: 2.2.13 -> 2.2.14 2020-11-23 00:07:45 +01:00
vala-language-server treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vala-lint treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vcstool treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vend treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vgo2nix vgo2nix: 2020-05-05 -> 2020-11-07 2020-11-08 02:45:57 +01:00
vim-vint treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vndr treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vogl treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
vulkan-validation-layers treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vultr vultr: 2.0.1 -> 2.0.2 2020-08-31 07:09:15 +00:00
vultr-cli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wabt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wally-cli wally-cli: remove goPackagePath 2020-12-17 16:38:13 +10:00
wasm-bindgen-cli wasm-bindgen-cli: 0.2.67 -> 0.2.69 2020-12-17 20:06:38 +07:00
wasm-pack treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
watchman treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wiggle treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wiiload treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
winpdb treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wire wire: init at v0.4.0 2020-12-31 12:52:10 -08:00
wllvm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wp-cli wp-cli: 2.2.0 -> 2.4.0 2020-04-02 09:20:01 +00:00
wrangler treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ws treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wxformbuilder treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xcbuild treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xcpretty treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xib2nib treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xqilla treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yaml2json treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yarn treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yarn2nix-moretea yarn2nix: Handle codeload.github.com tarballs 2020-12-30 19:01:48 +01:00
yj treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
yq-go yq-go: 3.4.0 -> 3.4.1 2020-11-12 12:22:08 +00:00
ytt ytt: remove goPackagePath 2020-12-17 16:38:13 +10:00
yuicompressor treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00