summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
Commit message (Collapse)AuthorAge
* ip2unix: init at 1.0.0aszlig2018-11-05
| | | | | | | | | | | | | | This tool was initially built specifically for nixcloud to prevent a few annoying programs from binding to IP sockets. While initially only accepting a JSON file as input, the tool now has a proper command line interface and it's also generally usable to turn IP sockets of any program into Unix sockets. Another thing that might be even useful for NixOS modules is the possibility to bend programs into using systemd socket activation. Signed-off-by: aszlig <aszlig@nix.build>
* Merge pull request #49462 from roberth/pkgs-nixos-exampleRobert Hensing2018-11-04
|\ | | | | pkgs.nixos: Add example to inline documentation
| * pkgs.nixos: Add note about systemd.services.*.runner not being systemdRobert Hensing2018-11-03
| |
| * pkgs.nixos: Add example to inline documentationRobert Hensing2018-10-30
| |
* | python34: removeFrederik Rietdijk2018-11-04
| | | | | | | | | | | | | | | | Python 3.4 will receive it's final patch release in March 2019 and there won't be any releases anymore after that, so also not during NixOS 2019.03. Python 3.4 is not used anymore in Nixpkgs. In any case, migrating code from 3.4 to 3.4+ is trivial.
* | Merge pull request #49669 from kalbasit/nixpkgs_provide-binaries-for-vim-goJörg Thalheim2018-11-04
|\ \ | | | | | | Provide all the binaries needed by the vim-go plugin
| * | iferr: init unstable at 2018-06-15Wael M. Nasreddine2018-11-02
| | |
| * | impl: init unstable at 2018-02-27Wael M. Nasreddine2018-11-02
| | |
| * | gometalinter: init at 2.0.11Wael M. Nasreddine2018-11-02
| | |
| * | gosec: init at 1.1.0Wael M. Nasreddine2018-11-02
| | |
| * | maligned: init unstable at 2018-07-07Wael M. Nasreddine2018-11-02
| | |
| * | interfacer: init at unstable 2018-08-31Wael M. Nasreddine2018-11-02
| | |
| * | gocyclo: init unstable at 2015-02-08Wael M. Nasreddine2018-11-02
| | |
| * | go-check: init unstable at 2018-09-12Wael M. Nasreddine2018-11-02
| | |
| * | goconst: init at 1.1.0Wael M. Nasreddine2018-11-02
| | |
| * | unconvert: init at unstable 2018-07-03Wael M. Nasreddine2018-11-02
| | |
| * | ineffassign: init at unstable 2018-09-09Wael M. Nasreddine2018-11-02
| | |
| * | go-tools: init at 2017.2.2Wael M. Nasreddine2018-11-02
| | |
| * | deadcode: init at unstable 2016-07-24Wael M. Nasreddine2018-11-02
| | |
| * | gogetdoc: init at unstable 2018-10-25Wael M. Nasreddine2018-11-02
| | |
| * | reftools: init at unstable 2018-09-14Wael M. Nasreddine2018-11-02
| | |
| * | errcheck: init at 1.1.0Wael M. Nasreddine2018-11-02
| | |
| * | asmfmt: init at 1.1Wael M. Nasreddine2018-11-02
| | |
* | | Merge pull request #49728 from vbgl/acgtk-1.5.0Jörg Thalheim2018-11-04
|\ \ \ | | | | | | | | acgtk: 1.3.1 -> 1.5.0
| * | | acgtk: 1.3.1 -> 1.5.0Vincent Laporte2018-11-04
| | | |
* | | | linux: 4.14.78 -> 4.14.79Tim Steinbach2018-11-04
| | | |
* | | | Add dhallPackages and add current PreludeProfpatsch2018-11-04
| | | | | | | | | | | | | | | | Dhall is a non-turing complete programming language.
* | | | plv8: unbreak build, bump to version 2.3.8Austin Seipp2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee58a5b30d6e60407b44fbb02ddade6c20fd8763 broke the plv8 build because it upgraded the v8_6_x expression everywhere to the 6.9 branch, which came with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at this time. This keeps a copy of the plv8_6_x expression inside the same directory as the other v8 versions (so patches, etc are easy to apply), but it is not exposed to the top-level of all-packages.nix. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #49710 from Mic92/linux-samusJörg Thalheim2018-11-04
|\ \ \ \ | | | | | | | | | | linux-samus: remove
| * | | | linux-samus: removeJörg Thalheim2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package is out-of-date and has no maintainer. I don't own a chromebook device and therefore don't know if an mainline kernel could be used instead. cc @lheckemann @zohl
* | | | | Merge pull request #49701 from averelld/rstudio-previewPeter Simons2018-11-04
|\ \ \ \ \ | | | | | | | | | | | | RStudio 1.2 preview init
| * | | | | rstudio-preview: init at f33fb2b2Averell Dalton2018-11-03
| | | | | |
* | | | | | Merge pull request #49603 from dtzWill/feature/slack-termRenaud2018-11-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | slack-term: init at 0.4.1
| * | | | | | slack-term: init at 0.4.1Will Dietz2018-11-01
| | | | | | |
* | | | | | | coq_8_9: init at 8.9+beta1Théo Zimmermann2018-11-04
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #49707 from Mic92/linux_beagleboardJörg Thalheim2018-11-03
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | linux_beagleboard: remove
| * | | | | linux_beagleboard: removeJörg Thalheim2018-11-03
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package is out-of-date and has no maintainer. It should be now possible to just mainline kernel. Support for that could be added by copying the right dtb file in our linux_rpi kernel. I do not have the hardware to test this. cc @dezgeg @dhess
* | | | | consul: 0.9.3 -> 1.3.0.Niklas Hambüchen2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the old UI build tooling; it is no longer necessary because as of 1.2.0 it's bundled into the server binary. It doesn't even need to have JS built, because it's bundled into the release commit's source tree (see #48714). The UI is enabled by default, so the NixOS service is updated to directly use `ui = webUi;` now. Fixes #48714. Fixes #44192. Fixes #41243. Fixes #35602. Signed-off-by: Niklas Hambüchen <mail@nh2.me>
* | | | | x11basic: init at 1.26Edward Tjörnhammar2018-11-03
| | | | |
* | | | | Merge pull request #48082 from sengaya/ansible-2.7Renaud2018-11-03
|\ \ \ \ \ | |/ / / / |/| | | | ansible: Update to latest supported releases
| * | | | ansible_2_7: init at 2.7.1Thilo Uttendorfer2018-11-03
| | |/ / | |/| |
* | | | Merge pull request #48496 from rvl/bpftraceRenaud2018-11-03
|\ \ \ \ | | | | | | | | | | linuxPackages.bpftrace: init at unstable-2018-10-27
| * | | | linuxPackages.bpftrace: init at unstable-2018-10-27Rodney Lorrimar2018-10-28
| | | | |
* | | | | Merge pull request #49467 from CharlesHD/submit/cmusfmRenaud2018-11-03
|\ \ \ \ \ | | | | | | | | | | | | cmusfm: init at 2018-10-11
| * | | | | cmusfm: init at 2018-10-11CharlesHD2018-10-31
| | | | | |
* | | | | | cargo-asm: fix build on macOS MojaveDaniël de Kok2018-11-03
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building cargo-asm on Mojave fails with ld: framework not found Security Add Security as a build input.
* | | | | Merge pull request #49352 from talyz/masterRenaud2018-11-03
|\ \ \ \ \ | | | | | | | | | | | | nomachine-client: init at 6.3.6_1
| * | | | | nomachine-client: init at 6.3.6_1talyz2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages mainly the nxplayer part of the client, since the tray doesn't work very well without the server / a complete installation. Use the shipped libs, since nxplayer really doesn't like any others. I believe they use internally modified versions of many libs. Audio doesn't work: the libasound.so shipped looks for the alsa config files in the wrong place, and even if it finds them, it still doesn't work. Using the one from alsaLib doesn't work either and adds instability.
* | | | | | timescaledb-parallel-copy: init at 2018-05-14Austin Seipp2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | haskellPackages: default to ghc 8.4.4 as per Stackage LTS 12.16Peter Simons2018-11-02
| | | | | |