Commit Graph

44651 Commits

Author SHA1 Message Date
Christoph Hrdinka
e59c465103 nsd: add package version 4.0.3 2014-06-12 11:14:44 +02:00
Michael Raskin
dceda93bd0 Merge pull request #2543 from wizeman/u/zramswap
nixos: Add zram swap module
2014-06-12 13:01:29 +04:00
Michael Raskin
8dca1caeb9 Merge pull request #2479 from urv/master
upgraded calibre & scummvm and added haskel-monad-parallel nix expression
2014-06-12 12:59:15 +04:00
Michael Raskin
8007f32712 Merge pull request #2380 from wkennington/cache.search
network-interfaces: Add an option for specifying search to resolv.conf
2014-06-12 12:56:41 +04:00
Peter Simons
187e480329 haskell-crypto-numbers: disable the test suite to avoid spurious build failures
https://github.com/vincenthz/hs-crypto-numbers/issues/8
2014-06-12 10:32:11 +02:00
Michael Raskin
23869e0006 Merge pull request #2907 from falsifian/firefox_30
Firefox 30.0
2014-06-12 12:19:03 +04:00
Peter Simons
5becd18203 haskell-cabal2nix: update to version 1.63 2014-06-12 10:03:32 +02:00
Arvin Moezzi
58cbfedc5d scummvm: upgrade from 1.2.1 to 1.6.0 2014-06-12 09:30:39 +02:00
Arvin Moezzi
0dfd7efd36 calibre: upgrade from 1.31.0 to 1.35.0 2014-06-12 09:30:39 +02:00
Vladimír Čunát
1bcc2aa216 fix licenCe typos 2014-06-12 09:12:14 +02:00
John Wiegley
e02e3ec6f3 Merge pull request #2913 from sol/master
Update haskell-hspec2 to version 0.3.3
2014-06-12 01:32:07 -05:00
Simon Hengel
22a45575e4 Update haskell-hspec2 to version 0.3.3
(fixes broken Haddocks)
2014-06-12 14:28:47 +08:00
Anders Claesson
d7491e429a pass: install bash completion script 2014-06-12 07:46:39 +02:00
John Wiegley
bd66edeb4f Merge pull request #2911 from sol/master
Update haskell-hspec2 to version 0.3.1
2014-06-12 00:21:42 -05:00
Simon Hengel
837d1f406b Update haskell-hspec2 to version 0.3.1 2014-06-12 13:16:05 +08:00
Daniel Bergey
af3d448d33 pass(word-store): add option to include xclip in PATH
xclip is necessary for pass(word-store) to send passwords to the
clipboard / X-selection, rather than echoing to the terminal.

The option currently defaults to false, because someone may not want the
dependency on X libraries and also pass is really quick to build (it's
just a shell script).
2014-06-11 23:36:28 +02:00
Bjørn Forsman
9e46a0d748 gvfs: add more supported protocols in gnome 3.10. Closes #2880
This change has been successfully tested on gnome 3.12 (thanks
@lethalman!). Now bring it to gnome 3.10, which currently is the default
gnome3 version in NixOS.

