Pascal Wittmann
980fee9fe0
Merge pull request #9142 from hiberno/bump-rofi-pass
...
rofi-pass: 2015-06-08 -> 2015-08-06
2015-08-06 10:13:33 +02:00
hiberno
3a07cc1317
rofi-pass: 2015-06-08 -> 2015-08-06
2015-08-06 09:51:13 +02:00
hiberno
afdf985244
pamixer: 1.2.1 -> 1.3
2015-08-06 09:37:39 +02:00
William A. Kennington III
f6c1004b2a
firefox: Use more system libraries
...
Use system libpng with apng support.
Use the system icu which works fine in newer firefox builds.
Use jemalloc to speed up memory allocations and reduce fragmentation.
2015-08-05 23:26:34 -07:00
William A. Kennington III
5c6aa391fc
chromium: Cleanup old patch and update stable
2015-08-05 19:27:29 -07:00
William A. Kennington III
370add9d80
chromium: update.sh Shouldn't use cached hashes as they often change upstream for the same version
2015-08-05 19:25:56 -07:00
William A. Kennington III
d9358f1879
Merge pull request #9117 from benley/chromium-xdg
...
chromium: fix opening URLs from associated mime types
2015-08-05 17:08:30 -07:00
Herwig Hochleitner
150cbd6a65
dropbox: 3.6.9 -> 3.8.5
2015-08-05 23:56:54 +02:00
Pascal Wittmann
3dbdac801c
org-mode: update from 8.2.10 to 8.3
2015-08-05 14:35:35 +02:00
Eelco Dolstra
525c901ce9
Make svn2git visible to nix-env
2015-08-05 14:33:12 +02:00
Eelco Dolstra
9657be0b95
svn2git-kde: Mark as broken
...
The source repository no longer exists.
2015-08-05 14:33:03 +02:00
Marco Maggesi
ba3a4a892e
Update fossil to version 1.33
2015-08-05 14:09:33 +02:00
Cillian de Róiste
4c85902d70
samplv1: update from 0.6.3 to 0.7.0
2015-08-05 10:29:23 +02:00
Cillian de Róiste
642a7ca1d7
guitarix: update from 0.32.3 to 0.33.0
2015-08-05 10:29:00 +02:00
Cillian de Róiste
5a7f1251fe
drumkv1: update from 0.6.3 to 0.7.0
2015-08-05 10:28:43 +02:00
Charles Strahan
7c1a3da1c4
macvim: fix bad copy/paste in 6f08fdd26
...
In 6f08fdd26
, I left in a typo after copying from my `~/.nixpkgs/config`.
I would normally test this out locally, but I'm fixing up my conf locally,
and, in the interest of not forgetting to push this change up, made the edit
through GitHub's UI.
Oops.
2015-08-04 17:46:45 -05:00
Charles Strahan
6f08fdd26a
macvim: 7.4.479 -> 7.4.648
...
This updates macvim to 7.4.648. This also fixes the build, which was broken when I set the default Ruby version to 2.2.2 (one of the symbols was renamed).
2015-08-04 17:42:08 -05:00
Benjamin Staffin
501f667958
chromium: fix opening URLs from associated mime types
...
It helps to actually pass the URL to chromium :)
Related to #4370
2015-08-04 14:39:17 -07:00
Null is Too Long
804f0098ef
thunderbird-bin: fix icon path
2015-08-04 12:23:28 -04:00
Arseniy Seroka
a75c725fd4
Merge pull request #7954 from qknight/inkscape_boxmaker
...
inkscape with boxmaker plugin
2015-08-04 17:14:35 +03:00
Arseniy Seroka
d649a1d88f
telegram-cli: 2014-03-04 -> 2015-07-30 & add maintainer
2015-08-04 17:11:36 +03:00
Pascal Wittmann
6469382809
calibre: update from 2.31.0 to 2.33.0
...
moved from sourceforge to github as sourceforge is outdated
2015-08-04 13:55:08 +02:00
Pascal Wittmann
76b5c75d48
dwb: mark it as broken, closes #7952
2015-08-04 13:04:14 +02:00
Pascal Wittmann
2dc42b1eec
llpp: update to 2015-07-30, fix build and don't fetch submodules
2015-08-04 13:00:35 +02:00
Jaka Hudoklin
69970d3b53
Merge pull request #9111 from benley/docker-1.7.1
...
docker: 1.6.0 -> 1.7.1
2015-08-04 12:16:39 +02:00
Charles Strahan
bc042fe0ff
mesos: 0.22.1 -> 0.23.0
2015-08-04 06:11:32 -04:00
Benjamin Staffin
f098967293
chromium: Fix widevine ppapi plugin loading
...
See "Running a plugin in Chrome" section at:
https://www.chromium.org/developers/design-documents/pepper-plugin-implementation
The colon between the plugin's description and its mime type is indeed
supposed to be a semicolon, according to that design doc.
2015-08-03 20:37:35 -07:00
Benjamin Staffin
a5cdd98da4
docker: 1.6.0 -> 1.7.1
2015-08-03 20:20:56 -07:00
aszlig
86b695a18e
vbox-guest: Remove all references to sbin/.
...
Using $storepath/sbin is deprecated according to commit 98cedb3
, so
let's avoid putting anything in .../sbin for the guest additions.
This is a continuation of the initial commit done by @ctheune at
1fb1360, which unfortunately broke VM tests and only changed the path of
the mount.vboxsf helper.
With this commit, the VM test is fixed and I've also verified on my
machine that it is indeed working again.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-04 03:03:24 +02:00
aszlig
a26edf0f77
vbox-guest: Merge pull request #9063 from ctheune.
...
This places mount.vboxsf in $out/bin instead of sbin, because as
reported in #9063 it seems that the the mount tools are no longer
looking into $storepath/sbin/mount.$what but into
$storepath/bin/mount.$what instead.
However, I haven't found any commit which changes this behavior and
couldn't reproduce it. Also, merging this will break the VirtualBox
tests, but I'm merging it anyway in an effort to remove $storepath/sbin
from virtualboxGuestAdditions entirely.
Tested against virtualbox NixOS VM test, which of course failed as said
before.
2015-08-04 01:16:35 +02:00
Nikolay Amiantov
fcc6716680
openbox: propagate some dependencies
2015-08-03 17:16:07 +03:00
Tobias Geerinckx-Rice
87853e7753
clipgrab: add 1080p (ffmpeg) support
...
Support is optional (pass ffmpeg = null), but enabled by default.
2015-08-03 01:41:56 +02:00
Tobias Geerinckx-Rice
dad99aae8e
clipgrab: 3.4.11 -> 3.5.1
2015-08-03 01:41:56 +02:00
Michael Raskin
b49fc96617
Use GNOME-enabled libsoup in Midori as the build fails otherwise
2015-08-03 00:31:07 +03:00
Arseniy Seroka
372e5a7dcf
Merge pull request #9072 from benley/shout
...
Shout: new package and nixos module
2015-08-02 16:07:36 +03:00
William A. Kennington III
479a43cf74
Merge pull request #9071 from danbst/mercurial
...
Mercurial: update to 3.4.2
2015-08-01 13:17:55 -07:00
Jonathan Rudenberg
abaedd5de5
makemkv: 1.9.4 -> 1.9.5
2015-08-01 13:33:28 -04:00
ts468
2b284a3d1d
Merge pull request #8833 from ts468/upstream.xen
...
xen: fixes (authored by michalpalka)
2015-08-01 16:59:40 +02:00
Nikolay Amiantov
49c14b1553
Merge pull request #9065 from abbradar/mumble-celt
...
mumble: use our celt library
2015-08-01 12:17:25 +03:00
Benjamin Staffin
f4502e650b
shout: init at 0.51.1
...
Shout is an IRC client with a nice web interface.
2015-07-31 16:08:10 -07:00
danbst
40061f66ce
mercurial: bump 3.3.3 -> 3.4.2
2015-07-31 20:18:20 +00:00
Arseniy Seroka
5945655fd6
Merge pull request #9049 from AndersonTorres/cmatrix
...
cmatrix: init at 1.2a
2015-07-31 15:28:26 +03:00
Nikolay Amiantov
47bb91194b
mumble: use our celt library
2015-07-31 13:41:43 +03:00
Christian Theune
1fb1360ae2
virtualbox: place mount.vboxsf in bin/ instead of sbin/
...
The mount tools aren't looking in sbin/ any longer.
2015-07-31 06:38:28 +00:00
Thomas Tuegel
ebe0befd86
Merge branch 'quassel'
2015-07-30 21:51:37 -05:00
Tobias Geerinckx-Rice
e71a992b1f
Merge pull request #9046 from vbgl/mupdf-1.7a
...
mupdf: 1.7 -> 1.7a
2015-07-31 04:14:41 +02:00
Tobias Geerinckx-Rice
6c6201a99b
Remove unnecessary rec{s from "my" packages
2015-07-31 02:02:07 +02:00
Eelco Dolstra
55932c1bec
Don't statically depend on cacert for certificates
...
This reverts commit cd52c04456
and
others.
Managing certificates (including revoking certificates and adding
custom certificates) becomes extremely painful if every package in the
system potentially depends on a different copy of cacert. Also, it
makes updating cacert rather expensive.
2015-07-31 01:34:58 +02:00
William A. Kennington III
85134cc386
chromium: Updates
2015-07-30 12:12:08 -07:00
Vincent Laporte
edd76966cb
qarte: 2.2.0-147 -> 2.3.0
2015-07-30 20:34:02 +02:00