1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00
Commit graph

23216 commits

Author SHA1 Message Date
Thomas Tuegel ed2fc081e0 signon: remove obsolete alias 2016-05-09 10:06:19 -05:00
Thomas Tuegel 358c6c9dd5 golden-cheetah: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:58 -05:00
Thomas Tuegel d66f33c86f redis-desktop-manager: pin at Qt 5.5
The package depends on Qt Quick, which was removed from Qt 5.6.
2016-05-09 10:01:51 -05:00
Thomas Tuegel a583fe221a ricochet: pin at Qt 5.5
The package depends on Qt Quick, which was removed from Qt 5.6.
2016-05-09 10:01:49 -05:00
Thomas Tuegel da902fd131 rapcad: pin at Qt 5.5
The package fails to build with Qt 5.6.
2016-05-09 10:01:48 -05:00
Thomas Tuegel ce024c988b smtube: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:48 -05:00
Thomas Tuegel cd305c6a81 musescore: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:47 -05:00
Thomas Tuegel 705705448c luminanceHDR: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:47 -05:00
Thomas Tuegel 747a3b7cdb keyfinder: unpin from Qt 5.5 2016-05-09 10:01:47 -05:00
Thomas Tuegel 61689edcd5 zeal: pin at Qt 5.5
The package requires Qt Webkit, which is removed from Qt 5.6.
2016-05-09 10:01:38 -05:00
Thomas Tuegel 184597433f libcommuni: add to qtLibsFun 2016-05-09 10:01:34 -05:00
Thomas Tuegel 8bd32d51e2 sigil: pin at Qt 5.5
The package requires Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:21 -05:00
Thomas Tuegel 2acf48f803 cool-retro-term: pin at Qt 5.5
The package requires Qt Quick, which is removed in Qt 5.6.
2016-05-09 10:01:08 -05:00
Thomas Tuegel a2eaef2074 apitrace: pin at Qt 5.5
The package requires Qt Webkit, which has been removed in Qt 5.6.
2016-05-09 10:01:08 -05:00
Thomas Tuegel 7b22cb0ed2 qtcreator: build only once
It should not be necessary to build Qt Creator for each version of
Qt. The version of Qt used for development is independent of the version
Creator is compiled with.
2016-05-09 10:01:06 -05:00
Thomas Tuegel 93369da039 signon: remove
The library does not build with Qt 5.6 and no packages depend on
it. (Why are we building unused packages?)
2016-05-09 10:01:05 -05:00
Thomas Tuegel c6e12e26e5 qmltermwidget: incompatible with Qt 5.6 2016-05-09 10:01:05 -05:00
Thomas Tuegel 7c77230224 Remove Qt 5.4.2 2016-05-09 10:01:04 -05:00
Thomas Tuegel 3628eed9d4 qt5: 5.4.2 -> 5.6.0 2016-05-09 10:01:04 -05:00
Thomas Tuegel ea90e3e6ca qt56: init at 5.6.0 2016-05-09 10:01:03 -05:00
Vladimír Čunát 65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
Nikolay Amiantov 3bd3957a50 Merge pull request #15305 from rardiol/libvdpau-va-gl
libvdpau-va-gl: fix build missing libva-x11
2016-05-08 19:42:28 +04:00
Ricardo Ardissone 520d3492e9 libvdpau-va-gl: fix build missing libva-x11 2016-05-08 12:37:26 -03:00
Lluís Batlle i Rossell f0c503593f Fixing stunt-rally 2.6 (adding newer bullet) 2016-05-08 16:22:18 +02:00
Arseniy Seroka 25c1ff925f Merge pull request #15288 from hrdinka/update/hugin
hugin: 2015.0.0 -> 2016.0.0
2016-05-08 13:46:17 +03:00
Rahul Gopinath e9cb41e99a textql: Init textql at 2.0.3
textql allows one to execute SQL against structured text like CSV or TSV
This commit provides initial package for textql 2.0.3
2016-05-07 21:47:42 -07:00
Tobias Geerinckx-Rice ea9f28a46e
wakatime: init at 6.0.1
To hack together a working WakaTime under emacs on NixOS:

