about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* enable the tests only for python older than 3.5artuuge2016-06-15
|
* pycuda: init at 2016.1artuuge2016-06-15
|
* pytools: init at 2016.2.1artuuge2016-06-15
|
* avr-gcc-libc: strip trailing whitespaceBjørn Forsman2016-06-05
|
* avr-gcc-libc: binutils 2.25->2.26, gcc 4.8.4->5.3.0, avr-libc 1.8.1->2.0.0ne0phyte2016-06-05
| | | | All packages updated to support more recent Atmel MCUs.
* netcdf: added parallel i/o supportBruno Bzeznik Bruno.Bzeznik@imag.fr2016-06-05
|
* Merge #15639: xorg-server 1.17.4 -> 1.18.3Vladimír Čunát2016-06-05
|\ | | | | | | ... and fglrxCompat to maintain compatibility.
| * xf86-input-evdev: split dev outputVladimír Čunát2016-05-23
| |
| * xorg-server: major update 1.17.4 -> 1.18.3Vladimír Čunát2016-05-23
| |
| * nixos ati_unfree: auto-switch xorg to fglrxComatVladimír Čunát2016-05-23
| |
| * xorg: add fglrxCompat parameterVladimír Čunát2016-05-22
| |
* | Merge #15809: xxkb: Split into multiple outputsVladimír Čunát2016-06-05
|\ \
| * | xxkb: Split into multiple outputsAlexey Shmalko2016-05-29
| | | | | | | | | | | | | | | I'm also adding myself as a maintainer as I'm the original author of the derivation.
* | | serpent: init at 2016-03-05Chris Martin2016-06-04
| | |
* | | Merge pull request #15941 from bendlas/update-emacs-packagesThomas Tuegel2016-06-04
|\ \ \ | | | | | | | | emacs-packages: update stable and unstable
| * | | melpa-packages 2016-06-04Herwig Hochleitner2016-06-04
| | | | | | | | | | | | | | | | remove company override from ac-php
* | | | xonsh: 0.2.7 -> 0.3.2Rok Garbas2016-06-04
| | | | | | | | | | | | | | | | * pythonPackages.prompt_toolkit make it build for py35
* | | | neovim: 0.1.3 -> 0.1.4Rok Garbas2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removing luaMessagePack (only used by neovim) * using libmpack (updated to latest master since they fixed a lot of packaging issues) * package libmpack lua bidnings * neovim expression now excepts luaPackages as an input and not individual lua packages (to avoid depending on different lua version)
* | | | gtypist: darwin compatibility (#15975)Nick Novitski2016-06-04
| | | |
* | | | pcsclite: 1.8.16 -> 1.8.17aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: - Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection - Fix an issue when used with systemd (problem in signal handler) - SCardGetAttrib(): set pcbAttrLen when buffer is too small - Doxygen: SCardGetAttrib() pbAttr can be NULL - Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size - fix compilation warnings and link errors on SunOS - Some other minor improvements Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @viric, @wkennington
* | | | pcsclite: Explicitly set ipcdiraszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some libraries using PCSC-Lite still tend to refer to /var/run/pcscd instead of /run/pcscd, so let's make sure this won't happen. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @viric, @wkennington
* | | | pcsc-cyberjack: Init at 3.99.5_SP09aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a driver module for PCSC-Lite, which allows to use the USB readers from REINER SCT, a reader that is very commonly used in Germany for online banking and for reading/writing data from/to the national identity card. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | pcsclite: Introduce PCSCLITE_HP_DROPDIR env varaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to override the directory where PCSC-Lite searches for USB drivers at runtime and should make our NixOS module much more clean so that we don't need to imperatively stitch together plugin directories anymore. I'm using a GNU extension for the ternary operator to avoid computing getenv("PCSCLITE_HP_DROPDIR") twice: https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @viric, @wkennington
* | | | gwenhywfar: Allow to override pluginSearchPathsaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're going to create a closure of plugins for aqbanking, so that it's easier to adapt the gwenhywfar search path to include these store paths. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | aqbanking: Add gettext to nativeBuildInputsaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | gwenhywfar: Remove constraint on gnutls33aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As of 4.15.3, gwenhywfar works with the latest version of GNUTLS, so we no longer need to reside to using an older version. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | aqbanking: Add an updater scriptaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The promised updater, which feeds sources.nix and should help updating all the aqbanking libraries at the same time. I was very reluctant to write the updater entirely in Nix as I've done a while ago for Chromium, because this would involve ugly hacks to do so. That's why I've done a more conservative approach here, only using nix-instantiate to get the contents of the current sources.nix. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | aqbanking: Move sources into a common sources.nixaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream URLs unfortunately aren't canonical, so let's have a sources.nix which contains the release IDs used by the upstream sites to associate a version of a particular package. We're then going to create an updater script which should update the sources.nix from there on. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | gwenhywfar, libchipcard: Move into aqbanking diraszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make it easier to deduplicate things, such as fetching upstream sources and the plugin paths, because after all these libraries are aqbanking-related and maintained by the same author on the same site. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | gwenhywfar: Add gettext to buildInputsaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | libchipcard: Init at 5.0.4aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another library that is part of aqbanking and needed in order to access various chip cards. It's essentially useful for doing online banking via FinTS/HBCI without PIN/TAN (or iTAN, mobileTAN, whatnot...). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | gwenhywfar: Unify plugin directoriesaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having something like $out/lib/gwenhywfar/plugins/60 when on Nix is a bit pointless, because we won't have something like a central plugin directory which could contain plugins for older library versions. Another reason to strip the effective shared object version is that we really want to avoid the need to track and update the SO version on every single update. This makes it way easier to add support for libchipcard and/or other related packages/plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | aqbanking: 5.5.1 -> 5.6.10aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog for version 5.5.1 through 5.6.10 is in German only and also not very detailled, so here is a comparison from a GitHub mirror I've found: https://github.com/cstim/aqbanking/compare/5.5.1...e129e64472a2 I've also used a similar scheme to what I've been using for gwenhywfar, so that we can soon unify all of the aqbanking & related libraries. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | gwenhywfar: 4.11.1 -> 4.15.3aszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog for version 4.11 through 4.12 doesn't seem to be available anymore and the change summaries from the project page are in German, but here's a comparison from a GitHub mirror I've found: https://github.com/cstim/gwenhywfar/compare/4.11.1beta...4055683538b6 I've shortened the URL to not include the file name in the URL itself because we use the name attribute in fetchurl to force the name anyway. A quick way to find out about the upstream download URLs is: curl 'http://www.aquamaniac.de/sites/download/packages.php?package=01&showall=1' \ | sed -nre 's/^.*<a\>.*\<href="([^"]+)".*/\1/p' Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
* | | | Updating goPackages go-fuse/mtpfs + libmtp to latestLluís Batlle i Rossell2016-06-04
| | | | | | | | | | | | | | | | libmtp to 1.1.11, and the go packages to latest master.
* | | | Merge pull request #15833 from FlorentBecker/eliom5vbgl2016-06-04
|\ \ \ \ | | | | | | | | | | Update the Eliom ecosystem to 2016-01
| * | | | allow eliom with ocaml-4.01Florent Becker2016-05-31
| | | | |
| * | | | ocaml-markup: fix name and licenseFlorent Becker2016-05-31
| | | | |
| * | | | eliom 5.0 is only available with a ppx-enabled ocamlFlorent Becker2016-05-31
| | | | |
| * | | | eliom: 4 -> 5.0Florent Becker2016-05-31
| | | | |
| * | | | ocsigenserver: 2.6 -> 2.7Florent Becker2016-05-31
| | | | |
| * | | | js_of_ocaml: 2.6 -> 2.7Florent Becker2016-05-31
| | | | |
| * | | | ocaml-reactiveData : 0.1 -> 0.2Florent Becker2016-05-31
| | | | |
| * | | | ocaml-react: 1.1.0 -> 1.2.0Florent Becker2016-05-31
| | | | |
| * | | | tyxml: 3.4.0 -> 3.6.0Florent Becker2016-05-31
| | | | |
| * | | | ocaml-ppx_tools: 4.02.3 -> 5.0+4.02Florent Becker2016-05-31
| | | | |
| * | | | ocaml-re: 1.4.2 -> 1.5.0Florent Becker2016-05-31
| | | | |
| * | | | ocaml-markup: init at 0.7.2Florent Becker2016-05-31
| | | | |
* | | | | Add haskellPackages.ShellCheck to all-packages.nixMartijn Vermaat2016-06-04
| |/ / / |/| | |
* | | | Merge pull request #15938 from Baughn/iozoneJoachim Fasting2016-06-04
|\ \ \ \ | | | | | | | | | | iozone: Include graphing scripts