Commit Graph
156163 Commits
Author SHA1 Message Date
Periklis Tsirakidis 136fb311c7 elpy: fix build dep 2018-09-09 17:14:59 +02:00
Clemens Fruhwirth 05f122c561 spl/zfs: 0.7.9 -> 0.7.10 2018-09-09 17:08:12 +02:00
Jörg ThalheimandGitHub 201ee19758 Merge pull request #46377 from dasJ/nonhttp
treewide: Use http/https for homepages
2018-09-09 15:50:25 +01:00
Jörg ThalheimandGitHub bd176a0400 Merge pull request #46384 from countingsort/master
bunny: 1.1 -> 1.2
2018-09-09 15:49:30 +01:00
Jörg ThalheimandGitHub 7069eb7d47 Merge pull request #46391 from tadfisher/vkquake
vkquake: fix build
2018-09-09 15:48:22 +01:00
Jörg ThalheimandGitHub d8244582c6 Merge pull request #46369 from Ma27/mark-pdf2htmlex-as-broken
pdf2htmlEX: mark as broken
2018-09-09 15:12:13 +01:00
Orivej Desh be32141cb0 webkitgtk24x: prune libtool files
This fixes the build of claws-mail.override { enablePluginFancy = true; },
otherwise the linking fails to find transitive gst libraries.
2018-09-09 14:11:32 +00:00
Orivej Desh 2a5fa8b016 webkitgtk24x: do not warn about expansion-to-defined
It fills the log.
2018-09-09 14:11:32 +00:00
Jörg ThalheimandGitHub ab8f0aa476 Merge pull request #46392 from andrew-d/adunham/wkhtmltopdf-qt5
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-09 15:10:12 +01:00
Jörg ThalheimandGitHub c2871fcca5 Merge pull request #46386 from etu/update-sequeler
sequeler: 0.6.0 -> 0.6.1
2018-09-09 15:03:11 +01:00
Jörg ThalheimandGitHub ae1dee3da8 Merge pull request #46395 from etu/update-testssl
testssl: 2.9.5-5 -> 2.9.5-6
2018-09-09 15:02:44 +01:00
Jörg Thalheim c4d8d4b4d6 pyre: substituting %VERSION% in Makefile no longer required 2018-09-09 14:44:54 +01:00
Jörg ThalheimandGitHub b989e6f623 Merge pull request #46393 from teh/master
pyre: 0.9.0 -> 0.11.0
2018-09-09 14:42:27 +01:00
Daiderd Jordan 939debc7a4 bullet: fix darwin build
The examples fail with an opengl related issue:

    Undefined symbols for architecture x86_64:
      "SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
          _main in main_opengl_single_example.o
      "_useShadowMap", referenced from:
          GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
    ld: symbol(s) not found for architecture x86_64

And the tests need an extra dependencly, possibley related to
https://github.com/bulletphysics/bullet3/issues/819

    ld: library not found for -lBussIK

