Eduard Carreras
76d8f6b7be
VLC: update to v2.0.4
2012-10-19 18:57:19 +02:00
Ludovic Courtès
c8d9220257
cairo: pass `libiconvOrEmpty'; fixes builds on non-GNU system
2012-10-19 14:10:24 +02:00
Ludovic Courtès
6f21c88ffc
gnutls: update to 3.1.3
2012-10-19 14:10:24 +02:00
Ludovic Courtès
1189d3fb2a
nettle: update to 2.5.
2012-10-19 14:10:24 +02:00
Michael Raskin
47d3d58ec6
Fix xwd build
2012-10-19 13:50:02 +04:00
Peter Simons
118a5cf540
haskell-silently: update to version 1.2.3
2012-10-19 10:38:46 +02:00
Peter Simons
5741294501
haskell-DSH: update to version 0.8.2.2
2012-10-19 10:38:46 +02:00
Peter Simons
a29717f41f
stellarium: update to version 0.11.4
2012-10-19 10:19:41 +02:00
Peter Simons
24ec840736
wxmaxima: update to version 12.09.0
2012-10-19 10:12:31 +02:00
Peter Simons
5c59edb8f4
maxima: update to version 5.28.0
2012-10-19 10:12:31 +02:00
Peter Simons
58f3e47166
git: update to version 1.7.12.4
2012-10-19 10:08:07 +02:00
Rickard Nilsson
ae573d8501
skype: Fix syntax error in .desktop-file
2012-10-19 09:53:06 +02:00
Michael Raskin
0e930058ae
Update TigerVNC to SVN checkout that at least builds..
2012-10-18 20:49:22 +04:00
Eelco Dolstra
76c010b928
linux: Update to 3.2.32
2012-10-18 12:22:17 -04:00
Ludovic Courtès
bf08f68ccb
blas: really fix installation on FreeBSD
2012-10-18 17:35:00 +02:00
Eelco Dolstra
2947f91371
nvidia-x11: Update to 304.51
2012-10-18 10:10:49 -04:00
Mathijs Kwik
e0e00a86cb
node-packages
...
- add async-0.1.22
- add wu-0.1.8
- upgrade mongodb-1.1.11
- upgrade bson-0.1.5
- upgrade underscore-1.4.2
2012-10-18 15:23:56 +02:00
Rickard Nilsson
a25a84ff86
jackaudio: Add extra download URL. Main site seems down.
2012-10-18 14:17:21 +02:00
Peter Simons
a8b903c849
haskell-zip-archive: update to version 0.1.2.1
2012-10-18 14:16:47 +02:00
Peter Simons
fcc014e13e
haskell-shelly: update to version 0.14.2
2012-10-18 14:16:47 +02:00
Peter Simons
b15bc6df90
haskell-network-info: update to version 0.2.0.3
2012-10-18 14:16:47 +02:00
Peter Simons
d51ef5ab35
haskell-monadcryptorandom: update to version 0.5
2012-10-18 14:16:47 +02:00
Peter Simons
49229ee47e
haskell-dbus: update to version 0.10.2
2012-10-18 14:16:47 +02:00
Peter Simons
94827f5b5d
haskell-conduit: update to version 0.5.2.7
2012-10-18 14:16:47 +02:00
Peter Simons
609b1b01c3
haskell-DSH: update to version 0.8.2.1
2012-10-18 14:16:46 +02:00
Peter Simons
278601befb
Merge pull request #154 from ecarreras/synergy-foss
...
Synergy foss
2012-10-18 03:18:40 -07:00
Ludovic Courtès
223b285776
cairo: clear all occurrences of `-ldl' on FreeBSD
2012-10-18 12:13:07 +02:00
Ludovic Courtès
fa7f30bf5e
glib: disable the NeXTstep on Darwin
2012-10-18 11:12:35 +02:00
Ludovic Courtès
b9982a7d11
cairo: fix FreeBSD builds
2012-10-18 10:53:05 +02:00
Ludovic Courtès
dc3fafe06d
blas: `install -d' on FreeBSD
2012-10-18 10:21:24 +02:00
Marc Weber
b18be4e5e5
adding csound
2012-10-18 06:24:32 +02:00
Michael Raskin
070f38d48d
Update pqiv
2012-10-18 00:34:09 +04:00
Michael Raskin
3d2e43df37
Update sgt-puzzles
2012-10-18 00:21:42 +04:00
Lluís Batlle i Rossell
57dcac2d2a
nvidia-legacy-173: updating to build with linux 3.6
2012-10-17 22:08:31 +02:00
Michael Raskin
2867563496
Adding a RC version of LinuX Containers
2012-10-17 23:16:42 +04:00
Michael Raskin
640a13c04c
Update Psi
2012-10-17 22:59:41 +04:00
Michael Raskin
3b01ff4591
Update Wireshark
2012-10-17 22:45:54 +04:00
Michael Raskin
cdb8f0dfe4
Update Lazarus
2012-10-17 22:24:39 +04:00
Eelco Dolstra
f7436a9141
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-17 12:07:03 -04:00
aszlig
0b592ce677
apache-httpd/2.4: Add modules for NixOS service.
...
The NixOS service module loads those modules by default. So we need to build
them here as well.
I'm not really sure why these modules are included by default, because (except
from maybe CGI) they obviously are only usable in very rare cases. Am I wrong?
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:08 +02:00
aszlig
2f3dcb9dd2
apache-httpd/2.4: Fix libxml2 support.
...
The reason because the configure script is unnable to find libxml2 is because it
is searching for a header file in `libxml/*.h`. Obviously this cases an error,
because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add
the parent directory to --with-libxml2 and remove the comment from buildInputs.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:07 +02:00
Michael Raskin
07f44ad945
Update Wine
2012-10-17 17:22:32 +04:00
Michael Raskin
cdd51e2730
Update Squid 3.2 to the latest 3.2.2 version
2012-10-17 16:44:26 +04:00
Michael Raskin
8eec7bf2f6
Updating BIND to freshest version 9.9.2
2012-10-17 16:27:38 +04:00
Eduard Carreras
9acffb949d
Change copy file to symbolic link
2012-10-17 14:16:23 +02:00
Eduard Carreras
febe086bba
Changing copy files to symbolic links to them
2012-10-17 14:11:08 +02:00
Michael Raskin
df2975f928
Update ECL to 12.7.1
2012-10-17 15:22:43 +04:00
Michael Raskin
3f0c47091c
Update Clozure Common Lisp to version 1.8
2012-10-17 11:09:44 +04:00
Eelco Dolstra
ae7044a001
nix: Update to 1.2pre2950_ac238d6
2012-10-16 17:11:54 -04:00
Eduard Carreras
28181c15e8
Make virtualbox icons available
2012-10-16 19:35:59 +02:00
Peter Simons
9b302e1518
Merge branch 'master' into x-updates
2012-10-16 19:10:46 +02:00
Peter Simons
347b5800b2
grub-2.0: strip trailing whitespace
2012-10-16 19:10:16 +02:00
Peter Simons
06bdd77d3d
grub-2.0: fix bash completion script
2012-10-16 19:10:11 +02:00
Eduard Carreras
d22e3a02fd
Put eclipse icon into share/pixmaps
2012-10-16 18:38:53 +02:00
Peter Simons
82e94ccbeb
Merge branch 'master' into x-updates
2012-10-16 18:27:27 +02:00
Peter Simons
31b7510e22
bash-completion: remove NixOS-specific patch
...
The new bash-completion support in NixOS doesn't require this patch anymore.
Besides, the patch was insufficient for most purposes anyway: Bash completion
modules are spread out over all user profiles listed in $NIX_PROFILES (plus the
current-system profile), so getting full support for all installed modules
requires support for more than one "bash_completion.d" directory anyway.
2012-10-16 18:26:02 +02:00
Eelco Dolstra
dbfcc9336c
cairo: Update to 1.12.4
2012-10-16 12:00:41 -04:00
Eelco Dolstra
fae22cb3e9
libpng: Update to 1.5.13
2012-10-16 11:56:31 -04:00
Eelco Dolstra
36b4ab4163
Fix building libxml2 on non-Linux platforms
2012-10-16 11:50:35 -04:00
Peter Simons
5679ad6964
haskell-language-javascript: update to version 0.5.6
2012-10-16 12:18:33 +02:00
Peter Simons
5984182d03
haskell-language-c-quote: update to version 0.4.3
2012-10-16 12:18:33 +02:00
Peter Simons
4fd9c94e0a
haskell-hxt: update to version 9.3.1.1
2012-10-16 12:18:33 +02:00
Peter Simons
41d4bf099c
haskell-digestive-functors: update to version 0.5.0.3
2012-10-16 12:18:32 +02:00
Peter Simons
eb89801acf
haskell-digestive-functors-snap: update to version 0.5.0.1
2012-10-16 12:18:32 +02:00
Eelco Dolstra
dee64b4c2c
Work around timeouts after creating a LUKS device
2012-10-15 15:36:52 -04:00
Eelco Dolstra
3aae32372a
Work around some crazy race condition in devicemapper device creation
2012-10-15 14:46:15 -04:00
Peter Simons
a13346961f
haskell-cabal2nix: update to version 1.40
2012-10-15 20:23:43 +02:00
Peter Simons
c90a15a604
git-annex: update to version 3.20121010
2012-10-15 20:17:33 +02:00
Peter Simons
c8851cefbc
haskell-dbus: add version 0.10.1
2012-10-15 20:17:33 +02:00
Peter Simons
e7121b6f27
haskell-libxml-sax: add version 0.7.3
2012-10-15 20:17:33 +02:00
Peter Simons
34380b91a6
haskell-network-info: add version 0.2.0.2
2012-10-15 20:17:33 +02:00
Eelco Dolstra
87399d57d6
Doh! Forgot to add file
2012-10-15 14:02:15 -04:00
Eduard Carreras
9962055627
Remove pwd to know where I am
2012-10-15 20:01:45 +02:00
Eduard Carreras
1bf9b9bc7b
fix align
2012-10-15 20:00:20 +02:00
Eelco Dolstra
ba2911fe1e
lvm2: Update to 2.02.98
2012-10-15 13:14:12 -04:00
Eelco Dolstra
31212a0a95
Fix font-cursor-misc build
2012-10-15 13:14:12 -04:00
Peter Simons
87c5696996
pkgs/servers/x11/xorg/overrides.nix: correctly patch path to mkfontscale into mkfontdir wrapper script
2012-10-15 19:06:59 +02:00
Eelco Dolstra
5af277bbd1
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-15 12:16:58 -04:00
Eelco Dolstra
3c2f28c67e
firefox: Disable profiling since it adds 12 MB to the build
2012-10-15 12:16:01 -04:00
Eelco Dolstra
1d8e80f1b9
Fix gvfs build
...
http://hydra.nixos.org/build/3156351
2012-10-15 12:13:39 -04:00
Eelco Dolstra
80fa05f1f5
xf86-video-intel: Update to 2.20.10
2012-10-15 12:09:28 -04:00
Eelco Dolstra
3b968053d4
Fix font-schumacher-misc build
...
http://hydra.nixos.org/build/3157818
2012-10-15 11:52:11 -04:00
Eelco Dolstra
55aa7f0d6f
sylpheed: Update to 3.2
...
http://hydra.nixos.org/build/3156892
2012-10-15 11:27:37 -04:00
Eelco Dolstra
873595ee6d
php: Update to 5.3.17
...
Also remove unsupported PHP 5.2 (which doesn't build anymore).
http://hydra.nixos.org/build/3131326
2012-10-15 11:14:26 -04:00
Eelco Dolstra
9663c37534
Cleanup
2012-10-15 10:52:53 -04:00
Joachim Schiele
789adef3a4
fixes the build error for 4.7 and 4.8 with both don't work with boost 1.50
2012-10-15 10:52:53 -04:00
Eelco Dolstra
b377586b7a
Fix psi build
...
hydra.nixos.org/build/3154247
2012-10-15 10:52:53 -04:00
Eduard Carreras
94471a459f
Updated synergy to 1.4.10-foss
2012-10-15 14:26:44 +02:00
Peter Simons
5c9b7e3f15
haskell-packages: update haskellPlatformArgs_future
2012-10-15 11:59:29 +02:00
Peter Simons
b1701fc609
haskell-alex-meta: update to version 0.3.0.5
2012-10-15 11:52:34 +02:00
Peter Simons
cbc3cb7bd8
haskell-BNFC-meta: update to version 0.4
2012-10-15 11:52:34 +02:00
Peter Simons
e87df1fd83
haskell-yesod: update to version 1.1.2
2012-10-15 11:52:34 +02:00
Peter Simons
35c7887d87
haskell-yesod-routes: update to version 1.1.0.2
2012-10-15 11:52:34 +02:00
Peter Simons
0fdc576cc0
haskell-yesod-core: update to version 1.1.3.1
2012-10-15 11:52:34 +02:00
Peter Simons
b82db1ce31
haskell-warp: update to version 1.3.4.1
2012-10-15 11:52:33 +02:00
Peter Simons
9e617aaf96
haskell-symbol: update to version 0.1.4
2012-10-15 11:52:33 +02:00
Peter Simons
b55333241e
haskell-srcloc: update to version 0.3.0
2012-10-15 11:52:33 +02:00
Peter Simons
e07de73dbe
haskell-repa: update to version 3.2.2.2
2012-10-15 11:52:33 +02:00
Peter Simons
c701ed4e83
haskell-numbers: update to version 3000.1.0.1
2012-10-15 11:52:33 +02:00
Peter Simons
367eae2bb8
haskell-mainland-pretty: update to version 0.2.4
2012-10-15 11:52:33 +02:00
Peter Simons
909c17342c
haskell-language-javascript: update to version 0.5.5
2012-10-15 11:52:33 +02:00
Peter Simons
e4f8ccf5b3
haskell-language-c-quote: update to version 0.4.2
2012-10-15 11:52:33 +02:00
Peter Simons
ff5969a39f
haskell-hjsmin: update to version 0.1.3
2012-10-15 11:52:32 +02:00
Peter Simons
fac44cdc2f
haskell-highlighting-kate: update to version 0.5.3.3
2012-10-15 11:52:32 +02:00
Peter Simons
ed1cea8a12
haskell-gloss: update to version 1.7.6.5
2012-10-15 11:52:32 +02:00
Peter Simons
891aec62ae
haskell-exception-transformers: update to version 0.3.0.3
2012-10-15 11:52:32 +02:00
Peter Simons
c1a5a23e44
haskell-exception-mtl: update to version 0.3.0.3
2012-10-15 11:52:32 +02:00
Peter Simons
b7a540e882
haskell-deepseq-th: update to version 0.1.0.4
2012-10-15 11:52:32 +02:00
Peter Simons
6049431dac
haskell-DSH: update to version 0.8.1.0
2012-10-15 11:52:32 +02:00
Peter Simons
e32db14a59
haskell-haddock: add version 2.13.1
2012-10-15 11:52:01 +02:00
Eduard Carreras
b6096b99c4
Merge remote-tracking branch 'upstream/master' into fix-xfce4-panel-plugins
2012-10-15 09:23:15 +02:00
Michael Raskin
29980e0d54
Add threads support to CLisp
2012-10-14 22:28:49 +04:00
Peter Simons
70334f04ee
pkgs/servers/x11/xorg/overrides.nix: xinput needs libXrender to build
2012-10-14 20:28:00 +02:00
Mathijs Kwik
e9f0cae00f
miniupnpd: upgrade to 1.7.20121005
2012-10-13 20:39:40 +02:00
Mathijs Kwik
c39805d81c
add libnetfilter_conntrack-1.0.2
2012-10-13 20:28:47 +02:00
Mathijs Kwik
e9a1c82bac
add libmnl-1.0.3
2012-10-13 20:27:33 +02:00
Mathijs Kwik
d5e4b92f22
add libnfnetlink-1.0.1
2012-10-13 20:23:36 +02:00
Mathijs Kwik
fb62b5fb91
linux-3.0: upgrade to 3.0.46
2012-10-13 12:22:48 +02:00
Mathijs Kwik
444b136eee
linux-3.4: upgrade to 3.4.14
2012-10-13 12:22:47 +02:00
Mathijs Kwik
86693f1c5c
linux-3.5: upgrade to 3.5.7
2012-10-13 12:22:47 +02:00
Mathijs Kwik
12ad270d2a
linux-3.6: upgrade to 3.6.2
2012-10-13 12:22:47 +02:00
Mathijs Kwik
5711282fd8
linux kernels: mark kernels that can disable the conntrack-helper
2012-10-13 12:22:47 +02:00
Mathijs Kwik
8ea8105071
linux kernels: mark kernels with rpfilter support
2012-10-13 12:22:47 +02:00
Mathijs Kwik
6b8e468e2d
iptables: upgrade to 1.4.16.2
2012-10-13 12:22:47 +02:00
Lluís Batlle i Rossell
900ffd2d00
release: making hydra build firefox16.
2012-10-13 12:19:58 +02:00
aszlig
1f857877ad
python-publicsuffix: New package, version 1.0.2.
...
This is for determining the public suffix of a particular domain name from
http://publicsuffix.org/ .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-13 09:54:37 +02:00
viric
4e2da16eee
Merge pull request #149 from falsifian/upgrade_firefox
...
Update Firefox 16.0 to 16.0.1, and switch to the high-bandwidth releases.mozilla.org for the source.
2012-10-12 12:22:01 -07:00
Rok Garbas
06eff3c860
weechat: update to 0.3.9
2012-10-12 20:07:20 +02:00
James Cook
cfebdffd58
firefox 16: Use the published sha1, and pass the ftp url to fetchurl as a fallback.
2012-10-12 10:59:33 -07:00
Lluís Batlle i Rossell
84c18a97e4
testdisk: updating to 6.13
...
I fixed the licence field to GPLv2+ too
2012-10-12 15:43:26 +02:00
Peter Simons
4b6813821f
Merge pull request #148 from qknight/gsmartcontrol
...
added gsmartcontrol 0.8.7 to nixpkgs
2012-10-12 06:26:51 -07:00
Peter Simons
f77a2f460a
Merge branch 'master' into x-updates.
2012-10-12 15:24:24 +02:00
Peter Simons
b1169e5509
ghc-*-binary: remove redundant assertion
...
Any attempt to instantiate these expressions on an unsupported platform is
going to 'throw' an error. The call to 'assert' doesn't add any value to
that (and generates less readable error messages, too). Further details are
available at <https://github.com/NixOS/nix/issues/56 >.
2012-10-12 15:23:05 +02:00
Eduard Carreras
c322dc6844
Remove themes, not working for now
2012-10-12 09:52:16 +02:00
Eduard Carreras
170b01ba77
Adding libdir into the patch
2012-10-12 09:11:05 +02:00
David Guibert
85140f590a
zfs: fix udev rules
...
This patch fixes Nixos checking of udev rules:
Checking that all programs call by absolute paths in udev rules exist ... FAIL
/lib/udev/vdev_id is called in udev rules but not installed by udev
2012-10-12 08:38:38 +02:00
James Cook
9e6e5391ad
Update Firefox 16.0 to 16.0.1, and switch to the high-bandwidth releases.mozilla.org for the source.
2012-10-11 21:49:25 -07:00
Joachim Schiele
74196058ee
added gsmartcontrol 0.8.7 to nixpkgs
2012-10-12 00:45:42 +00:00
Eduard Carreras
aa4dc42459
Using a patch to load plugins to xfce4-panel
2012-10-12 01:20:47 +02:00
Jack Cummings
b70d41d309
- long descriptions
2012-10-11 13:50:28 -07:00
Jack Cummings
8a911c889b
Merge branch 'master' into zfs
2012-10-11 13:16:41 -07:00
Eelco Dolstra
e117d037e3
iproute: Update to 3.6.0
2012-10-11 15:38:54 -04:00
Eduard Carreras
7924c7f0b8
Merge branch 'master' into imp_xfce4
2012-10-11 19:58:03 +02:00
Eelco Dolstra
bf5967e77e
systemd: Add libgcrypt dependency
...
This is required for forward secure sealing of the journal.
2012-10-11 12:33:47 -04:00
Eelco Dolstra
2fa1b38853
systemd: Properly handle device aliases used as dependencies
...
http://lists.freedesktop.org/archives/systemd-devel/2012-October/006872.html
2012-10-11 12:33:28 -04:00
Eelco Dolstra
fa27534ec6
pylint: Update to 0.26.0
2012-10-11 11:05:33 -04:00
Florian Friesdorf
21e59f4a5f
sphinx 1.1.3
2012-10-11 14:22:26 +02:00
aszlig
50faa2cbef
chromium: Update stable and beta channels.
...
stable: 22.0.1229.79 (build tested)
beta: 22.0.1229.94 (build and usage tested)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-11 12:44:33 +02:00
aszlig
702aec1881
chromium: Use final implementation of BPF patch.
...
The new version is the one already committed in trunk as revision 160697.
In order to get into beta and stable this could take some while so we're going
need to carry around that patch for some time.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-11 12:44:13 +02:00
Ludovic Courtès
018068d7c5
samba: fix cross-compilation
2012-10-11 12:02:46 +02:00
Sander van der Burg
b8e30a8af6
Changed the netbeans expression to use openjdk, which should work now
2012-10-11 10:31:42 +02:00
Peter Simons
a47d1d8569
haskell-yesod-core: update to version 1.1.2.2
2012-10-11 10:18:50 +02:00
Peter Simons
d330da6f54
haskell-yesod-auth: update to version 1.1.1.2
2012-10-11 10:18:50 +02:00
Peter Simons
2112958f8a
haskell-warp: update to version 1.3.3.2
2012-10-11 10:18:50 +02:00
Peter Simons
4db1166d01
haskell-wai-extra: update to version 1.3.0.3
2012-10-11 10:18:50 +02:00
Peter Simons
c30dc2231e
haskell-snap: update to version 0.9.2.2
2012-10-11 10:18:50 +02:00
Peter Simons
4b9b535b74
haskell-snap-server: update to version 0.9.2.4
2012-10-11 10:18:50 +02:00
Peter Simons
7d22f8d91b
haskell-snap-core: update to version 0.9.2.2
2012-10-11 10:18:49 +02:00
Peter Simons
864924a65d
haskell-resourcet: update to version 0.4.0.2
2012-10-11 10:18:49 +02:00
Peter Simons
fca7287491
haskell-persistent: update to version 1.0.1.3
2012-10-11 10:18:49 +02:00
Peter Simons
b7cc6df1de
haskell-numbers: update to version 3000.1.0.0
2012-10-11 10:18:49 +02:00
Peter Simons
5f8a0e285a
haskell-network-conduit: update to version 0.6.1.1
2012-10-11 10:18:49 +02:00
Peter Simons
000791e74a
haskell-http-conduit: update to version 1.6.1.2
2012-10-11 10:18:49 +02:00
Peter Simons
6f4063686e
haskell-hint: update to version 0.3.3.5
2012-10-11 10:18:49 +02:00
Peter Simons
09aef77b4e
haskell-heist: update to version 0.8.2
2012-10-11 10:18:49 +02:00
Peter Simons
4a383ed6c7
haskell-ghc-mtl: update to version 1.0.1.2
2012-10-11 10:18:49 +02:00
Peter Simons
86750b4567
haskell-data-memocombinators: update to version 0.4.4
2012-10-11 10:18:49 +02:00
Peter Simons
0d6432e26c
haskell-criterion: update to version 0.6.2.0
2012-10-11 10:18:48 +02:00
Peter Simons
101cc0bde5
haskell-conduit: update to version 0.5.2.6
2012-10-11 10:18:48 +02:00
Peter Simons
182c28ba4a
haskell-DSH: update to version 0.8.0.1
2012-10-11 10:18:48 +02:00
Peter Simons
5b2191bf22
haskell-vector: add version 0.10.0.1
2012-10-11 09:53:45 +02:00
Peter Simons
8e8143262b
haskell-primitive: add version 0.5.0.1
2012-10-11 09:53:33 +02:00
Michael Raskin
0bf1789b6a
Use newly-added taskwarrior as an update to existing taskwarrior attribute
2012-10-11 10:50:53 +04:00
Michael Raskin
3fa383f70d
Merge pull request #144 from MarcWeber/fixes/taskwarrior
...
adding taskwarrior
2012-10-10 22:14:57 -07:00
Michael Raskin
4f8becaaa3
Merge pull request #139 from aforemny/jhc
...
Add jhc 0.8.0
2012-10-10 22:12:27 -07:00
Michael Raskin
b481647941
Merge pull request #143 from falsifian/master
...
upgrade firmware-linux-nonfree to 0.36
2012-10-10 21:38:07 -07:00
Michael Raskin
5aa665d5fe
Merge pull request #136 from jcumming/master
...
Games updates
2012-10-10 21:35:16 -07:00
Marc Weber
7b40d67d61
adding taskwarrior
2012-10-11 06:12:23 +02:00
Eelco Dolstra
ebd2b0e1ab
linux: Update to 3.2.31
2012-10-10 21:51:36 -04:00
Cillian de Róiste
bc4d201478
distrho: fix HybridReverb2
2012-10-11 01:23:10 +02:00
Cillian de Róiste
537fa309b5
Remove phat
...
Phat was only used by Specimen, which has been replaced by Petri-Foo. Petri-Foo dropped the dependency on Phat, so it is no longer being used at all, and it also fails to build.
2012-10-10 23:17:35 +02:00
Peter Simons
0bb86f86b1
Merge branch 'master' into x-updates.
2012-10-10 19:26:31 +02:00
Peter Simons
6ef73f57c3
smartmontools: update to version 6.0
2012-10-10 19:26:02 +02:00
Peter Simons
64556b022b
gravit: update to version 0.5.0
2012-10-10 19:25:42 +02:00
Peter Simons
8f662e0663
asymptote: update to version 2.20
2012-10-10 19:25:10 +02:00
Peter Simons
a352796e0d
lua: add version 5.1
...
The 5.1 build system doesn't seem to support building a shared object anymore?
2012-10-10 19:24:37 +02:00
Peter Simons
6ff829f19d
Merge branch 'master' into x-updates
2012-10-10 18:46:48 +02:00
Peter Simons
7dd1e71c2e
gamin: fix download URL for patch files
2012-10-10 18:39:02 +02:00
Eelco Dolstra
c35a43315c
Fix evaluation
...
http://hydra.nixos.org/build/3153986
2012-10-10 10:42:16 -04:00
Lluís Batlle i Rossell
b8471def24
firefox: adding 16.0. Enabling profiling, to see the new profiling features.
2012-10-10 16:37:20 +02:00
Rickard Nilsson
e74916ed62
xscreensaver: Update to 5.19
2012-10-10 16:05:37 +02:00
James Cook
abf60bdb08
Upgrade firmware-linux-nonfree to 0.36, because the last version disappeared from the Debian mirrors.
2012-10-09 23:18:50 -07:00
Mathijs Kwik
b949359a14
probable fix for failing hydra build since e32567bcf7
...
(ocaml_4_00_0 not found).
I'm not an ocaml user so I don't understand the implications of my change.
It is only meant to get the nix expressions valid again.
2012-10-10 00:20:16 +02:00
Eelco Dolstra
44da496dcf
Forgot to add some files
2012-10-09 17:07:59 -04:00
Rickard Nilsson
5dbe17f315
darktable: Update to version 1.0.5
2012-10-09 22:53:38 +02:00
Eelco Dolstra
34ff91d602
nginx: Update to 1.2.4
2012-10-09 14:20:44 -04:00
Marco Maggesi
e32567bcf7
OCaml 4.00.1
2012-10-09 14:03:12 -04:00
Marco Maggesi
2221bf0593
Update camlp5 to 6.06.
2012-10-09 14:03:12 -04:00
Marco Maggesi
a090424115
Update ocamlnet to version 3.6. (Does not compile under 4.00.0 though.)
2012-10-09 14:03:12 -04:00
Marco Maggesi
3989f09ae6
Update ounit to version 1.1.2
2012-10-09 14:03:11 -04:00
Marco Maggesi
c3e12acb5a
Update extlib to version 1.5.2
2012-10-09 14:03:11 -04:00
Alexander Foremny
29d3112ee9
Rename plowshare-git to plowshare
2012-10-09 14:02:23 -04:00
Eelco Dolstra
156e1f1e1f
Add psqlodbc for iodbc
2012-10-09 14:02:09 -04:00
Eelco Dolstra
0b056a06a0
VirtualBox-GuestAdditions: Install drivers for X.org server 1.12
2012-10-09 12:42:10 -04:00
Eelco Dolstra
54aea93a84
inkscape: Update to 0.48.3.1
...
http://hydra.nixos.org/build/3151653
2012-10-09 12:10:45 -04:00
Eelco Dolstra
a1300037d2
glib: Propagate pcre
...
http://hydra.nixos.org/build/3150785
2012-10-09 11:34:02 -04:00
Eelco Dolstra
f81a86d4b9
loudmouth: Fix building with the latest glib
...
http://hydra.nixos.org/build/3148780
2012-10-09 11:28:38 -04:00
Eelco Dolstra
b713d13bb4
gnucash: Update to 2.4.11
2012-10-09 11:24:38 -04:00
Eelco Dolstra
4eb7fa7c9a
goffice: Update to 0.8.17
...
Fixes http://hydra.nixos.org/build/3149255
2012-10-09 11:24:21 -04:00
Eelco Dolstra
58082f0acb
libgnomecups: Fix build
...
http://hydra.nixos.org/build/3149255
2012-10-09 11:23:56 -04:00
Shea Levy
5150b55bf2
openjdk: Add lib{fontconfig,Xcursor,Xinerama} to rpaths.
2012-10-09 11:11:19 -04:00
Lluís Batlle i Rossell
85398493bf
go: updating to 1.0.3
2012-10-09 17:02:11 +02:00
Sander van der Burg
4ef6aa3a6c
Bumped MySQL java connector version to 5.1.22
...
Merge branch 'master' of github.com:NixOS/nixpkgs
2012-10-09 16:41:30 +02:00
Sander van der Burg
da52aeefad
Bump MySQL java connector version to 5.1.22
2012-10-09 16:41:01 +02:00
Mathijs Kwik
da8b2dfcc7
samba: upgrade to 3.6.8
2012-10-09 16:05:24 +02:00
Mathijs Kwik
10462c7a82
btrfsprogs: upgrade to current version (0.20 pre)
2012-10-09 16:05:24 +02:00
Mathijs Kwik
8f480e3035
linux-3.6: upgrade to 3.6.1
...
- enable aufs3 patch
- check other patches needing upgrade/enable
2012-10-09 16:05:24 +02:00
Mathijs Kwik
2f39ec92e3
linux-3.5: upgrade to 3.5.6
2012-10-09 16:05:23 +02:00
Mathijs Kwik
76aa428ac6
linux-3.4: upgrade to 3.4.13
2012-10-09 16:05:23 +02:00
Mathijs Kwik
332c6de736
linux-3.0: upgrade to 3.0.45
2012-10-09 16:05:23 +02:00
Eduard Carreras
759f17d7d0
Drop eelco as a maintaner due copy&paste
2012-10-09 14:46:16 +02:00
Sander van der Burg
27cadaa404
Added package for netbeans IDE
2012-10-09 11:40:06 +02:00
Michael Raskin
18c0bca167
Fix some of the debian-devscripts shell references
2012-10-09 11:02:06 +04:00
Eelco Dolstra
90d9f8ec18
Update xcb-proto and libxcb
2012-10-08 15:15:05 -04:00
Eelco Dolstra
a779d2ba18
foomatic-filters: Update to 4.0.12
2012-10-08 14:52:06 -04:00
Eelco Dolstra
c961c840f6
cups: Update to 1.5.4
2012-10-08 14:50:19 -04:00
Eelco Dolstra
f5e0a05f80
Revert "cups: Update to 1.6.1"
...
This reverts commit 5046d0628f
.
2012-10-08 14:43:49 -04:00
Eelco Dolstra
318202951e
Revert "Remove cups-pdf-filter"
...
This reverts commit 006002d16f
.
2012-10-08 14:43:47 -04:00
Eelco Dolstra
f32979e2d8
Revert "cups: Drop unused dependencies and add libusb1 dependency"
...
This reverts commit 6f700142c4
.
2012-10-08 14:43:42 -04:00
Eelco Dolstra
1c3ed1b8d4
gtk+: Update to 3.2.4
2012-10-08 14:20:30 -04:00
Eelco Dolstra
41e9f7cfed
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-08 13:48:30 -04:00
Eduard Carreras
fe5a7357e6
Merge branch 'master' into imp_xfce4
2012-10-08 18:27:47 +02:00
aszlig
25b702d2d6
Merge branch 'chromium-update'.
...
This updates the following channels:
beta: 23.0.1271.17
dev: 24.0.1284.2
Builds are now tested on all three channels, even the dev channel.
2012-10-08 17:56:25 +02:00
aszlig
1983d4fdfc
chromium: Build using libusb (1.0) from nixpkgs.
...
This dependency has recently been added to chromium while we didn't notice it,
so let's avoid to use the bundled version.
It might make sense to remove the unneeded files in third_party/ based on a
whitelist, so that we notice future changes like this earlier.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 15:06:15 +02:00
aszlig
692ad8059a
chromium: Build using libexif from nixpkgs.
...
While libexif has been bundled with chromium for some months already, they only
recently added the GYP option to switch to using the system library. So, let's
enable it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 15:05:00 +02:00
Rickard Nilsson
58afd43615
obnam: Update to version 1.2. Also update its dependencies (python libraries)
2012-10-08 12:35:25 +02:00
Eduard Carreras
92c922166d
Merge branch 'master' into imp_xfce4
2012-10-08 11:52:05 +02:00
Peter Simons
e6f26c5142
haskell-happy-meta: update to version 0.2.0.5
2012-10-08 11:25:28 +02:00
Peter Simons
fc470f1d5a
haskell-alex-meta: update to version 0.3.0.4
2012-10-08 11:25:27 +02:00
Peter Simons
8029d18f7a
haskell-BNFC-meta: update to version 0.3.0.5
2012-10-08 11:25:27 +02:00
Peter Simons
8cf5551b6a
haskell-yesod: update to version 1.1.1.2
2012-10-08 11:25:27 +02:00
Peter Simons
3ff871a11d
haskell-yesod-routes: update to version 1.1.0.1
2012-10-08 11:25:27 +02:00
Peter Simons
559a6cc24f
haskell-yesod-default: update to version 1.1.0.2
2012-10-08 11:25:27 +02:00
Peter Simons
f273a6054f
haskell-yesod-core: update to version 1.1.2.1
2012-10-08 11:25:27 +02:00
Peter Simons
e754ab10ed
haskell-yaml: update to version 0.8.1
2012-10-08 11:25:27 +02:00
Peter Simons
963a0bfc40
haskell-warp: update to version 1.3.3.1
2012-10-08 11:25:27 +02:00
Peter Simons
6af81dcb12
haskell-vector-algorithms: update to version 0.5.4.2
2012-10-08 11:25:27 +02:00
Peter Simons
fc608ef86a
haskell-uu-parsinglib: update to version 2.7.4
2012-10-08 11:25:27 +02:00
Peter Simons
0f654ae624
haskell-tls-extra: update to version 0.4.7
2012-10-08 11:25:26 +02:00
Peter Simons
92e4df6ff4
haskell-temporary: update to version 1.1.2.4
2012-10-08 11:25:26 +02:00
Peter Simons
e55f32d2d7
haskell-stylish-haskell: update to version 0.5.2.0
2012-10-08 11:25:26 +02:00
Peter Simons
58f227a11f
haskell-stringsearch: update to version 0.3.6.4
2012-10-08 11:25:26 +02:00
Peter Simons
587bf8d2d8
haskell-snap-loader-dynamic: update to version 0.9.0.1
2012-10-08 11:25:26 +02:00
Peter Simons
093aa60a74
haskell-parallel-io: update to version 0.3.2.1
2012-10-08 11:25:26 +02:00
Peter Simons
2833c14608
haskell-network-transport: update to version 0.3.0
2012-10-08 11:25:26 +02:00
Peter Simons
7901fa7d96
haskell-network-transport-tcp: update to version 0.3.0
2012-10-08 11:25:26 +02:00
Peter Simons
1148be313e
haskell-network-conduit: update to version 0.6.0
2012-10-08 11:25:26 +02:00
Peter Simons
5049bf5573
haskell-multiarg: update to version 0.6.0.0
2012-10-08 11:25:25 +02:00
Peter Simons
22caa0a777
haskell-lifted-base: update to version 0.2
2012-10-08 11:25:25 +02:00
Peter Simons
4af7e7d46c
haskell-libmpd: update to version 0.8.0.1
2012-10-08 11:25:25 +02:00
Peter Simons
ce72803dff
haskell-json: update to version 0.7
2012-10-08 11:25:25 +02:00
Peter Simons
7c35fd86ed
haskell-http-conduit: update to version 1.6.1.1
2012-10-08 11:25:25 +02:00
Peter Simons
a191dca5e7
haskell-hspec: update to version 1.3.0.1
2012-10-08 11:25:25 +02:00
Peter Simons
be0fe5c0d8
haskell-hashtables: update to version 1.0.1.8
2012-10-08 11:25:25 +02:00
Peter Simons
143650b1b1
haskell-happstack-server: update to version 7.0.7
2012-10-08 11:25:25 +02:00
Peter Simons
c9cdb612d3
haskell-gloss: update to version 1.7.6.4
2012-10-08 11:25:24 +02:00
Peter Simons
bf151cdbd7
haskell-file-embed: update to version 0.0.4.6
2012-10-08 11:25:24 +02:00
Peter Simons
0ab16be804
haskell-edit-distance: update to version 0.2.1.1
2012-10-08 11:25:24 +02:00
Peter Simons
e7a86c9ded
haskell-distributed-static: update to version 0.2.1
2012-10-08 11:25:24 +02:00
Peter Simons
136581a717
haskell-distributed-process: update to version 0.4.0.1
2012-10-08 11:25:24 +02:00
Peter Simons
d44ce8ee8b
haskell-distributed-process-simplelocalnet: update to version 0.2.0.6
2012-10-08 11:25:24 +02:00
Peter Simons
10eda4938a
haskell-data-accessor-template: update to version 0.2.1.10
2012-10-08 11:25:24 +02:00
Peter Simons
ce15d915bb
haskell-conduit: update to version 0.5.2.5
2012-10-08 11:25:24 +02:00
Peter Simons
fbb2b63632
haskell-citeproc-hs: update to version 0.3.5
2012-10-08 11:25:23 +02:00
Peter Simons
9812fb3961
haskell-binary: update to version 0.6.2.0
2012-10-08 11:25:23 +02:00
Peter Simons
0f54bd6130
haskell-idris: update to version 0.9.4.1
2012-10-08 11:25:23 +02:00
Peter Simons
3e5dc7a950
haskell-yesod-auth: jail-break to support current versions of lifted-base
2012-10-08 11:16:16 +02:00
Peter Simons
5387c50157
haskell-resourcet: jail-break to support current versions of lifted-base
2012-10-08 11:15:03 +02:00
Peter Simons
3ed8a0c9dc
haskell-persistent: jail-break to support current versions of lifted-base
2012-10-08 11:14:39 +02:00
Peter Simons
0a9568df7b
haskell-tar: update to version 0.4.0.1
2012-10-08 10:47:32 +02:00
Peter Simons
3b9a7e59b2
haskell-Cabal: update to versions 1.16.0.1
2012-10-08 10:46:55 +02:00
Peter Simons
18ccd4b340
haskell-cabal-install: add version 1.16.0
2012-10-08 10:46:10 +02:00
Shea Levy
29fd8d4eaa
cmake: Bump
2012-10-08 03:12:42 -04:00
Shea Levy
7786353848
Add libc++
2012-10-08 02:32:09 -04:00
Shea Levy
4f178d1698
clang: Bump to 3.1
2012-10-08 01:57:39 -04:00
aszlig
58a4edd294
chromium: Drop seccomp patch for version 21.
...
Version 22 is the current version of the stable channel, so we don't need to
carry around a patch for earlier versions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:35:57 +02:00
aszlig
17fe198695
chromium: Disable legacy seccomp sandbox in v23.
...
This removes the patch introduced in 949afcc0f2
.
The reason behind this is because even though we patch in the legacy seccomp
sandbox by default, it won't be used anyway as both cannot coexist anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:35:57 +02:00
aszlig
10679a7ba6
chromium: Fix chromium bug 149834 for version 23.
...
This is just a temporary fix and will only thrown away as soon as a proper fix
is included upstream, see http://crbug.com/149834 for more details about this.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:52 +02:00
aszlig
df64adc2df
chromium: Update dev and beta channels.
...
dev: 23.0.1271.10 -> 24.0.1284.2 (not tested, probably won't build?)
beta: 22.0.1229.91 -> 23.0.1271.17 (issues, see below)
While testing the beta release, I've been bitten by http://crbug.com/149834 , so
as this is a beta release, I'm not sure if we should patch again to disable the
BPF seccomp sandbox.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
aszlig
949afcc0f2
chromium: New seccomp patch for versions >= 23.
...
The BPF renderer sandbox is now the default in 23. But still, it is not regarded
as "adequately sandboxed" from Google so we still need the legacy seccomp
sandbox.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
aszlig
77d424875c
chromium: Temporarily use bundled zlib.
...
Well, after looking a bit more thoroughly through the zlib patch from the
Chromium team, it seams, that this really fix an issue that hasn't yet been
applied upstream. Unfortunately neither Chromium nor Zlib give more information
about that issue. Maybe they're waiting until its resolved upstream and thus the
temporary patch?
The bad news is, that the fix for the vulnerability is incomplete in Chromium
and covers only the use cases of Chromium itself, so we can't include that
patched version in nixpkgs zlib derivation.
Until the issue is fixed upstream we're hereby safer off turning it off in
Chromium and thus use the bundled and patched version.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 07:33:51 +02:00
Shea Levy
5a6fd3d510
llvm: Bump to 3.1
2012-10-07 23:25:11 -04:00
aszlig
c6c7019091
haxe: Remove build files of haxelib/haxedoc early.
...
Previously, we installed std by omitting the tools directory. Now, there are
occasions where you actually want to use things like tools.haxelib from within
your project, for example to create something that interfaces with the haxelib
API. So we now just remove all files in there that were created during the main
build in postBuild.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 02:26:09 +02:00
Shea Levy
529fee610b
libicns: Bump
2012-10-07 18:22:30 -04:00
Shea Levy
2f8ab5e651
Merge branch 'refind' into upstream
2012-10-07 17:54:30 -04:00
aszlig
c585be8619
neko: Correctly set 64bit mode in build.
...
Neko seems to think it is running in 32bit, even though it is compiled for
64bit. The fix is included in 1.8.3, which is not yet released as of now, so we
add a temporary fix until the release.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 23:13:56 +02:00
Cillian de Róiste
65358fad8c
Upgrade libraw1394 to 2.1.0
2012-10-07 23:02:32 +02:00
Shea Levy
026dd8b6f2
rEFInd: 0.4.5
2012-10-07 16:54:02 -04:00
Cillian de Róiste
fc817640e5
Tidy up the expression for the Calf audio plugin pack
2012-10-07 22:33:50 +02:00
Cillian de Róiste
df5abaf8b4
Update the calf plugin pack to 0.0.19-rc7
...
This is a significant update with loads of new features, plugins and GUIs
2012-10-07 22:33:50 +02:00