koral
3070630aa7
webkitgtk: 2.6.2 -> 2.6.4
2014-12-29 21:55:35 +01:00
aszlig
597373bbd5
chromium: Precompile pycs instead of deleting.
...
This is more of an attempt rather than a real fix (or maybe it is? let's
see) for the corrupted .pyc files during build. I believe the reason we
get these are likely due to several instances of the Python interpreter
that run in parallel and one of these processes might still be writing
the .pyc file.
So, rather than deleting all .pyc files, we now precompile then in order
to avoid any build process trying to generate any .pyc file.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-25 07:10:12 +01:00
Charles Strahan
8127edc335
mailcore2: new package
...
MailCore 2 provides a simple and asynchronous API to work with e-mail
protocols IMAP, POP and SMTP.
Closes #5430
2014-12-24 22:48:01 -05:00
Charles Strahan
ebe75cf9c1
libetpan: bump version up to 1.6
2014-12-24 22:48:01 -05:00
Charles Strahan
86629f7c7f
libuchardet: new package
...
Yet another C wrapper for Mozilla's Universal Charset Detector C++ API.
2014-12-24 22:48:01 -05:00
Charles Strahan
7e4ca1cc75
libtidy: new package
...
A library and CLI to validate, correct, and pretty-print HTML files.
2014-12-24 22:48:01 -05:00
Charles Strahan
c5b47329ce
libctemplate: bump version to 2.3
...
Fixes some C++11 issues.
2014-12-24 22:48:01 -05:00
Karn Kallio
23010cf71a
gnupg: Port socket activation patch to version 2.1.1.
2014-12-24 19:16:38 +01:00
Domen Kožar
2af2d5a38c
Merge pull request #3835 from wkennington/master.qemu
...
qemu: 2.0.0 -> 2.2.0
2014-12-24 16:34:56 +01:00
Pascal Wittmann
19a979d9a2
cv: update to 0.6
2014-12-24 15:22:08 +01:00
Vincent Laporte
78ea82f11c
pyqt4: update from 4.10.2 to 4.11.3
2014-12-24 13:59:57 +01:00
Peter Simons
ea50da9041
haskell-libnotify: re-generate with cabal2nix (and override reference to pkgs.libnotify)
2014-12-24 13:43:42 +01:00
Bjørn Forsman
1a79e7ffdc
attic: fetchurl -> fetchzip
...
fetchzip calculates the hash of the extracted archive, so that
(irrelevant) changes done to the dynamically generated archive doesn't
cause our hash to be outdated.
2014-12-24 12:07:19 +01:00
Domen Kožar
20e0da55f5
add kodi 14.0 (renamed from xbmc, new release)
2014-12-24 10:57:41 +01:00
Domen Kožar
c998edfb6d
libcec: 2.1.4 -> 2.2.0
2014-12-24 10:57:41 +01:00
Peter Simons
157e63c6e6
Update default Haskell compiler from GHC 7.8.3 to 7.8.4.
2014-12-24 09:56:31 +01:00
Domen Kožar
6a236b214a
Merge pull request #5151 from offlinehacker/pkgs/pythonPackages/fig
...
pythonPackages: add fig
2014-12-24 09:54:13 +01:00
Evgeny Egorochkin
b6e68d24ea
KDE4: update 4.14.1 to 4.14.3
2014-12-24 03:40:20 +02:00
William A. Kennington III
f6622403c8
zfs: 0.6.3 -> 0.6.3-1.2
2014-12-23 17:05:02 -08:00
William A. Kennington III
7e8eea59ee
spl: 0.6.3 -> 0.6.3-1.2
2014-12-23 17:05:02 -08:00
Vladimír Čunát
3d9bbdb794
nvidia_x11: document the updating policy
...
CC #5070 .
2014-12-24 00:49:59 +01:00
Vladimír Čunát
fd9d8edc51
nvidia_x11: add 343 branch as the default ( close #5070 )
...
It's just a plain copy of the 340 expressions (only hash and version changed).
2014-12-24 00:06:46 +01:00
vbgl
d5ab3fb887
Merge pull request #5456 from k0ral/ncmpcpp
...
ncmpcpp: 0.6.1 -> 0.6.2
2014-12-24 00:02:27 +01:00
Vladimír Čunát
5a4feadd58
nvidia_x11: maintenance+security updates
...
It's supposed to fix GLX problems CVE-2014-8298, see:
http://nvidia.custhelp.com/app/answers/detail/a_id/3610
Tested building all atop 14.12, and running 340.* there.
2014-12-23 23:37:24 +01:00
koral
98c2b16c8f
ncmpcpp: 0.6.1 -> 0.6.2
2014-12-23 22:44:33 +01:00
koral
9eee22aaca
safe-rm: 0.11 -> 0.12
2014-12-23 22:32:49 +01:00
Domen Kožar
d682779be7
Merge pull request #5448 from bdimcheff/devede
...
Add devede
2014-12-23 22:13:03 +01:00
Domen Kožar
1980e6225d
Merge pull request #5428 from bdimcheff/fix-cups-filter-bash
...
Fix compiled-in /bin/bash in foomatic filters
2014-12-23 21:05:10 +01:00
Peter Simons
8311973759
Add GHC 7.8.4 and create haskellPackages_ghc784 package set.
2014-12-23 20:44:49 +01:00
Domen Kožar
667b97b5c2
fix selenium python bindings
2014-12-23 20:36:55 +01:00
William A. Kennington III
ebfd21de84
ceph: 0.90 final
2014-12-23 10:52:49 -08:00
Vincent Laporte
81a2b58c39
nixpkgs: remove redundant attribute sip
...
Because:
1. It is a mere alias of `pythonPackages.sip`
2. It is usually not needed since propagated by `pyqt4`
3. It makes it easy to have a packages depend on two different versions
of sip
2014-12-23 19:37:21 +01:00
Brandon Dimcheff
d76a42494b
add devede DVD creator gui
2014-12-23 12:31:45 -05:00
Eelco Dolstra
49f53f63f5
blender: Add OpenCOLLADA support
2014-12-23 18:17:09 +01:00
Brandon Dimcheff
139d7f6e1a
squish cups patches all into one statement
2014-12-23 11:53:58 -05:00
Domen Kožar
59807bf947
Merge pull request #5445 from pmahoney/connect
...
connect 1.104
2014-12-23 16:17:14 +01:00
Domen Kožar
415df72d0d
Merge pull request #5443 from rycee/morituri-cleanup
...
Cleanup of the 'morituri' expression.
2014-12-23 16:16:02 +01:00
Patrick Mahoney
a6f35b3e60
connect 1.104
...
Upstream moved to https://bitbucket.org/gotoh/connect
2014-12-23 09:07:39 -06:00
Eelco Dolstra
4a63787b78
pstack: Remove
...
It doesn't work anymore. And anyway, this probably shouldn't have been
a package in the first place (it's just some gdb options).
2014-12-23 16:07:02 +01:00
Robert Helgesson
9715af37b0
Cleanup of the 'morituri' expression.
...
- Replaces brittle path substitutions by patch.
- Adds `namePrefix = ""` to avoid python prefix.
2014-12-23 14:07:53 +01:00
Peter Simons
4bb1e611a2
Merge pull request #5440 from ip1981/strongswan
...
Patches to Strongswan
2014-12-23 13:02:08 +01:00
Peter Simons
cbe0a81041
all-packages.nix: strip trailing whitespace
2014-12-23 12:51:49 +01:00
Peter Simons
f0c80e1ced
haskell-mode: add current snapshot of git 'master' branch as a low-prio alternative to the (fairly old) release version
2014-12-23 12:50:43 +01:00
Lluís Batlle i Rossell
8885c992fd
Updating xpdf to 3.04
...
(cherry picked from commit 0420a025e3
)
2014-12-23 11:34:56 +01:00
Cray Elliott
d54db47b3c
add new emulator, nestopia undead
2014-12-23 02:33:00 -08:00
Domen Kožar
d2e6891be9
trash-cli: assert we're on linux
2014-12-23 11:30:56 +01:00
Domen Kožar
beff50e501
Merge pull request #5426 from ts468/enlightenment
...
Update: Enlightenment 0.19.1 -> 0.19.2
2014-12-23 11:18:56 +01:00
Domen Kožar
168f541724
Merge pull request #5442 from rycee/package/trash-cli
...
Add package 'trash-cli'.
2014-12-23 11:17:41 +01:00
Siarhei Zirukin
3bd2c4dabf
gqrx: update 2.3.0 -> 2.3.2
...
[Bjørn: use 'gqrx:' commit message prefix]
2014-12-23 10:25:46 +01:00
Robert Helgesson
b017231a21
Add package 'trash-cli'.
2014-12-23 10:22:37 +01:00