summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-03
|\
| * Merge pull request #33897 from rnhmjoj/digitsJörg Thalheim2018-02-02
| |\ | | | | | | Avoid package attributes starting with a digit
| | * avoid package attributes starting with a digitrnhmjoj2018-01-16
| | |
| * | Revert "openssh: Build with Kerberos by default"Graham Christensen2018-01-28
| | | | | | | | | | | | | | | | | | This reverts commit a232dd66ee0b390dc4d82858af7e15713bd60327. Moving to staging
| * | openssh: Build with Kerberos by defaultAneesh Agrawal2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be disabled with the `withKerberos` flag if desired. Make the relevant assertions lazy, so that if an overlay is used to set kerberos to null, a later override can explicitly set `withKerberos` to false. Don't build with GSSAPI by default; the patchset is large and a bit hairy, and it is reasonable to follow upstream who has not merged it in not enabling it by default.
* | | openssh: Build with Kerberos by defaultGraham Christensen2018-01-28
| | | | | | | | | | | | | | | | | | This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536. which reverted f596aa0f4a35f613422f85a4486e32ea20ca7739 to move it to staging
* | | Revert "openssh: Build with Kerberos by default"Graham Christensen2018-01-28
| | | | | | | | | | | | | | | | | | This reverts commit a232dd66ee0b390dc4d82858af7e15713bd60327. Moving to staging
* | | openssh: Build with Kerberos by defaultAneesh Agrawal2018-01-28
|/ / | | | | | | | | | | | | | | | | | | | | | | This can be disabled with the `withKerberos` flag if desired. Make the relevant assertions lazy, so that if an overlay is used to set kerberos to null, a later override can explicitly set `withKerberos` to false. Don't build with GSSAPI by default; the patchset is large and a bit hairy, and it is reasonable to follow upstream who has not merged it in not enabling it by default.
* | Drop broken Haskell compilers.Peter Simons2018-01-26
| | | | | | | | | | | | | | | | | | - ghc versions 6.10.4, 6.12.3, and 7.2.2 are broken, and 6.10.2-binary is no longer necessary after those versions have been dropped - halvm version 2.4.0 hasn't compiled in a long time - uhc version 1.1.9.4 hasn't compiled in a long time
* | libgumbo: rename to gumboYegor Timoshenko2018-01-21
|/
* pidgin: hyphenate pluginsYegor Timoshenko2018-01-08
|
* transmission_remote_gtk: rename to transmission-remote-gtkYegor Timoshenko2018-01-06
|
* transmission_gtk: rename to transmission-gtkYegor Timoshenko2018-01-06
|
* libmysql: deprecateRobin Gloster2017-12-29
|
* jhc: drop broken Haskell compilerPeter Simons2017-12-26
|
* winusb: unstable-2017-01-30 -> woeusb 3.1.4Anders Kaseorg2017-12-22
| | | | | | | | | | WinUSB was renamed to WoeUSB (https://github.com/slacka/WoeUSB/issues/100). Also, put mount points in /run instead of /tmp to sidestep security considerations with /tmp. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* pup: rename attr, go-pup -> pupYegor Timoshenko2017-12-20
|
* libminc: fix build after hdf5 upgrade by using hdf5_1_8Orivej Desh2017-12-01
|
* Merge branch 'staging' (older one)Vladimír Čunát2017-11-24
|\ | | | | | | | | | | Hydra seems OK-ish, except that some aarch64 jobs need restarting after qt4 timing out for the first time: https://hydra.nixos.org/eval/1412641?compare=1412561
| * binutils, gdb: Do not expose libbfd or libopcodes, and be multitargetJohn Ericson2017-11-13
| | | | | | | | | | | | There are separate derivations for these libraries and we don't want conflict. Multitarget is generally more useful, and will eventually speed up cross builds, so why not?!
* | double-conversion: rename attr from double_conversionOrivej Desh2017-11-22
|/
* keepassxc: rename from keepassx-communityBjørn Forsman2017-11-08
| | | | I think the new name is more appropriate, see https://keepassxc.org/.
* postage: replaced by pgmanage-10.0.2Bas van Dijk2017-11-03
| | | | | | | | | | | postage is no longer maintained and has been replaced by the identical pgmanage. See: https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage The following error is raised when a user enables the deprecated `services.postage.enable` option: Failed assertions: - services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* ppsspp: fix upOrivej Desh2017-10-01
|
* robo3t: added 1.1.1Andrew Morsillo2017-09-28
|
* guileLint: rename to guile-lintxd1le2017-09-27
|
* guile-modules: add aliases for renamed attributes for backwardsxd1le2017-09-24
| | | | compatibility
* sshfs-fuse: 2.10 -> 3.2.0Michael Weiss2017-09-21
|
* prometheus-statsd-exporter: 0.3.0 -> 0.4.0Robin Gloster2017-08-27
|
* Merge pull request #28407 from ThomasMader/dtoolsJörg Thalheim2017-08-26
|\ | | | | dtools: rdmd -> dtools
| * dtools: rdmd -> dtoolsThomas Mader2017-08-19
| | | | | | | | | | | | | | | | - Remove single rdmd derivation and introduce new dtools derivation with more tools from the repository. - Update rdmd/dtools 2.067.0 -> 2.075.1 - Adding checkPhase - Fixing dependencies - Update derivation description
* | ultrastardx: 1.1, 1.3-beta -> 2017.8.0Robin Gloster2017-08-12
|/
* aliases: add 'skype' -> 'skypeforlinux' for backwards compatWill Dietz2017-07-27
|
* wine: reorganize packagesNikolay Amiantov2017-06-04
| | | | | | | | Move most of wine configurations to winePackages which is not built on Hydra. Leave two top-level packages: wine: stable release with an "office" configuration; wineStaging: staging release with a "full" configuration.
* aliases: don't distribute on HydraNikolay Amiantov2017-06-04
|
* ammonite: 0.8.3 -> 0.8.4Tim Steinbach2017-05-02
| | | | Also rename package and add alias for the old name.
* lua5_{sec,1_sockets,expat}: convert to aliasesVladimír Čunát2017-05-02
| | | | | There's nothing better in these expressions than what we have in lua-packages.nix
* Merge pull request #24526 from miltador/jetbrainsJörg Thalheim2017-04-11
|\ | | | | idea: numerous fixes and improvements
| * jetbrains: add alias for ideaVasiliy Solovey2017-04-03
| |
* | surf: 0.7 -> 2.0Joachim Fasting2017-04-02
|/ | | | This renders surf-webkit2 obsolete; it is now aliased to surf.
* rename iana_etc to iana-etcJörg Thalheim2017-03-28
| | | | fixes #23621
* signing-party: Fix deps and include all toolsMichael Weiss2017-03-26
| | | | | | | | | | | | | | | | | | | | Additional tools: - gpg-key2latex - gpgdir - gpgwrap This module is really hacky and the dependencies are very messy... :o However I tried my best at testing all 19 individual tools and they should (hopefully) all work now (apart from sendmail which can be provided by multiple packages) :) The code is very redundant (sorry) but imho it's easier to read and maintain it that way. TODO: There are some additional manual pages that could be included (I'm too exhausted for that atm...). And there might be a lot of stuff that could be improved in the future.
* libjson-rpc-cpp: 0.6.0 -> 0.7.0, fix buildRobin Gloster2017-02-28
|
* Separate Qt 5 packages from dependent librariesThomas Tuegel2017-02-27
|
* gst-plugins-base: align attrname with pkgnameBjørn Forsman2017-02-27
|
* qt-gstreamer1: align attrname with pkgnameBjørn Forsman2017-02-27
|
* qt-gstreamer: align attrname with pkgnameBjørn Forsman2017-02-27
|
* gst-plugins-ugly: align attrname with pkgnameBjørn Forsman2017-02-27
|
* gst-plugins-bad: align attrname with pkgnameBjørn Forsman2017-02-27
|