1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

8259 commits

Author SHA1 Message Date
lethalman 220f6927d2 Merge pull request #5794 from matthiasbeyer/add-ctodo
Add package: ctodo
2015-01-17 15:15:51 +01:00
vi d47bec44e6 ZNC: added "privmsg" module. 2015-01-16 18:45:03 +00:00
Matthias Beyer 91e4ef3488 Fixup: Add platform 2015-01-16 17:18:06 +01:00
Matthias Beyer f3f06fc1cc Fixup: Use archive instead of git clone 2015-01-16 17:17:35 +01:00
Domen Kožar 7d5206b08a Merge pull request #5802 from DamienCassou/backintime-1.1.0
Update backintime to 1.1.0
2015-01-16 14:37:03 +01:00
Damien Cassou 2bdfa515c9 Update backintime to 1.1.0
This release removed the Gnome UI to only keep the Qt4 one.
2015-01-16 10:31:16 +01:00
Matthias Beyer ddc0d43115 Add package: ctodo 2015-01-15 22:56:09 +01:00
Pascal Wittmann e01d24bd72 Merge pull request #5773 from matthiasbeyer/add-cortex
Add cortex in applications/misc
2015-01-15 18:32:48 +01:00
Matthias Beyer 9261b976ee Add cortex in applications/misc 2015-01-15 17:13:40 +01:00
Pascal Wittmann 99496c8346 Merge pull request #5607 from AndersonTorres/xiphos
Xiphos: upgrade to 4.0.0
2015-01-15 12:01:53 +01:00
Pascal Wittmann db69fcd0bc gtmess: update from 0.96 to 0.97
and remove obsolete patch
2015-01-15 00:25:07 +01:00
Pascal Wittmann 398d1277c6 calibre: update from 2.15.0 to 2.16.0 2015-01-14 14:23:47 +01:00
Pascal Wittmann 82e07fb1e8 geeqie: update from 1.1 to 1.2
Fetch source from debian as the geeeqie team stopped using sourceforge, see
https://www.mail-archive.com/geeqie-devel@lists.sourceforge.net/msg01484.html
2015-01-14 14:23:46 +01:00
Pascal Wittmann 8fb18cf523 llpp: update to stable version 21 2015-01-14 14:23:46 +01:00
Domen Kožar b9cb0ce2ce Merge pull request #5756 from fredlebel/atom_0.171.0
Atom: updated to 0.171.0
2015-01-14 11:32:23 +01:00
Frederic LeBel 99c1916484 Atom: updated to 0.171.0 2015-01-13 19:46:48 -05:00
Brendan Long b46b15d868 syncthing: Update to 0.10.20. 2015-01-13 17:12:49 -06:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Vladimír Čunát 07966befee thunderbird: update, and refactor the expression
- use mach for building (the way Mozilla devs use),
- use --disable-debug-symbols to reduce build-time resource consumption
2015-01-13 22:10:39 +01:00
Luca Bruno 5f12045f34 blender: fix build after update to 2.73 2015-01-13 21:35:22 +01:00
Vladimír Čunát 1072635cf0 firefox: major bump 34.0.5 -> 35.0 2015-01-13 19:58:11 +01:00
Vladimír Čunát 38d4ef3cf4 liferea: minor update 2015-01-13 19:48:27 +01:00
Ricardo M. Correia 7d1d89e532 flashplayer: Update from 11.2.202.425 -> 11.2.202.429 2015-01-13 18:11:48 +01:00
Vladimír Čunát 7637e71cee merge #5521: give fetchgit outputs nicer names 2015-01-13 17:46:44 +01:00
Vladimír Čunát 3dfd87d7af fixup "git-export" directory names
All tested to build.
For freetalk the hash change seems unrelated to fetchgit changes.