/cc ZHF #45961
2018-09-09 15:34:03 +02:00
Jörg ThalheimandGitHub 288a542a9a Merge pull request #46420 from romildo/upd.xsettingsd
xsettingsd: git-2015-06-14 -> 1.0.0
2018-09-09 14:17:06 +01:00
Jörg ThalheimandGitHub 6b1e587e3c Merge pull request #46397 from zimbatm/strongswan-fix-nm-ca-dir
strongswan: set the right dir for TLS CA cert
2018-09-09 14:13:57 +01:00
xejiandGitHub 42be1a56c6 Merge pull request #46373 from romildo/upd.deepin
Add more deepin packages
2018-09-09 15:01:21 +02:00
Daiderd Jordanandxeji 4e282e295f altcoins.btc1: fix darwin build (#46398)
Only hexdump was needed from utillinux which is also available on darwin
through the unixtools meta package.
2018-09-09 14:54:16 +02:00
Jörg ThalheimandGitHub c60ba3c848 Merge pull request #46418 from danieldk/cgit-fix-man2html
cgit: use full path of groff in man2html
2018-09-09 13:53:03 +01:00
José Romildo Malaquias 68102e793d xsettingsd: git-2015-06-14 -> 1.0.0
- Update to version 1.0.0
- Install man pages
- Fix license
- Add maintainer
2018-09-09 09:50:48 -03:00
Jörg ThalheimandGitHub 484e1807a6 Merge pull request #46394 from Mic92/vim-updater
vim-plugins: rewrite updater
2018-09-09 13:46:55 +01:00
Daniël de Kok bbcf5eb130 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.
2018-09-09 14:37:30 +02:00
xejiandGitHub 17c51ef436 Merge pull request #45925 from markuskowa/ompi-up
slurm: 17.11.9-2 -> 18.08.0-1
2018-09-09 14:20:00 +02:00
R. RyanTMandxeji 836ce9d91e 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
2018-09-09 14:16:41 +02:00
Jörg Thalheim 953199fd82 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.
2018-09-09 11:22:43 +01:00
Maximilian Bodeandxeji c020a59ccd pythonPackages.tifffile: fix python 2 build (#46415) 2018-09-09 12:13:36 +02:00
Maximilian Bodeandxeji 5b1b4adb2a pythonPackages.CDDB: fix darwin build (#46412) 2018-09-09 12:10:18 +02:00
xejiandGitHub 5870a61b04 Merge pull request #46404 from oxij/pkgs/default-texinfo
git, gpgme: use default texinfo
2018-09-09 12:04:28 +02:00
Samuel Dionne-Rielandxeji 1ac912bf1b texlive: Adds patch for missing synctex header. (#46376)
This seems like a known issue as other distributions (ArchLinux here)
have patches fixing the issue.

This hopefully fixes more than one dependant builds for ZHF 18.09.
2018-09-09 11:37:29 +02:00
Maximilian Bodeandxeji dfcf07d9d3 pythonPackages.django-raster: fix build (#46413) 2018-09-09 11:34:18 +02:00
Jörg Thalheim 97acac9a81 doc/vim: improve plugin documentation 2018-09-09 09:45:45 +01:00
aszlig 7bda775331 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
2018-09-09 10:30:58 +02:00
Morgan Jones 213b5457fc Inline JSON files 2018-09-09 07:15:59 +00:00
Morgan Jones 2cd2571edd Update twbt to 6.54 2018-09-09 07:03:59 +00:00
Morgan Jones 5f1013d875 Use stdenv.mkDerivation for Therapist wrapper 2018-09-09 06:59:58 +00:00
Morgan Jones 870f05c975 Fix dangling DFHack "Git:" version text 2018-09-09 06:59:58 +00:00
Morgan Jones fe847fcc92 Therapist needs to depend on the DF version, since it uses its MD5 2018-09-09 06:59:58 +00:00
Morgan Jones 7a5521537a Let the user override dfVersion in dwarf-fortress-full 2018-09-09 06:59:58 +00:00
Morgan Jones f14d3b4795 Fix dfhack's Dwarf Fortress MD5 in the correct environment 2018-09-09 06:59:41 +00:00
Morgan Jones 4ada74e293 dwarf-fortress: Support multiple unfuck/dfhack/TWBT versions 2018-09-09 06:59:41 +00:00
Silvan MosbergerandGitHub 9082a008d1 Merge pull request #46409 from Infinisil/almonds-license
almonds: update license
2018-09-09 02:21:40 +02:00
Silvan Mosberger 10a412f251 almonds: update license 2018-09-09 02:04:34 +02:00
Scott W. Dunlop c69933f71b nats-streaming-server: init at 0.11.0 2018-09-08 23:11:24 +00:00
Andrew Dunham 5e94e2bc7c wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5 2018-09-08 16:11:06 -07:00
Jan Malakhovski 53c9efe9e5 gpgme: use default texinfo 2018-09-08 23:04:55 +00:00
Jan Malakhovski 7705c76c49 git: use default texinfo 2018-09-08 23:04:51 +00:00
Matthew BauerandGitHub a0dc4854af Merge pull request #38878 from tadfisher/steamcmd
steamcmd: init at 20180104
2018-09-08 17:55:56 -05:00
Matthew BauerandGitHub 293644c86b Merge pull request #46375 from dasJ/varinhomepage
treewide: Fix variables in homepages
2018-09-08 17:41:17 -05:00
Matthew BauerandGitHub 131c507694 Merge pull request #46402 from oxij/merge/master-to-staging
merge: master to staging
2018-09-08 17:26:18 -05:00
Matthew BauerandGitHub 72ffce41f6 Merge pull request #46372 from periklis/remove-ffp
Remove outdated external package emacs-find-file-in-project
2018-09-08 17:23:06 -05:00