Mathijs Kwik
cbf48a8cd1
upgrade to texinfo5 for some packages
2013-07-01 07:52:14 +02:00
Mathijs Kwik
ca5b44a218
explicitly flag gcc 4.6 as needing texinfo 4.13
2013-07-01 07:52:14 +02:00
Mathijs Kwik
3a0dfdd87a
kde 4.10: use up-to-date ffmpeg
2013-07-01 07:52:14 +02:00
Mathijs Kwik
bd7823d5de
upgrade some packages to lcms2
2013-07-01 07:52:14 +02:00
Mathijs Kwik
04cbaef102
keep lcms versioning in all-packages.nix
2013-07-01 07:52:13 +02:00
Mathijs Kwik
6937609391
clucene_core: upgrade some packages to clucene_core_2
...
on my systems, I can now override "clucene_core = clucene_core_2" globally in nixpkgs.
so perhaps we can soon drop v1?
2013-07-01 07:52:13 +02:00
Mathijs Kwik
fe622f6523
upgrade some packages to libusb1
...
on my systems, I can now override "libusb = libusb1" in all of nixpkgs
so perhaps we can soon drop libusb 0.1 support?
2013-07-01 07:52:13 +02:00
Shea Levy
0d8025c612
Linux 3.10
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-06-30 20:55:21 -04:00
Vladimír Čunát
cffec59612
cairo: no openGL on darwin by default (see #692 )
2013-06-30 10:47:44 +02:00
Lluís Batlle i Rossell
e20244fcf7
Fixing linphone crossed lib versions on libosip.
2013-06-29 16:59:08 +02:00
Lluís Batlle i Rossell
169c8ce3f7
Linphone 3.6.1
...
Lots of updates and new/old libs to get the latest linphone
It segfaults on running.
2013-06-29 16:59:08 +02:00
Domen Kožar
f82ba5a2ca
Merge pull request #661 from lovek323/php53-xdebug
...
php53-xdebug: add expression
2013-06-29 03:56:06 -07:00
Domen Kožar
2f643d43d2
Merge pull request #679 from iyzsong/retroarch
...
add retroarch 0.9.9
2013-06-29 03:28:40 -07:00
Domen Kožar
8971ceeb15
Merge pull request #684 from qknight/mcrypt
...
added mcrypt
2013-06-29 03:26:40 -07:00
Karn Kallio
b394ffc3ad
racket: fix build broken by new libpng version and advance version to 5.3.5
2013-06-28 07:29:51 +02:00
Mathijs Kwik
ffddc1be9f
eclipse: use latest cairo/gtk
...
Eclipse seems to work fine without this now (after x-updates merge).
2013-06-27 21:35:22 +02:00
Mathijs Kwik
d51c01ac8e
firefox 22: use system libpng
2013-06-27 21:35:22 +02:00
Mathijs Kwik
e78b013fe3
libpng: merge apng expression (keep patch disabled by default)
...
I made sure no rebuild will happen because of this.
Unfortunately this meant merging attrsets instead of just using an
optionalString for postPatch
2013-06-27 21:35:21 +02:00
Mathijs Kwik
0b17251c06
libpng: keep versioning in all-packages.nix, not in individual expressions
2013-06-27 21:35:21 +02:00
Mathijs Kwik
7f413e4d5c
whitespace cleaning
2013-06-27 21:35:21 +02:00
Vladimír Čunát
0689016e3e
liferea: add -- A GTK-based news feed reader
2013-06-27 20:43:56 +02:00
Sander van der Burg
9936b7c230
disnix: push to latest 0.3 development release
2013-06-27 15:32:11 +02:00
Joachim Schiele
b0c946a86a
added mcrypt
2013-06-27 12:04:57 +02:00
Evgeny Egorochkin
25cffccc28
Fix binutils_deterministic to not break evaluation in certain cases. Quite a sneaky bug!
2013-06-27 09:50:52 +03:00
Lluís Batlle i Rossell
5ff3d84137
Adding sflphone.
...
Merge branch 'sflphone'
2013-06-27 00:10:13 +02:00
Lluís Batlle i Rossell
538a1d3aa1
Making sflphone build, and its gnome client too.
2013-06-27 00:09:26 +02:00
Lluís Batlle i Rossell
53f38dcbd0
Adding partially sflphone (only daemon, maybe failing to build)
2013-06-26 23:48:55 +02:00
Song Wenwu
1e7e9c583d
add retroarch 0.9.9
2013-06-26 19:25:09 +08:00
Eelco Dolstra
9da4ccaf3d
firefox: Rename 21.0.nix to default.nix
2013-06-25 20:58:25 +02:00
Eelco Dolstra
1802152e93
Remove Firefox 20.0
2013-06-25 20:58:25 +02:00
Eelco Dolstra
cbf2526bfd
Add nixops
2013-06-25 14:12:16 +02:00
Rickard Nilsson
0dbb2fdcfe
sbt: Remove duplicate package
2013-06-25 12:32:28 +02:00
Evgeny Egorochkin
6c9838ad54
Rename repeatableStdenv to deterministicStdenv for consistency.
...
Make it plug more holes to avoid regular binutils sneaking in and ruining builds.
2013-06-25 11:15:46 +03:00
Evgeny Egorochkin
92a48cb305
Add gcc4.6 wrapped using deterministic binutils
2013-06-25 11:15:45 +03:00
Evgeny Egorochkin
0889bbe88f
Patch binutils to produce more deterministic output
2013-06-25 11:15:45 +03:00
aszlig
4e10617bc4
winswitch: Basic somewhat working version.
...
Wow, this is one of the most dangerous programs I've seen in a while. It not
only tries to probe for a package manager to install dependencies but also
tries to execute a whole bunch of programs in $PATH. That's why I decided to
override the postFixup phase for now in order to get rid of the current $PATH
and meanwhile getting the basics working.
So, I'm still not sure how to do the best implementation here on NixOS without
allowing winswitch to be too invasive and without restricting it too much so
that it's of no use.
But let's figure that out once we trimmed down the radiation level of this
"living" thing ;-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:15 +02:00
Mathijs Kwik
e387731b82
youtube-dl: upgrade to 2013.06.21
2013-06-23 16:26:37 +02:00
Song Wenwu
48e1e1cae6
add smplayer 0.8.5
2013-06-23 17:48:21 +08:00
Domen Kozar
dbe9bf7e59
networkmanagerapplet: 0.9.8.0 -> 0.9.8.2
...
Upgraded because some icons weren't displaying. Also adds new
dependency libsecret.
2013-06-21 19:59:20 +02:00
Evgeny Egorochkin
a0ba1a20e9
Add a stdenv version which tries harder to make builds repeatable.
2013-06-21 18:22:07 +03:00
aszlig
60ba4485b1
zabbix2: Add optional XMPP support using iksemel.
...
This uses recurseForDerivations directly after using callPackage magic to ensure
that the input attributes can be overriden *and* nix-env shows the package as in
recurseIntoAttrs.
The reason for making this optional is because there probably is only a minority
of people who want to use XMPP and we don't want to introduce an additional
dependency for the majority, do we?
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-21 12:17:56 +02:00
aszlig
f974573a5e
iksemel: Add new package with version 1.4.
...
This library is used by Zabbix in order to send XMPP alerts/notifications.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-21 12:17:55 +02:00
aszlig
8b425e2ae3
chromium: Mark beta and dev versions lowPrio.
...
I'm still wondering why noone has reported this, but I found out about this
while trying to introduce someone to NixOS, eventually wondering why it is going
to install version 29 when using "nix-env -i chromium".
So, in hope that everyone out there using the package is using the attribute,
let's make _stable_ the default here.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-21 12:17:54 +02:00
Jason "Don" O'Conal
d195372eba
php53-xdebug: add expression
2013-06-21 15:12:21 +10:00
Lluís Batlle i Rossell
b38308553b
Adding cjdns.
...
The executable runs; I haven't tried to run a node.
2013-06-20 20:53:37 +02:00
Shea Levy
97b95d60d8
Chromedriver: update to 2.0
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-06-20 09:21:25 -04:00
Peter Simons
513d717d47
Merge pull request #654 from lovek323/sup
...
sup: update to latest version
2013-06-20 03:09:46 -07:00
Jason "Don" O'Conal
cf2b5daa15
sup: update to latest version
2013-06-20 10:09:15 +10:00
Jason "Don" O'Conal
657ef3959b
irssi: fix build on darwin
...
* use `gccApple` (so we can cope with `-no-cpp-precompile`)
* add `libintlOrEmpty`
2013-06-20 09:25:54 +10:00
Lluís Batlle i Rossell
4c6a981070
Adding 'weka'.
2013-06-19 16:19:06 +02:00