I've build and run tested it (success: smb:// protocol now work in
Nautilus).
2014-06-11 23:10:40 +02:00
James Cook
4b55530bd2 nspr: update to 4.10.6
Required for Firefox 30.0.
2014-06-11 13:50:47 -07:00
taku0
22b0306976 thunderbird-bin: update to version 24.6.0 2014-06-11 22:33:26 +02:00
Vladimír Čunát
34091bf265 cudatoolkit: fix multiple outputs (close #2466) 2014-06-11 21:32:13 +02:00
Jos van den Oever
845b0e3ebc qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.
Close #2643.

Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task).
We'll see on Hydra.
2014-06-11 21:30:21 +02:00
Peter Simons
8d309c37a7 Merge pull request #2904 from bennofs/haskell-pipes-text
haskell-pipes-text: new expression
2014-06-11 21:25:30 +02:00
Bjørn Forsman
68a6c0e3e9 lilypond: unbreak build by adding t1utils to buildInputs
lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be
provided by texlive-core, but does no more  (since texlive-core-2014
update).
2014-06-11 21:17:50 +02:00
Bjørn Forsman
86d19319d6 t1utils: new package
t1utils is a collection of simple Type 1 font manipulation programs.
2014-06-11 21:17:49 +02:00
Rob Vermaas
8d8c761606 Revert "Add vtop, update some node packages."
This reverts commit cf3a2d04751fcc875656b0af6bf2e7f728cf770d.
2014-06-11 21:10:18 +02:00
Joel Taylor
58971f7b14 add htop fork for darwin (close #2690)
@vcunat made it a single conditional attribute.

Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:36:10 +02:00
Vladimír Čunát
e1775895a6 Merge #2711: add ansible-1.6.1
Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:29:55 +02:00
Kirill Elagin
751a01063d lib: Do not take string context into account
Close #2883.
2014-06-11 20:22:58 +02:00
System administrator
dbf92db3b9 teamviewer: fix broken links (close #2901) 2014-06-11 20:19:03 +02:00
James Cook
2fec892959 firefox: bump to 30.0. 2014-06-11 11:02:28 -07:00
Benno Fünfstück
0205ec7878 haskell-pipes-text: new expression 2014-06-11 18:49:48 +02:00
Austin Seipp
5a44c0a7ce Merge pull request #2899 from bennofs/nix-prefetch-revision
nix-prefetch-*: print fetched revision
2014-06-11 09:26:35 -05:00
Benno Fünfstück
063efadd69 nix-prefetch-{bzr,hg,svn}: print fetched revision 2014-06-11 14:42:39 +02:00
Benno Fünfstück
be25ce8f58 nix-prefetch-git: fix printing of revision
If the user explictly gives a ref such as "refs/heads/master", `git
rev-parse` failed because we only checked out the `fetchgit`
branch. Now, we also try `git rev-parse fetchgit` if the first call
fails, which fixes the issue.
2014-06-11 14:09:58 +02:00
Peter Simons
9b899d8600 esniper: update to version 2.31.0 2014-06-11 12:05:06 +02:00
Peter Simons
e82eda551e haskell-libmpd: test suite build is broken by recent hspec update 2014-06-11 11:12:57 +02:00
Peter Simons
a817ffe8c0 all-packages.nix: cosmetic changes 2014-06-11 11:01:10 +02:00
Peter Simons
66da23b011 lilypond: cosmetic changes 2014-06-11 11:00:35 +02:00
Rob Vermaas
08f9da2e8e Fix configuring httpd with custom user/group. 2014-06-11 10:18:37 +02:00
Rickard Nilsson
75ec418ec8 Merge pull request #2893 from soenkehahn/master
New Haskell packages
2014-06-11 10:04:00 +02:00
Sönke Hahn
de0520bb3a haskell-hspec2: new package, v0.3.0 2014-06-11 15:57:48 +08:00
Sönke Hahn
1d3477c422 haskell-io-memoize: new package, v1.0.0.0 2014-06-11 15:56:41 +08:00
Sönke Hahn
87154e257a haskell-spawn: new package, v0.3 2014-06-11 15:55:19 +08:00
Rickard Nilsson
756a3111dc Merge pull request #2891 from sol/master
Update haskell-hspec to version 1.10.0
2014-06-11 09:18:19 +02:00
Simon Hengel
0c40023efd Update haskell-hspec to version 1.10.0 2014-06-11 14:16:59 +08:00
Michael Raskin
acb0c21bc8 Update netlib 2014-06-11 10:05:57 +04:00
Michael Raskin
e0bdf466ef Update MITMProxy 2014-06-11 10:01:15 +04:00
Michael Raskin
cc13182795 Create a PIL symlink when installing PIL so the recommended way of importing PIL.something works 2014-06-11 10:01:15 +04:00
Evgeny Egorochkin
b415876bdb systemd service: fix issues with escaping when unit name contains '-'
systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
2014-06-11 04:08:13 +03:00
Austin Seipp
03d9bbcfa9 Merge pull request #2855 from cstrahan/xpwn-fix-darwin
Fix xpwn on Darwin and other case-insensitive file systems
2014-06-10 18:14:42 -05:00