* Install both `wakatime` and `(emacsWithPackages [ wakatime-mode ])`
* Add the following to your initialisation file (default: ~/.emacs):
  (custom-set-variables
   ;; ...
   '(wakatime-api-key "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")
   '(wakatime-cli-path "")					; sic
   '(wakatime-python-bin "/path/to/profile/bin/wakatime"))	; sic
* `M-x global-wakatime-mode` to test your settings.
2016-05-08 04:52:57 +02:00
Tobias Geerinckx-Rice ecf9fa4cbe
perlPackages.MathPlanePath: 114 -> 123 2016-05-08 00:45:13 +02:00
Tobias Geerinckx-Rice 448af9b374
perlPackages.XSLoader: 0.16 -> 0.20 2016-05-08 00:45:12 +02:00
Tobias Geerinckx-Rice 1f4b6c1b50
perlPackages.SysSyslog: 0.33 -> 0.34 2016-05-08 00:45:11 +02:00
Tobias Geerinckx-Rice d1b818e305
pythonPackages.prompt_toolkit: 0.60 -> 1.0.0
Changes: https://raw.githubusercontent.com/jonathanslenders/python-prompt-toolkit/master/CHANGELOG
2016-05-08 00:45:09 +02:00
Benjamin Staffin ee101d0c7a Merge pull request #15294 from rardiol/sympy
sympy and mathics update
2016-05-07 17:42:17 -04:00
Joachim Fasting 5045f31b1b Merge pull request #15281 from kklas/node-packages-6
nodejs: add nodePackages_6_x to all-packages.nix
2016-05-07 22:53:27 +02:00
Joachim Fasting 6de5fd274c Merge pull request #15266 from magnetophon/magnetophon-dsp
faustCompressors: init at 0.1.1, update other magnetophon-dsp to use lv2 gui
2016-05-07 22:27:05 +02:00
Joachim Fasting 3249d87b37 Merge pull request #15251 from acowley/libsndfile
libsndfile: pass AudioToolbox framework on darwin
2016-05-07 22:26:13 +02:00
Sven Keidel 98bef7e0bd
brogue: init at 1.7.4
with fixups by joachifm:
- Correct license (AGPL-3)
- Removed redundant build input
- Cleanup description

Closes #15244
2016-05-07 19:00:30 +02:00
Ricardo Ardissone c4cd453c07 pythonPackages.mathics: 0.8 -> 0.9 2016-05-07 12:17:43 -03:00
Christoph Hrdinka 72306b762d hugin: 2015.0.0 -> 2016.0.0
This updates hugin to its latest version and cleanes the derivation.

Release notes:

http://hugin.sourceforge.net/releases/2016.0.0/en.shtml
2016-05-07 16:50:06 +02:00
Vladimír Čunát 72acb24c1f Merge #15084: gcc: add 6.1.0 2016-05-07 15:20:19 +02:00
Nikolay Amiantov 628c8e8995 openspades-git: init at 2016-04-17 2016-05-07 11:59:53 +03:00
Rok Garbas 9cd896367a pypi2nix: new release 2016-05-07 05:04:25 +02:00
Ricardo Ardissone f3843aed47 pythonPackages.sympy: 0.7.6.1 -> 1.0 2016-05-07 00:03:30 -03:00
Charles Strahan ec1c8071b1 macvim: fix build 2016-05-06 22:32:23 -04:00
kklas 491b7c2f15 nodejs: add nodePackages_6_x to all-packages.nix 2016-05-07 01:47:09 +02:00
Peter Simons 91896f4ac5 syncthing: update to version 0.12.23 2016-05-07 01:12:35 +02:00
Bart Brouns f43265657d faustCompressors: init at 0.1.1, update other magnetophon-dsp to use lv2 gui 2016-05-06 13:56:40 +02:00
Tobias Geerinckx-Rice 273e160a12
jfbview: split out jfbpdf (jfbview w/o imlib2) 2016-05-06 13:47:50 +02:00
Tobias Geerinckx-Rice b0f8349d95
nginxUnstable: alias to nginx until next unstable release 2016-05-06 13:47:36 +02:00
Frederik Rietdijk 8729bd8bb9 pythonPackages.boto3: enable tests, fixes #14985
I've modified #14985 by @adnelson to take into account the update in
b68f09a520
2016-05-06 12:49:10 +02:00
zimbatm 9e04279006 Merge branch 'pr/14743'
Closes #14743
2016-05-06 10:07:11 +01:00