| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update issue templatesorigin/zimbatm-patch-1 | zimbatm | 2018-09-09 | 2 | -0/+52 |
| * | Merge pull request #46377 from dasJ/nonhttp•••treewide: Use http/https for homepages | Jörg Thalheim | 2018-09-09 | 4 | -4/+4 |
| |\ | |||||
| | * | treewide: Use http/https for homepages | Janne Heß | 2018-09-08 | 4 | -4/+4 |
| * | | Merge pull request #46384 from countingsort/master•••bunny: 1.1 -> 1.2 | Jörg Thalheim | 2018-09-09 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | bunny: 1.1 -> 1.2 | countingsort | 2018-09-08 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #46391 from tadfisher/vkquake•••vkquake: fix build | Jörg Thalheim | 2018-09-09 | 1 | -2/+7 |
| |\ \ | |||||
| | * | | vkquake: fix build | Tad Fisher | 2018-09-08 | 1 | -2/+7 |
| * | | | Merge pull request #46369 from Ma27/mark-pdf2htmlex-as-broken•••pdf2htmlEX: mark as broken | Jörg Thalheim | 2018-09-09 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | pdf2htmlEX: mark as broken•••See https://hydra.nixos.org/build/81003667 The build is currently broken on Hydra due to the following error: ``` CairoFontEngine.cc:681:17: error: 'void Object::free()' is private within this context ``` This issue is was also reported in AUR (https://aur.archlinux.org/packages/pdf2htmlex/) and in the upstream issue tracker (https://github.com/coolwanglu/pdf2htmlEX/issues/753) with no answer until now. The current README.md states that the project is no longer under active development and it seems as there are currently no active maintainers who could fix this: * https://github.com/coolwanglu/pdf2htmlEX/commit/5d0a2239fcf6ef60a1140edb917fad69d751d6e3 * https://github.com/coolwanglu/pdf2htmlEX/issues/772 | Maximilian Bosch | 2018-09-08 | 1 | -0/+1 |
| * | | | | webkitgtk24x: prune libtool files•••This fixes the build of claws-mail.override { enablePluginFancy = true; }, otherwise the linking fails to find transitive gst libraries. | Orivej Desh | 2018-09-09 | 1 | -2/+2 |
| * | | | | webkitgtk24x: do not warn about expansion-to-defined•••It fills the log. | Orivej Desh | 2018-09-09 | 1 | -1/+4 |
| * | | | | Merge pull request #46392 from andrew-d/adunham/wkhtmltopdf-qt5•••wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5 | Jörg Thalheim | 2018-09-09 | 3 | -133/+7 |
| |\ \ \ \ | |||||
| | * | | | | wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5 | Andrew Dunham | 2018-09-08 | 3 | -133/+7 |
| * | | | | | Merge pull request #46386 from etu/update-sequeler•••sequeler: 0.6.0 -> 0.6.1 | Jörg Thalheim | 2018-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | sequeler: 0.6.0 -> 0.6.1•••Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.1 | Elis Hirwing | 2018-09-08 | 1 | -2/+2 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #46395 from etu/update-testssl•••testssl: 2.9.5-5 -> 2.9.5-6 | Jörg Thalheim | 2018-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | testssl: 2.9.5-5 -> 2.9.5-6•••Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6 | Elis Hirwing | 2018-09-08 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | pyre: substituting %VERSION% in Makefile no longer required | Jörg Thalheim | 2018-09-09 | 1 | -1/+1 |
| * | | | | | Merge pull request #46393 from teh/master•••pyre: 0.9.0 -> 0.11.0 | Jörg Thalheim | 2018-09-09 | 2 | -10/+113 |
| |\ \ \ \ \ | |||||
| | * | | | | | pyre: 0.9.0 -> 0.11.0 | Tom Hunger | 2018-09-08 | 2 | -10/+113 |
| * | | | | | | Merge pull request #46420 from romildo/upd.xsettingsd•••xsettingsd: git-2015-06-14 -> 1.0.0 | Jörg Thalheim | 2018-09-09 | 1 | -14/+13 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | xsettingsd: git-2015-06-14 -> 1.0.0•••- Update to version 1.0.0 - Install man pages - Fix license - Add maintainer | José Romildo Malaquias | 2018-09-09 | 1 | -14/+13 |
| * | | | | | | | Merge pull request #46397 from zimbatm/strongswan-fix-nm-ca-dir•••strongswan: set the right dir for TLS CA cert | Jörg Thalheim | 2018-09-09 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | strongswan: set the right dir for TLS CA cert•••This fixes an issue where the strongswan NM client is not able to connect to a VPN. By default it tries to load the trust CA from /usr/share/ca-certificates which doesn't exist in NixOS and most modern distros. See debian-related issue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835095 | zimbatm | 2018-09-07 | 1 | -1/+4 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge pull request #46373 from romildo/upd.deepin•••Add more deepin packages | xeji | 2018-09-09 | 7 | -0/+189 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | dbus-factory: init at 3.1.17 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+31 |
| | * | | | | | | | go-dbus-factory: init at 0.0.7.1 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+27 |
| | * | | | | | | | go-dbus-generator: init at 0.6.6 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+34 |
| | * | | | | | | | go-lib: init at 1.2.16.1 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+35 |
| | * | | | | | | | go-gir-generator: init at 1.0.4 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+38 |
| | * | | | | | | | deepin-sound-theme: init at 15.10.3 | José Romildo Malaquias | 2018-09-08 | 2 | -0/+24 |
| * | | | | | | | | altcoins.btc1: fix darwin build (#46398)•••Only hexdump was needed from utillinux which is also available on darwin through the unixtools meta package. | Daiderd Jordan | 2018-09-09 | 2 | -10/+14 |
| * | | | | | | | | Merge pull request #46418 from danieldk/cgit-fix-man2html•••cgit: use full path of groff in man2html | Jörg Thalheim | 2018-09-09 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | cgit: use full path of groff in man2html•••groff may not be installed system-wide or may be outside cgit's path (e.g. when running cgit using uwsgi). As a result, the man2html filter fails. Replace groff by its full path in man2html. | Daniël de Kok | 2018-09-09 | 1 | -1/+4 |
| * | | | | | | | | | Merge pull request #46394 from Mic92/vim-updater•••vim-plugins: rewrite updater | Jörg Thalheim | 2018-09-09 | 4 | -3546/+3466 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | vim-plugins: rewrite updater•••A new python script has been added to replace the aged viml-based updater. The new updater has the following advantages: - use rss feeds to check for updates quicker - parallel downloads & better caching - uses proper override mechanism instead of text substitution - update generated files in-place instead of having to insert updated plugins manually Automatically reading `dependencies` from the plugins directory has been not re-implemented. This has been mostly been used by Mark Weber's plugins, which seem to no longer receive regular updates. This could be implemented in future as required. | Jörg Thalheim | 2018-09-09 | 4 | -3538/+3404 |
| | * | | | | | | | | | doc/vim: improve plugin documentation | Jörg Thalheim | 2018-09-09 | 1 | -8/+62 |
| * | | | | | | | | | | Merge pull request #45925 from markuskowa/ompi-up•••slurm: 17.11.9-2 -> 18.08.0-1 | xeji | 2018-09-09 | 3 | -5/+15 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | pyslurm: 20180811 -> 20180908 | Markus Kowalewski | 2018-09-08 | 1 | -3/+3 |
| | * | | | | | | | | | | nixos/slurm: add option clusterName•••slurm 18.08 requires ClusterName to be set (set to default). | Markus Kowalewski | 2018-09-08 | 1 | -0/+10 |
| | * | | | | | | | | | | slurm: 17.11.9-2 -> 18.08.0-1 | Markus Kowalewski | 2018-09-08 | 1 | -2/+2 |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | nextcloud: 13.0.5 -> 13.0.6 (#46236)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from nextcloud | R. RyanTM | 2018-09-09 | 1 | -2/+2 |
| | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | | pythonPackages.tifffile: fix python 2 build (#46415) | Maximilian Bode | 2018-09-09 | 1 | -2/+2 |
| * | | | | | | | | | pythonPackages.CDDB: fix darwin build (#46412) | Maximilian Bode | 2018-09-09 | 1 | -0/+2 |
| | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | | pythonPackages.django-raster: fix build (#46413) | Maximilian Bode | 2018-09-09 | 1 | -3/+5 |
| * | | | | | | | | imv: Include i686-linux in platforms attribute•••The package builds and works fine on i686-linux, so there is no need to fail evaluation on those systems. Signed-off-by: aszlig <aszlig@nix.build> Issue: #45976 Cc: @rnhmjoj, @xeji | aszlig | 2018-09-09 | 1 | -1/+1 |
| * | | | | | | | | Merge pull request #46409 from Infinisil/almonds-license•••almonds: update license | Silvan Mosberger | 2018-09-09 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | almonds: update license | Silvan Mosberger | 2018-09-09 | 1 | -2/+1 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #38878 from tadfisher/steamcmd•••steamcmd: init at 20180104 | Matthew Bauer | 2018-09-08 | 4 | -0/+73 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | steamcmd: init at 20180104 | Tad Fisher | 2018-09-08 | 4 | -0/+73 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