FIXME: it might be suitable to adapt nix-prefetch-git.
2015-01-13 17:46:09 +01:00
devhell 5bda3e1b95 mediainfo-gui: 0.7.71 -> 0.7.72 2015-01-13 00:42:55 -08:00
devhell c7c196de6e mediainfo: 0.7.71 -> 0.7.72 2015-01-13 00:42:55 -08:00
devhell 29b3353a9e enhanced-ctorrent: Add package
This adds enhanced-ctorrent (ctorrent) which is a CLI-based bittorrent
client written in C++. It is very fast for those times when one wants to
simply add a torrent quick'n'dirty-style.
2015-01-13 00:38:06 -08:00
William A. Kennington III 6aaa655e9a Merge pull request #5719 from ehmry/qtbitcointrader
qtbitcointrader 1.08.02 -> 1.08.03
2015-01-12 23:07:28 -08:00
aszlig 536feffc68
chromium: Fix userns patch for kernel 3.18.2.
Writing the gid_map is already non-fatal, but the actual sandbox process
still tries to setresgid() to nogroup (usually 65534). This however
fails, because if user namespace sandboxing is present, the namespace
doesn't have CAP_SETGID at this point.

Fortunately, the effective GID is already 65534, so we just need to
check whether the target gid matches and only(!) setresgid() if it
doesn't.

So if someone would run a SUID version of the sandbox, it would still
work nonetheless without a negative impact on security.

Fixes #5730, thanks to @wizeman for reporting and initial debugging.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-13 06:18:10 +01:00
Brendan Long 2b597f3857 syncthing: Update to version 0.10.19. 2015-01-12 13:23:18 -06:00
aszlig dcbcc85fea
miro: Fix build by adding sqlite to buildInputs.
The dependency on sqlite was propagated through to miro by libsoup, but
with f570f97, it's no longer propagated anymore so we need to pass it to
the miro derivation directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
aszlig 947a4c582e
hub: Fix build with chrooted Nix.
The build script is a shell script which has a shebang using
/usr/bin/env, which isn't available in a chrooted Nix daemon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
Emery Hemingway e6ed7e3030 qtbitcointrader 1.08.02 -> 1.08.03 2015-01-11 18:11:14 -05:00
Michael Raskin dfb944087b Update StumpWM 2015-01-12 02:11:13 +03:00
Arseniy Seroka cc17ebdca8 Merge pull request #5689 from k0ral/mkvtoolnix
Added mkvtoolnix-cli = mkvtoolnix without GUI dependencies.
2015-01-12 02:07:40 +03:00
Johannes Bornhold f8247edd1c Add meta attributes to emacsPackages.d 2015-01-11 18:46:48 +01:00
Johannes Bornhold 860336e786 Add d-mode to emacs modes 2015-01-11 18:46:48 +01:00
Evgeny Egorochkin 9aeb2cdc2b calligra: fix dependencies, and add several new ones 2015-01-11 17:03:14 +02:00
Domen Kožar 44912c2ac1 Merge pull request #5598 from brendanlong/go-1.4
go: Update to 1.4
2015-01-11 07:46:58 +01:00
Domen Kožar 6eaefa8c31 Merge pull request #5660 from Calrama/seafile
seafile: update client, ccnet, libsearpc and shared
2015-01-11 07:44:43 +01:00
Domen Kožar 1361b75ef8 Merge pull request #5700 from eduarrrd/pianobar
pianobar: update to pianobar-2014.09.28
2015-01-11 07:43:29 +01:00
Domen Kožar 385315620b Merge pull request #5705 from nckx/fmit
Add fmit: Free Musical Instrument Tuner
2015-01-11 07:41:03 +01:00
Tobias Geerinckx-Rice 9fc1a35784 Add fmit: Free Musical Instrument Tuner 2015-01-11 03:19:40 +01:00
Eduard Bachmakov 0d7c055c54 pianobar: update to pianobar-2014.09.28
- libmad and faad have been dropped for libav
- CC is exported since pianobar forces CC=c99 else
- add myself to maintainers
2015-01-10 16:44:50 -05:00
Arseniy Seroka 0a80cf9e51 Merge pull request #5698 from abbradar/mumble-pa
mumble: add pulseaudio support
2015-01-10 23:49:21 +03:00
Nikolay Amiantov 663082b366 mumble: add pulseaudio support 2015-01-10 23:36:42 +03:00
Vincent Laporte 425935916c smtube: update from 14.8 to 14.12 2015-01-10 19:36:22 +01:00
vbgl c07db33941 Merge pull request #5685 from rycee/mpg321-updates
Update mpg321 from 0.2.13-2 to 0.3.2.
2015-01-10 14:59:18 +01:00
vbgl 967f343245 Merge pull request #5684 from k0ral/mkvtoolnix
mkvtoolnix: 7.3.0 -> 7.5.0
2015-01-10 14:46:32 +01:00