Arseniy Seroka
eaa5e2309f
spacefm: update and add dep
2015-05-05 02:59:25 +03:00
Edward Tjörnhammar
b7aeeee043
pythonPackages.httpretty: disable testing
2015-05-04 23:41:54 +02:00
Edward Tjörnhammar
210452aacd
Merge pull request #7683 from codyopel/fix-tornado
...
tornado: fix breakage from a5b17ec
2015-05-04 23:34:44 +02:00
Edward Tjörnhammar
649d6a6b71
Merge pull request #7687 from joachifm/freemind-1_0_1
...
freemind: 0.9.0 -> 1.0.1
2015-05-04 17:02:50 +02:00
Joachim Fasting
ca27e79025
freemind: 0.9.0 -> 1.0.1
...
See http://freemind.sourceforge.net/wiki/index.php/FreeMind_1.0.0:_The_New_Features
for an overview of changes in version 1.
Tested briefly by creating, saving & loading a simple mind map. The
problems referred to in the previous version of the build recipe
do not occur for me.
This patch simplifies the build somewhat, but it could still be improved
by not copying the freemind dist wholesale into nix-support and replacing
freemind.sh with a more specialized wrapper.
2015-05-04 13:57:14 +02:00
Peter Simons
f8743f3dcd
hedgewars: convert the build to Haskell NG
2015-05-04 12:43:24 +02:00
Peter Simons
c34b6df8d8
all-packages.nix: drop the NG bit from Haskell
...
Renamed haskell-ng --> haskell and haskellngPackages --> haskellPackages.
2015-05-04 12:27:03 +02:00
Peter Simons
436fbf8564
uhc: convert build to Haskell NG
2015-05-04 12:27:03 +02:00
Peter Simons
a186500417
jhc: convert build to Haskell NG
2015-05-04 12:27:03 +02:00
Peter Simons
7299118724
Remove obsolete Haskell attribute name compatibility layer.
2015-05-04 12:27:03 +02:00
Peter Simons
c0f0a20961
pkgs/top-level/release.nix: haskell-ng --> haskell
2015-05-04 12:27:03 +02:00
Peter Simons
c0c82ea2eb
Replace old "haskellPackages" code with Haskell NG.
2015-05-04 12:27:02 +02:00
Domen Kožar
21a7e39b0b
Merge pull request #7658 from benley/jenkins-job-builder
...
New package: jenkins-job-builder
2015-05-04 10:34:52 +02:00
codyopel
63ea868735
tornado: fix breakage from a5b17ec
...
tornado 4.x now depends on certifi
add tornado 3.2.2 back for packages not compatible with 4.x
2015-05-04 03:33:31 -04:00
Pascal Wittmann
21141d05f5
Merge pull request #7657 from teh/master
...
Add shairport sync binary.
2015-05-03 21:57:52 +02:00
Arseniy Seroka
6cecc2baf5
Merge pull request #7677 from philandstuff/add-pam-u2f-support
...
Add PAM support for U2F devices
2015-05-03 21:47:11 +03:00
Philip Potter
2216728979
add support for pam_u2f to nixos pam module
...
This adds support for authenticating using a U2F device such as a
yubikey neo.
2015-05-03 19:22:00 +01:00
Benjamin Staffin
3a371528bb
New package: jenkins-job-builder
2015-05-03 10:58:17 -07:00
cillianderoiste
d53fa28109
Merge pull request #7670 from magnetophon/Ardour4-master
...
add Ardour4
2015-05-03 19:43:47 +02:00
Lluís Batlle i Rossell
3bac56f1ab
nodePackages_0_12: use nodejs 0.12. Bad copypaste.
2015-05-03 18:19:42 +02:00
Lluís Batlle i Rossell
919de285eb
Fix nodePackages naming (evaluation error)
2015-05-03 18:18:43 +02:00
Lluís Batlle i Rossell
9be8b790f8
Choosing a different nodejs for armv5tel.
...
nodejs 0.12 doesn't build in armv5 or without fpu, it seems.
I tested this change on armv5tel, branch staging.
2015-05-03 18:02:55 +02:00
Tom Hunger
6d219ff222
Add shairport sync binary.
...
This binary allows to run a local airtunes server.
2015-05-03 14:47:58 +01:00
Andreas Baldeau
c7bb01cfa2
Added Font Awesome TTF font.
2015-05-03 14:55:04 +02:00
Aristid Breitkreuz
365fd9efeb
use gnutls rtmpdump for ffmpeg, as it doesnot build otherwise
2015-05-03 11:47:25 +00:00
Bart Brouns
797c6d3fab
cleanup Ardour 3 and Ardour 4
2015-05-03 13:03:41 +02:00
Bart Brouns
de0aa2d099
add Ardour4
2015-05-03 12:24:52 +02:00
Shea Levy
123ca02fe3
gcc51: rename gcc5 in light of new versioning scheme
2015-05-03 06:10:26 -04:00
Domen Kožar
36e2a9d3bd
Merge pull request #7656 from joachifm/redundant-docutils
...
Delete redundant docutils expression
2015-05-03 04:36:05 +02:00
William A. Kennington III
36f6601e12
gnuk: Add derivation for fst-01
2015-05-02 15:54:42 -07:00
Pascal Wittmann
9dcac56f34
bzrTools: update from 2.5 to 2.6 and refactor
2015-05-03 00:02:04 +02:00
Pascal Wittmann
2514f80bdf
removed phpPackages.apc
...
We no longer build packages for php-5.4 and apc is
obsolete and will not build for later versions of php.
See #7615 and #7518 .
2015-05-02 23:16:21 +02:00
Pascal Wittmann
ca03cf5c70
xmoto: refactor, remove patches and add myself to maintainers
2015-05-02 23:14:19 +02:00
Pascal Wittmann
2fee606d86
Merge pull request #7662 from joachifm/chipmunk-7
...
chipmunk: 6.1.5 -> 7.0.0
2015-05-02 22:42:41 +02:00
Utku Demir
a5b17ecc94
pythonPackages.tornado: 3.2 -> 4.1
2015-05-02 22:05:00 +02:00
Utku Demir
c9f7c574ec
pythonPackages.pyzmq: 13.0.0 -> 14.5.0
2015-05-02 22:04:53 +02:00
Edward Tjörnhammar
1a6cddff0e
pythonPackages.httpretty: add certifi dependency
2015-05-02 22:03:30 +02:00
Luca Bruno
bb9ee2ab55
Add vala 0.28
2015-05-02 14:45:21 +02:00
Joachim Fasting
d1df0cd873
chipmunk: 6.1.5 -> 7.0.0
2015-05-02 13:34:22 +02:00
William A. Kennington III
cf0b6b7be8
nghttp2: Add derivation
2015-05-01 15:06:39 -07:00
Joachim Fasting
78a877bef1
Delete redundant docutils expression
...
`development/tools/documentation/docutils` is also provided
by `pythonPackages`; use that instead.
2015-05-01 20:46:07 +02:00
Charles Strahan
53ab1f7d3c
mbpfan: new package
...
Daemon that uses input from coretemp module and sets the fan speed using
the applesmc module
2015-04-30 21:21:15 -04:00
Arseniy Seroka
a8f17b376e
Merge pull request #7642 from leenaars/master
...
Nixpkg updated with new release of Blink (1.3.0, released Apr 29th 2015)
2015-05-01 03:50:48 +03:00
Shea Levy
a704233a87
Add ats-extsolve (formerly patsolve)
2015-04-30 18:54:40 -04:00
Jascha Geerds
6823b5e657
Merge pull request #7636 from bramd/brltty
...
Added BRLTTY package
2015-05-01 00:21:49 +02:00
Rob Vermaas
33984cfeee
Add logentries agent 1.4.13
2015-04-30 16:44:45 +00:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Shea Levy
90ebf5b952
Add gcc-5.1.0
2015-04-30 10:48:35 -04:00
Shea Levy
0f3586e917
Add isl-0.14.1
2015-04-30 10:48:09 -04:00
Arseniy Seroka
934d3c19fd
Merge pull request #7640 from jraygauthier/jrg/clementine_improvements
...
Improvements to the clementine package.
2015-04-30 16:46:55 +03:00