summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-06-04aqbanking: Move sources into a common sources.nixaszlig
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
2016-06-04gwenhywfar, libchipcard: Move into aqbanking diraszlig
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
2016-06-04gwenhywfar: Add gettext to buildInputsaszlig
It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
2016-06-04libchipcard: Init at 5.0.4aszlig
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>
2016-06-04gwenhywfar: Unify plugin directoriesaszlig
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
2016-06-04aqbanking: 5.5.1 -> 5.6.10aszlig
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
2016-06-04gwenhywfar: 4.11.1 -> 4.15.3aszlig
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
2016-06-04Updating goPackages go-fuse/mtpfs + libmtp to latestLluís Batlle i Rossell
libmtp to 1.1.11, and the go packages to latest master.
2016-06-04Merge pull request #15833 from FlorentBecker/eliom5vbgl
Update the Eliom ecosystem to 2016-01
2016-06-04Merge pull request #15972 from martijnvermaat/shellcheckTuomas Tynkkynen
haskellPackages.ShellCheck: add to all-packages.nix
2016-06-04Add haskellPackages.ShellCheck to all-packages.nixMartijn Vermaat
2016-06-04Merge pull request #15938 from Baughn/iozoneJoachim Fasting
iozone: Include graphing scripts
2016-06-04Merge pull request #15940 from j-hao/masterJoachim Fasting
emacs|emacs25pre: Check AT_FDCWD is not defined before define it
2016-06-04Merge pull request #15939 from ChrisJefferson/fix-gapJoachim Fasting
gap : 4.4.12 -> 4.8.3
2016-06-03teamviewer: 11.0.53191 -> 11.0.57095Nikolay Amiantov
Also fixes #15965
2016-06-03arc-gtk-theme: 2016-05-14 -> 2016-06-02José Romildo Malaquias
2016-06-03gap : 4.4.12 -> 4.8.3Chris Jefferson
2016-06-03tinycc: 0.9.27pre-20160328 -> 0.9.27pre-20160525Joachim Fasting
Also do various refactorings: - Use `fetchFromRepoOrCz` - Use `isGlibc` to check for glibc stdenv - Multiple outputs - Apply PaX marking Also adopt the package.
2016-06-03Merge pull request #15943 from sheenobu/bugfix/nethack/fix_xlogfileNikolay Amiantov
nethack: include xlogfile as copied file in nethackuserdir
2016-06-03Merge pull request #15842 from romildo/upd.aria2Joachim Fasting
aria2: 1.22.0 -> 1.23.0, uget: 2.0.5 -> 2.0.8
2016-06-03calibre: 2.57.1 -> 2.58.0Pascal Wittmann
2016-06-03nixos manual: fix syntaxNikolay Amiantov
It appears I've cherry-picked wrong commit without this fix.
2016-06-03nixos manual: document Gtk and Qt themesNikolay Amiantov
2016-06-03qt5: remove gtkStyle optionNikolay Amiantov
It's no more needed now that we split QGtkStyle plugin into separate output.
2016-06-03Merge pull request #15895 from cerana/stage2-sysfsShea Levy
stage2: if no /proc, also mount /sys
2016-06-03Merge pull request #15944 from 0w0/openfortivpn_1.0.1_to_1.1.4Georges Dubus
openfortivpn: 1.0.1 -> 1.1.4
2016-06-03fix https://github.com/NixOS/nixops/issues/331Domen Kožar
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2016-06-03iozone: Include graphing scriptsSvein Ove Aas
2016-06-03haskell-pandoc: fix buildPeter Simons
2016-06-03configuration-ghc-8.0.x.nix: throw out commented-out codePeter Simons
2016-06-03haskell-pandoc: add myself as a maintainerPeter Simons
2016-06-03hackage-packages.nix: update Haskell package setPeter Simons
This update was generated by hackage2nix v20160406-30-g704cd27 using the following inputs: - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/5f6653ffd9b21820302df0016d8f1979f7b6ea9e - LTS Haskell: https://github.com/fpco/lts-haskell/commit/042ef2187b44a2d6959602fe35c94b804817cf0f - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/a2b989788f41684806e80ecc49af209f0dd70a6d
2016-06-03vifm: fixupsJoachim Fasting
2016-06-03diffstat: 1.60 -> 1.61Matthias Beyer
2016-06-03discount: 2.1.6 -> 2.2.0Matthias Beyer
2016-06-03icewm: 1.3.10 -> 1.3.12Matthias Beyer
2016-06-03signing-party: 2.1 -> 2.2Matthias Beyer
2016-06-03vifm: 0.8 -> 0.8.1Matthias Beyer
2016-06-03Merge pull request #15882 from romildo/upd.jwmJoachim Fasting
jwm: 1495 -> 1532
2016-06-03Merge pull request #15868 from mbakke/less-483Joachim Fasting
less: 481 -> 483
2016-06-03Merge pull request #15950 from cleverca22/masterJoachim Fasting
runit: fix closure size
2016-06-03tcpcrypt: 0.3-rc1 -> 0.4, refactoringJoachim Fasting
- Use `fetchFromGitHub` - Cleanup build inputs - meta cleanups - Strip binaries - Multiple outputs
2016-06-03gd: propagate image format dependenciesJoachim Fasting
After f8bdd7969d1af9b1f4ab5f968fae336190c1ae1c it has become necessary for users of gd to also add inputs for optional image format support, such as libjpeg and libwebp. This patch makes the following commits obsolete: - 972c438c03f046bddffea2a2ae349aaf6e652277 - 2113b7389afa040923e8e33443d3f5ce6eaed69e - 94286527ace1f7c3b09bf68e9449a1c8ecfcbd33 - a371094f1f0df1edf669362fe2612de10b077ca4 - f345d01974378d443e82cd615ee95620529beb1d
2016-06-03gd: enable parallel buildingJoachim Fasting
2016-06-03kernel: set nx bit on module ro segmentsAlexander Kjeldaas
Fixes #4757.
2016-06-03nixos/modules/misc/version.nix: check that .git is a directoryobadz
That's not the case for git submodules Fixes #15928
2016-06-03travis-ci: allow failures on osx until nixpkgs channel is unblockedDomen Kožar
2016-06-03Merge pull request #15946 from hiberno/update-neomuttMoritz Ulrich
neomutt: 20160416 -> 20160502
2016-06-03neomutt: 20160416 -> 20160502Christian Lask