Damien Cassou
9593caf2b1
Merge pull request #9202 from NixOS/update-backintime-1.1.6
...
backintime: 1.1.4 -> 1.1.6
2015-08-11 18:22:48 +02:00
Damien Cassou
c36c7fe33d
backintime: 1.1.4 -> 1.1.6
2015-08-11 18:10:50 +02:00
Vladimír Čunát
8f2be7122c
emacs24: style fixups
...
Unused gtk parameter, "incorrect" usage of optional.
2015-08-11 17:26:51 +02:00
Sven Keidel
81230e0b44
gtkpod: 2.1.4 -> 2.1.5
...
This fixes some issues with libanjuta. The previous version spitted out hundrets
of error messages whenever gtkpod changed the progressbar. This issue is fixed
in 2.1.5.
2015-08-11 16:10:45 +02:00
aszlig
18b2a21583
synergy: Fix support for XRandR again.
...
Regression introduced by f91dacdd07
.
Accidentally thought that it's compiling with XRandR support enabled,
because the cmake output said so:
Looking for XRRQueryExtension in Xrandr - found
Unfortunately, despite this message, the relevant part is:
Looking for XRRNotifyEvent - not found
So, ea4afb7
still holds true and I've added a small comment to avoid
this from happening in the future.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 15:04:28 +02:00
aszlig
5c7f05c1be
synergy: Update meta.description + meta.homepage.
...
I don't know what a "mouse keyboard" is, but instead of fixing the
description, let's use the one from the upstream README file, which is
also shorter than what we previously had.
The homepage http://synergy-foss.org/ is outdate since ages, so let's
point to the new site.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 13:16:10 +02:00
aszlig
f91dacdd07
synergy: Update from version 1.6.3 to 1.7.4.
...
Quite a lot of upstream changes happened in between, so here are the
upstream changes:
https://github.com/synergy/synergy/releases/tag/1.7.0
https://github.com/synergy/synergy/releases/tag/v1.7.1-stable
https://github.com/synergy/synergy/releases/tag/v1.7.2-stable
https://github.com/synergy/synergy/releases/tag/v1.7.3-stable
https://github.com/synergy/synergy/releases/tag/v1.7.4-stable
The upstream project has stopped using cryptopp
(synergy/synergy@80343c4 ) and now uses OpenSSL instead (see issue
synergy/synergy#4313 ) so we no longer need our patch.
Also, the issue for the 'install' target has been closed as obsolete and
although they had such a target in the meantime, it has been removed
again in synergy/synergy@d1eb7a6 , so let's not rely on it anymore and
remove the comment on the closed/obsolete issue.
Forcing support for XRandR in the CMakeLists.txt file isn't needed
anymore, because the issues mentioned in ea4afb7
have been fixed
upstream.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
2015-08-11 13:08:51 +02:00
Luca Bruno
43c3664ec6
vanubi: 0.0.14 -> 0.0.16
2015-08-11 12:19:28 +02:00
aszlig
471cdd15e2
chromium: Update beta and dev channels.
...
Overview of the updated versions:
beta: 45.0.2454.15 -> 45.0.2454.26
dev: 45.0.2454.15 -> 46.0.2471.2
Changes for getting beta and dev channel to build:
* The reference for chrome::FILE_FLASH_PLUGIN doesn't exist anymore in
version 46, because it has been dropped upstream, see the following
review URL:
https://codereview.chromium.org/1255943002
We set the PPAPI Flash path using a command line flag anyway, so it
doesn't hurt us if we don't patch that path (which was an old
artifact from the NSAPI->PPAPI conversion anyway).
Changes for the dev channel only:
* It seems that in the SCM, chrome/test/data/webui/ contains a lot of
files, however they are missing in the tarball.
This has been reported upstream at: https://crbug.com/515917
Our fix is to just not include webui/i18n_process_css_test.html at
all, to avoid the configure (gyp) phase to fail, because we're not
building tests anyway.
All channels built and tested by my Hydra instance at:
https://headcounter.org/hydra/eval/218978
Test reports:
x86: https://headcounter.org/hydra/build/723341/download/1/log.html
x86_64: https://headcounter.org/hydra/build/723342/download/1/log.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 12:17:38 +02:00
Robert Helgesson
24a5d47883
eclipse.plugins: unpack plugins when required
...
Some plugin bundles must be unpacked when used in Eclipse. With this
change the plugin manifest is checked for the setting indicating that
unpacking should happen.
2015-08-10 23:12:03 +02:00
Robert Helgesson
7d60bb48eb
scala-eclipse: 4.1.0 -> 4.1.1
2015-08-10 23:12:03 +02:00
Robert Helgesson
d0bbbd42f0
eclipse.plugins: remove useless function arguments
...
Simplifies `buildEclipsePlugin` and `buildEclipseUpdateSite` functions
such that they require only absolutely necessary arguments. Also
add/expand comments slightly.
2015-08-10 23:12:03 +02:00
Robert Helgesson
0bbaba47e9
eclipses: do not recurse into plugins.nix
...
It does not really make sense to install the plugin packages directly as
they are intended for use with `eclipseWithPlugins`. Therefore it is
best not to present them to users as such.
2015-08-10 23:12:03 +02:00
Robert Helgesson
4134d6b5b9
eclipse-acejump: init at 1.0.0.201501181511
2015-08-10 23:12:03 +02:00
Robert Helgesson
b253f95529
eclipses.plugins: put standard builders in set
...
This makes these builder functions available for use outside the file.
That is, plugins can be defined out-of-tree.
2015-08-10 23:12:03 +02:00
Robert Helgesson
c24e01665b
eclipses.plugins: add buildEclipsePluginBase
...
This function provides functionality common to all Eclipse plugin
builders. In particular, it sets a package name and flags the derivation
as an Eclipse plugin.
2015-08-10 23:12:03 +02:00
Robert Helgesson
2fca9e09c4
eclipse-platform: init at 4.5
2015-08-10 23:12:03 +02:00
Robert Helgesson
35eade30ff
eclipse-scala: init at 4.1.0
2015-08-10 23:12:03 +02:00
Robert Helgesson
89dd331906
eclipse-jdt: init at 4.5
2015-08-10 23:12:03 +02:00
Robert Helgesson
35a24a7977
eclipse-testng: init at 6.9.5.201506120235
2015-08-10 23:12:03 +02:00
Robert Helgesson
95cb770b53
eclipse-eclemma: init at 2.3.2.201409141915
2015-08-10 23:12:03 +02:00
Robert Helgesson
d16bb1af3d
eclipse-checkstyle: init at 6.5.0.201504121610
...
Also add helper function for building packages from downloaded Eclipse
update site.
2015-08-10 23:12:03 +02:00
Robert Helgesson
28bb4e4018
eclipse-color-theme: init at 1.0.0.201410260308
2015-08-10 23:12:02 +02:00
Robert Helgesson
543da4e00f
eclipse-findbugs: init at 3.0.1.20150306-5afe4d1
2015-08-10 23:12:02 +02:00
Robert Helgesson
90edb9e5ae
eclipse-emacsplus: init at 4.2.0
2015-08-10 23:12:02 +02:00
Robert Helgesson
733d902299
eclipse-anyedittools: init at 2.4.15.201504172030
...
This commit also introduces some infrastructure surrounding Eclipse
plugins.
2015-08-10 23:12:02 +02:00
Robert Helgesson
3310ebe993
eclipses: add function eclipseWithPlugins
...
This function allows installation of a given Eclipse with a given list
of Eclipse plugins.
2015-08-10 23:12:02 +02:00
Vladimír Čunát
cf1b771b2e
lyx: maintenance update
2015-08-10 15:57:24 +02:00
Alexei Robyn
417dd5528e
pidgin-opensteamworks: init at v1.5.1
...
Adds pidgin-opensteamworks, a Pidgin plugin to add support for the
Steam Friends/Steam IM service
2015-08-10 13:27:27 +10:00
goibhniu
a2064d9abb
Merge pull request #9187 from magnetophon/x42-plugins.master
...
x42-plugins : 2014-11-01 -> 2015-07-02
2015-08-09 23:50:24 +02:00
Bart Brouns
11f638506a
x42-plugins : 2014-11-01 -> 2015-07-02
2015-08-09 21:23:20 +02:00
goibhniu
6cfff02b9b
Merge pull request #9184 from magnetophon/ardour-master
...
ardour: 4.0 -> 4.1
2015-08-09 20:45:20 +02:00
Bart Brouns
201650325c
ardour: 4.0 -> 4.1
2015-08-09 18:37:08 +02:00
Pascal Wittmann
2c9c135ee2
calibre: update from 2.33.0 to 2.34.0
2015-08-09 16:15:23 +02:00
Pascal Wittmann
e3c2a6da2a
Merge pull request #9180 from magnetophon/ir.lv2.master
...
ir.lv2 : fix $out creation
2015-08-09 15:33:54 +02:00
Pascal Wittmann
ef9103f7f9
Merge pull request #9176 from svenkeidel/gpodder-3-8-4
...
gpodder: 3.8.3 -> 3.8.4
2015-08-09 15:15:58 +02:00
Bart Brouns
b92259d68f
fix $out creation of ir.lv2
2015-08-09 15:13:50 +02:00
Pascal Wittmann
57de9d1f7d
Merge pull request #9171 from hiberno/bump-bar
...
bar: 1.0 -> 1.1
2015-08-09 13:15:08 +02:00
Sven Keidel
306575d95c
gpodder: 3.8.3 -> 3.8.4
2015-08-09 12:06:34 +02:00
Damien Cassou
a73336ad67
pencil 2.0.11 -> 2.0.13
2015-08-09 00:08:05 +02:00
hiberno
2104e01ec7
bar: 1.0 -> 1.1
2015-08-08 23:55:28 +02:00
Bjørn Forsman
6542c344bc
ngspice: rename pkgname (s/ng-spice-rework/ngspice/)
...
I think the previous name comes from the fact that some older versions
were distributed in tarballs named ng-spice-rework-<version>. But now
the "rework" name seems odd; most references I found on the internet
calls the package "ngspice". Fix it.
2015-08-08 20:02:30 +02:00
Michael Raskin
e346b417d3
gajim: 0.16.1 -> 0.16.3
2015-08-08 21:01:31 +03:00
Michael Raskin
081dff71be
baresip: 0.4.13 -> 0.4.14
2015-08-08 21:01:31 +03:00
Michael Raskin
6863fde515
E prover: 1.8 -> 1.9
2015-08-08 21:01:31 +03:00
Nicolas B. Pierron
da74a8dc35
Merge pull request #9166 from taku0/thunderbird-38.1.0
...
thunderbird: 31.7.0 -> 38.1.0
2015-08-08 18:46:05 +02:00
taku0
f059656ef2
thunderbird: 31.7.0 -> 38.1.0
2015-08-08 23:25:24 +09:00
lethalman
260438a8e0
Merge pull request #9152 from ericsagnes/mupdf
...
mupdf: desktop file fix
2015-08-08 15:34:25 +02:00
lethalman
494a1eace8
Merge pull request #9162 from dochang/git-crypt
...
Add new package git-crypt
2015-08-08 15:33:02 +02:00
Michael Raskin
db9679259a
LibreOffice: Kill one failing test which is fragile elsewhere, too
2015-08-08 16:24:44 +03:00
Michael Raskin
24517d331a
Update LibreOffice sources for 5.0.0.
2015-08-08 16:24:44 +03:00
Desmond O. Chang
f3cb701085
git-crypt: init at 0.5.0
2015-08-08 17:04:07 +08:00
Tobias Geerinckx-Rice
4ed5b4c7fd
dfasma: patch around broken version detection
2015-08-08 04:06:17 +02:00
Tobias Geerinckx-Rice
d708a73e46
dfasma: 1.0.1 -> 1.1.2
...
To quote upstream: many bug fix.
2015-08-08 04:06:17 +02:00
Pascal Wittmann
590e11bc53
mesos: fix build by applying patch from review.apache.org
2015-08-07 18:14:18 +02:00
Pascal Wittmann
45c284c955
org: update from 8.3 to 8.3.1
2015-08-07 18:14:17 +02:00
Eelco Dolstra
0a8755b737
Merge pull request #9159 from taku0/firefox-bin-39.0.3
...
firefox-bin: 39.0 -> 39.0.3
2015-08-07 16:00:26 +02:00
Peter Simons
c67aaca6d9
emacs-haskell-mode: switch default to git version
...
We track the git version, because haskell-mode does not provide regular
releases except via MELPA, which our Emacs infrastructure does not support yet.
2015-08-07 15:13:14 +02:00
taku0
bc88e645cc
firefox-bin: 39.0 -> 39.0.3
2015-08-07 22:09:25 +09:00
vbgl
e16be46be2
Merge pull request #9138 from vbgl/master
...
qgis: fix python console and processing plugin
2015-08-07 14:56:11 +02:00
Jascha Geerds
84a4ed9a46
rtv: 1.4 -> 1.4.2
2015-08-07 14:18:01 +02:00
hiberno
152a8b82a8
rofi-pass: 2015-08-06 -> 1.0
...
Upstream switched to (semantic) versioning, this commit reflects that
change.
2015-08-07 10:15:44 +02:00
Eric Sagnes
404b375948
mupdf: desktop file fix
2015-08-07 13:42:37 +09:00
James Cook
9f79830345
firefox: 39.0 -> 39.0.3
2015-08-06 21:21:07 -07:00
Tobias Geerinckx-Rice
fa7a0f24a4
Revert "simple-scan: fix build by adding lcms to buildInputs"
...
This reverts commit 37ff33196f
.
This can't be it. `lcms` and `lcms2` are two entirely different packages.
Furthermore, the dependency is propagated through colord and should be
fixed there, if needed.
2015-08-07 01:45:18 +02:00
Jan Malakhovski
9966ec4e54
notmuch: fix gpg path in notmuch-config.c
...
Fixes errors when attempting to decrypt an encrypted message.
I'm not sure that `crypto.c` needs to be patched after this, since this setting
should propagate there, but let's play it safe.
2015-08-06 22:11:29 +02:00
Arseniy Seroka
d25014a3cd
Merge pull request #9060 from oxij/emacs-cleanup
...
Cleanup in emacs-packages
2015-08-06 20:54:46 +03:00
Vincent Laporte
ec5940a496
qgis: fix python console and processing plugin
2015-08-06 17:17:39 +02:00
Pascal Wittmann
37ff33196f
simple-scan: fix build by adding lcms to buildInputs
2015-08-06 16:32:46 +02:00
Tobias Geerinckx-Rice
dc5f33b395
fmit: make ALSA and JACK2 capture support optional
...
Both are off by default. The default (and already built-in) Qt capture
source should just work.
2015-08-06 16:21:58 +02:00
Tobias Geerinckx-Rice
9704396f09
fmit: 1.0.0 -> 1.0.5
...
Now with Qt 5 and a new build system. Who uses "make install" anyway?
2015-08-06 16:21:58 +02:00
vbgl
4d22b539b8
Merge pull request #9070 from danbst/tortoise-hg
...
new package: TortoiseHg and dependencies
2015-08-06 12:55:56 +02:00
lethalman
2f97de9191
Merge pull request #9144 from ambrop72/openscad-update
...
openscad: 2014.03 -> 2015.03-1
2015-08-06 11:58:22 +02:00
lethalman
a0f50b487e
Merge pull request #9108 from titanous/libcec3
...
libcec 3.0
2015-08-06 11:49:24 +02:00
Ambroz Bizjak
ce32291716
openscad: 2014.03 -> 2015.03-1
...
- Added dependencies harfbuzz, qscintilla, gettext.
- Removed redundant CFLAGS hack for eigen.
2015-08-06 10:30:17 +02:00
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
Jonathan Rudenberg
387517da84
kodi: Fix libcec build
2015-08-03 19:51:59 -04: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
danbst
fc155f74d6
tortoisehg: init at 3.4.2
2015-07-31 19:29:29 +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
Jan Malakhovski
56fbeb7a93
emacs-packages: add automatic meta.homepages to builders, cleanup other expressions
...
Because we can.
2015-07-31 02:02:04 +00: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
aszlig
8d34b4a46a
chromium: Add another mirror for Chrome deb.
...
The only mirror left which still has the .deb for 44.0.2403.89 is
http://mirror.pcbeta.com/ , but that one doesn't seem to be reachable
from certain contries.
And according to @CestDiego, it doesn't seem to be reachable from within
the US.
Closes #9021 , thanks to @CestDiego for reporting.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Diego Berrocal <cestdiego@gmail.com>
Tested-by: Diego Berrocal <cestdiego@gmail.com>
2015-07-30 19:57:38 +02:00
Vladimír Čunát
7c291e2e59
super-user-spark: init at 0.1.0.0 ( close #8894 )
...
Super-User-Spark is a program for managing dotfiles.
The author is Tom Sydney Kerckhove.
Details on usage can be found on his [blogpost] as well as the [reddit thread].
[blogpost]: http://cs-syd.eu/posts/2015-07-19-super-user-spark.html
[reddit thread]: http://www.reddit.com/r/haskell/comments/3dsdi5/more_than_just_another_symlink_manager_written_in/
2015-07-30 19:14:38 +02:00
lethalman
8230f0a379
Merge pull request #8908 from devhell/boinc
...
boinc: 7.4.14 -> 7.4.42
2015-07-30 18:52:34 +02:00
lethalman
35231964af
Merge pull request #8859 from rycee/update/gimpPlugin.gmic
...
gimpPlugins.gmic: 1.5.7.2 -> 1.6.5.0
2015-07-30 18:19:20 +02:00
Arseniy Seroka
25334ab40a
Merge pull request #9052 from matthiasbeyer/update-ncmpcpp
...
ncmpcpp: 0.6.4 -> 0.6.5
2015-07-30 16:42:08 +03:00
Luca Bruno
8dbc328ad6
shotwell: use gnome3.rest to fix build
2015-07-30 13:01:03 +02:00
Matthias Beyer
f2131c7aea
ncmpcpp: 0.6.4 -> 0.6.5
2015-07-30 11:03:26 +02:00
William A. Kennington III
0e947e00a0
git: 2.4.6 -> 2.5.0
2015-07-29 18:15:08 -07:00
AndersonTorres
219debbedd
cmatrix: init at 1.2a
2015-07-29 18:36:02 -03:00
Vincent Laporte
2152fd7f1e
mupdf: 1.7 -> 1.7a
2015-07-29 19:47:03 +02:00
Bjørn Forsman
f595450912
eclipse: switch to officially mirrored download URLs
...
That is, replace all mirror specific URLs with the generic form:
http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/path/to/file
* r=1 auto-redirects to best mirror
* nf=1 returns HTTP 404 if there is no file, instead of HTML data
It's documented here:
http://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F
All URLs are tested (they work).
2015-07-29 13:41:35 +02:00
lethalman
5b3c3adce1
Merge pull request #9033 from kamilchm/qtile-pkg
...
qtile: init at 0.10.1
2015-07-29 12:04:48 +02:00
Tobias Geerinckx-Rice
936b8dc2c7
x2goclient: 4.0.4.0 -> 4.0.5.0
2015-07-29 00:19:31 +02:00
Arseniy Seroka
44b9366810
Merge pull request #9032 from devhell/canto
...
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
2015-07-29 00:34:50 +03:00
Arseniy Seroka
0117488423
Merge pull request #8987 from Profpatsch/texmacs-update
...
texmacs: update to 1.99.2
2015-07-29 00:27:12 +03:00
devhell
8d41ccf6f9
boinc: 7.4.14 -> 7.4.42
...
As it turns out BOINC moved their git repository to Github sometime
shortly after the first update to this derivation. Their wiki change
makes this quite clear:
https://boinc.berkeley.edu/trac/wiki/SourceCodeGit?action=diff&version=54
Slight refactor and the changelog for this release can be found here:
https://boinc.berkeley.edu/trac/wiki/VersionHistory
Build and run were successful.
2015-07-28 22:01:26 +01:00
Kamil Chmielewski
e610f27c43
qtile: init at 0.10.1
2015-07-28 22:55:32 +02:00
devhell
9dbde02381
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
...
Built and tested locally. The changelog can be found here:
http://codezen.org/canto-ng/news/
2015-07-28 21:05:14 +01:00
Bjørn Forsman
a20470ee33
hamster-time-tracker: init at 1.04
...
https://projecthamster.wordpress.com/
Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
Bjørn Forsman
3715c2e089
eclipses: add eclipse-cpp-4.5 (Mars release)
2015-07-28 21:18:54 +02:00
lethalman
37e554828d
Merge pull request #8878 from 2chilled/master
...
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann
679a941f26
synapse: init at 0.2.99.1
2015-07-28 17:25:28 +02:00