about summary refs log tree commit diff
path: root/pkgs/top-level
AgeCommit message (Collapse)AuthorFilesLines
2022-05-02pkgs: Add _type = "pkgs" release-19.03Robert Hensing1-0/+15
(cherry picked from commit ad1e2500efd0aa49b0dc7427bf69d4879f3b0ff5) (cherry picked from commit aec730a0af4c977513ce28236cbecaca72af6901)
2019-10-28perlPackages.Po4a: fix buildc0bw3b1-1/+2
Backport of #72170 Related issue: #71296 (Po4a build get stuck in a loop) Term::ReadKey is an optional dependency. From upstream: > This module is used to retrieve the terminal's line width. > If it is not present, the line width can be specified with the COLUMN environment variable.
2019-09-23Revert "daemon: init at 0.6.4"Matthew Bauer1-2/+0
This reverts commit 5e845ace8452acc9694d70c467a1e3921b8798e7.
2019-09-22daemon: init at 0.6.4Sander van der Burg1-0/+2
(cherry picked from commit 96ffba10f5c959656314998f667f4999406b4144)
2019-09-02Merge remote-tracking branch 'upstream/release-19.03' into ↵John Ericson12-294/+777
feature/js-unknown-ghcjs
2019-09-02Add support for `js-unknown-ghcjs`Moritz Angermann1-0/+1
This adds enough logic to nixpkgs to support the `js-unknown-ghcjs` triple.
2019-08-27mod_wsgi: allow building this module with python 2.x and 3.xPeter Simons1-1/+3
(cherry picked from commit 79c6d22c1fc55b69961f5b72c3b293fc739d0ef6)
2019-08-13linux: Add 5.2Tim Steinbach1-1/+10
Update linuxPackages_latest to 5.2 (cherry picked from commit 3df683c8ca2fce5953749925248da6564e7ea809)
2019-08-05pythonPackages.python-vipaccess: init at 0.10.3Andreas Wiese1-0/+2
(cherry picked from commit 11fb28f305a36982f9a908dd5620746ff4aa0b41)
2019-08-05pythonPackages.oath: init at 1.4.3Andreas Wiese1-0/+2
(cherry picked from commit 7dfa1f842e6c27b6744f496f703bb8c29c5131ee)
2019-07-27Merge pull request #61806 from cdepillabout/backport-memtest86Samuel Dionne-Riel1-0/+4
memtest86-efi: backport to 19.03
2019-07-28memtest86-efi: init at 8.0 (backport to 19.03)(cdep)illabout1-0/+2
This creates a new package, memtest86-efi. This is a recent version of the unfree version of memtest86. There appear to be no restrictions on the use or redistribution of this. Backport from #60967. (cherry picked from commit d273bf5eb4335e60e7d2c8d63f2325aab4b1041d) (cherry picked from commit e01e13a5477b7efb503ac5eb26e3cc2bde1375b9) (cherry picked from commit 439a7552bd2e074f97ac574f360e23f1c20ba769) (cherry picked from commit 4abafaf3ccdc1b067804ceb8f4e9e26805ee4513)
2019-07-28Add package for libguesfs containing libguestfs appliancesRoosembert Palacios1-0/+2
Appliances are necessary when building images using virt-builder. (e.g. `virt-builder -o debian-9.img debian-9`) Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> (cherry picked from commit ecb90aedecbd3f802908f2b6742efbc32413fd20)
2019-07-19ccache.links: make it a function of unwrappedCCFrederik Rietdijk1-3/+3
That way we can use a ccacheStdenv with e.g. a different CC: stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC = gcc8Stdenv.cc.cc; }); (cherry picked from commit 594ca3f1cfd5b188c440e9460dfbfece14706009)
2019-07-16firefox-esr: 60.7.2esr -> 68.0esrtaku01-1/+3
(cherry picked from commit 75d4e64fad0c917f7e7aab8c4bbbe311b8064fba)
2019-07-16rust_1_35: init at 1.35Andreas Rammhold1-0/+9
2019-07-06kbfs: 2.11.0 -> 4.1.0worldofpeace1-1/+1
The kbfs code has been moved to the same repo as the keybase package. (cherry picked from commit bfe270bc54a2c09eceb84ddaf8eeb3ca78f38659)
2019-07-04python3Packages.loguru: init at 0.3.0Jake Waksbaum1-0/+2
(cherry picked from commit a96bab416a39cead3d1ad43bba46273d643ed92a)
2019-06-26Merge pull request #63728 from basvandijk/cargo-license-0.2.0-release-19.03Bas van Dijk1-0/+1
Backport "cargo-license: init at 0.2.0" to release-19.03
2019-06-25cargo-license: init at 0.2.0Bas van Dijk1-0/+1
(cherry picked from commit 7720379005cb765abf0ab16b87f540cbea50e2f8)
2019-06-24Merge #63484: linux_5_0: removeAlyssa Ross1-9/+0
(cherry picked from commit 57b1f5386289dbe4be14ac8960687c12334d6dfb)
2019-06-23linux_4_{14,19}: restore __kernel_fpu_{begin,restore} (#63665)Jörg Thalheim1-0/+2
linux_4_{14,19}: restore __kernel_fpu_{begin,restore}
2019-06-22linux_4_19: restore __kernel_fpu_{begin,restore}tilpner1-0/+1
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to 4.19, so add the reverting patch to restore zfs performance. (cherry picked from commit 0e6d0c12e4dda75d4399cb23871dcbbc2df8d5ed)
2019-06-22linux_4_14: restore __kernel_fpu_{begin,restore}tilpner1-0/+1
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to 4.14, so add the reverting patch to restore zfs performance. (cherry picked from commit 71b4b7b4c7ccbc6c51a7ace81930715722620ff2)
2019-06-21Merge pull request #63556 from ↵Bas van Dijk1-0/+1
basvandijk/cargo-graph-0.2.0-d895af1-release-19.03 Backport "cargo-graph: init at 0.2.0-d895af1" to 19.03
2019-06-20fswatch: Enable FSEvents API on DarwinNikola Knezevic1-1/+3
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to have better monitoring of file system changes. (cherry picked from commit a0bbe1aa27f7a0d97813e87087baf16e069c8067)
2019-06-20cargo-graph: init at 0.2.0-d895af1Bas van Dijk1-0/+1
(cherry picked from commit c2f3f169f986732c941c0ceb71014501680fb01c)
2019-06-12nix: Add nixFlakes attribute for the flake branchEelco Dolstra1-1/+2
(cherry picked from commit abd51d042c5036a3f1c3566b3e1025f955c43baf)
2019-06-09Merge #62440: git-quick-stats: init at 2.0.8Vladimír Čunát1-0/+2
(cherry picked from commit 2354bc69b381dfba7c1135c498433c4346ef3df7)
2019-06-09Merge #62858: backport wasmtime into release-19.03Vladimír Čunát1-0/+3
2019-06-09wasmtime: initMatthew Bauer1-0/+3
Co-authored-by: Lorenzo Manacorda <lorenzo@mailbox.org>
2019-06-08eudev: use utillinuxMinimalJoachim Fasting1-1/+1
Presumably, the target audience for eudev are people who wish to avoid pulling in systemd for whatever reason; it makes sense then to make the default build not pull in systemd via utillinux. (cherry picked from commit a37db0289f1401178a16b191c9d4e3302728d3b5)
2019-06-07libressl_2_7: remove, not maintained anymoreFranz Pletz1-1/+0
Stable LibreSSL releases are supported one year after their OpenBSD release. OpenBSD 6.3 with this branch was released on 2018-04-01. (cherry picked from commit cea163252adf3c893969e60d62659137ecd91e22)
2019-06-06vscodium: init at 1.33.1 (#60423)Stanislas1-1/+3
(cherry picked from commit e4b146b125a05642d1a984b22b012e0bf9fd0cfc)
2019-06-06Merge pull request #61474 from lheckemann/bcc-llvm7Linus Heckemann1-0/+1
linuxPackages.bcc: use llvm 7.x
2019-06-03ghc: add release candidate for 8.6.5 and a corresponding package setPeter Simons1-0/+11
(cherry picked from commit 66c25cff94f28804340d84f52e4412c320a97f96) Signed-off-by: Domen Kožar <domen@dev.si>
2019-06-01gcovr: Add alias to pythonPackages.gcovrJosef Kemetmüller1-0/+2
Since gcovr is most likely to be used as a script instead of a library, we provide an alias to python3Packages.gcovr. We still keep python2/3Packages.gcovr in case somebody really wants to import it as a library, which can not entirely be ruled out. (cherry picked from commit f10b0c6f8ca8e57a28e76ee86ec0252c7202f66d)
2019-05-23python3Packages.django_2_2: init at 2.2.1Lancelot SIX1-0/+2
This introduces Django-2.2, the new LTR version of django. For the time being, django-1.11 continues to be LTR in nixpkgs django-2.2 is introduced to prepare the migration. (cherry picked from commit d2de73f42cecae81c7224aadd77a30120792b21b)
2019-05-20linuxPackages.bcc: use llvm 7.xLinus Heckemann1-0/+1
This fixes a number of the tools on aarch64.
2019-05-14unix-tools: set low priorityMatthew Bauer1-1/+4
(cherry picked from commit 228f2ea6a75ffe3e383b5087d777428d72b99b6c)
2019-05-13kitty: support macOS (#56740)strager1-1/+7
Install the `kitty` command-line utility and the `kitty.app` macOS application. * Prefer libicns (png2icns) over Apple's non-free iconutil. * Work around warnings from Apple headers by disabling -pedantic-errors and -Werror. * Work around ld not support LLVM-LTO by disabling LTO. * Make Kitty and glfw compile for macOS 10.11 (and macOS 10.10). (cherry picked from commit 75aa8460ac73f92b1e47436508b52a18213c003c) cc #56740
2019-05-11elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository pluginJaka Hudoklin1-1/+12
(cherry picked from commit e3f62396310d815c5e95dab689402d2f78ec39ee)
2019-05-11elk6: 6.7.1 -> 6.7.2Bas van Dijk1-1/+1
(cherry picked from commit 1a0818e9411723e95717727f41e070c20fab14c3)
2019-05-11elk5: 5.6.9 -> 5.6.16Bas van Dijk1-1/+1
(cherry picked from commit 8673d82bc18d3c6af28b1e3fe5c109276b5121ed)
2019-05-11Merge pull request #61244 from basvandijk/journalbeat-fixes-release-19.03Bas van Dijk1-2/+3
Backports "NixOS: support journalbeat >= 6" to release-19.03
2019-05-11journalbeat: set version to 5 because that's the default in 19.03Bas van Dijk1-1/+1
2019-05-11Add minecraft-server_1_14 in all-packages.nixStanislas1-1/+2
(cherry picked from commit df792914a33de1134611410ba69baaff71f46f9a)
2019-05-10journalbeat: make journalbeat6 the defaultBas van Dijk1-2/+3
Version 6.x is also the default for the other beats. (cherry picked from commit a662f991392effcc5679d391ca5fcc373f225a2e)
2019-05-10elk: 7.0.0 -> 7.0.1Bas van Dijk1-1/+1
(cherry picked from commit 78cb9b7898bdf147564227a3fbdbee625743d3ae)
2019-05-10minecraft-server: remove 1.13.0 and 1.13.1angristan1-2/+0
It does not make sense to keep outdated minor versions (cherry picked from commit c7b36b71efbe541ed8517536de2ffec3db3d9277)