Commit graph

5356 commits

Author SHA1 Message Date
Ricardo M. Correia 38f85ac5ae flashplayer: Update to 11.2.202.310 (fixes 4 critical security vulnerabilities)
Fixes CVE-2013-3361, CVE-2013-3362, CVE-2013-3363 and CVE-2013-5324.
2013-11-07 11:44:18 +01:00
Sergey Mironov 82dedd9cad Fix remmina: add Desktop file and icons 2013-11-06 22:57:55 +01:00
Sergey Mironov ac0019dc18 Fix remmina the FreeRDP GUI frontend
The patch fixes [undefined reference to `g_thread_init'] as suggested by
http://ragnermagalhaes.blogspot.ru/2007/09/undefined-reference-to-gthreadinit.html
2013-11-06 22:57:55 +01:00
Lluís Batlle i Rossell cadd213230 Making mupdf build in 'release', not 'debug'. 2013-11-06 09:10:51 +01:00
Lluís Batlle i Rossell 1045df3197 Updating mkvtoolnix, libebml, libmatroska to latest versions. 2013-11-05 23:20:27 +01:00
Eelco Dolstra c88055e1a2 Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
Eelco Dolstra a2cbc77e4f Only show/build a package on the platforms listed in meta.platforms
The function ‘mkDerivation’ now checks whether the current platform
type is included in a package's meta.platform field.  If not, it
throws an exception:

  $ nix-build -A linux --argstr system x86_64-darwin
  error: user-thrown exception: the package ‘linux-3.10.15’ is not supported on ‘x86_64-darwin’

These packages also no longer show up in ‘nix-env -qa’ output.  This
means, for instance, that the number of packages shown on
x86_64-freebsd has dropped from 9268 to 4764.

Since meta.platforms was also used to prevent Hydra from building some
packages, there now is a new attribute meta.hydraPlatforms listing the
platforms on which Hydra should build the package (which defaults to
meta.platforms).
2013-11-05 00:06:10 +01:00
Bjørn Forsman 8867304b5e filezilla: bump 3.6.0.2 -> 3.7.3
Includes security fixes, bug fixes and some (minor) new features.
Changelog is available here:

  https://filezilla-project.org/versions.php

Also:
 * break long lines
 * add meta.platforms
 * use licenses.gpl2 attribute instead of a literal string.
2013-11-04 22:53:59 +01:00
Eelco Dolstra a0e21fd1ca Mark more packages as broken 2013-11-04 21:11:00 +01:00
Eelco Dolstra 754704ea18 Allow packages to be marked as "broken" by setting meta.broken
The effect is that they won't show up in "nix-env -qa" anymore.
2013-11-04 21:11:00 +01:00
Eelco Dolstra 01087750ba Don't build some packages on some platforms 2013-11-04 21:11:00 +01:00
Eelco Dolstra b232825c07 adobe-reader: Update to 9.5.5 2013-11-04 18:46:44 +01:00
Domen Kožar 8274bd331a redshift: add platforms 2013-11-04 12:34:46 +01:00
Jonas Hoersch 795753bbc6 quodlibet: update to version 2.6.3
also provides two distinctive flavours, which either wrap the program to
pull in the gstreamer plugins or not.
2013-11-03 16:05:37 +01:00
Jonas Hoersch 8487fdd209 mathematica: fix x86 build of mathematica
the MathInstaller doesn't distinguish between 64bit and 32bit linux
platforms.
2013-11-03 14:01:59 +01:00
Peter Simons 576058fe0e haskell-git-annex: update to version 4.20131101 2013-11-01 17:42:08 +01:00
Peter Simons dac108f51b ikiwiki: update to version 3.20130904 2013-11-01 16:33:59 +01:00
Peter Simons cd1605f729 maxima: update to version 5.31.3 2013-11-01 10:53:44 +01:00
Mathijs Kwik 588db4727c calibre: fix hash 2013-11-01 07:59:11 +01:00
Peter Simons 893282109e haskell-xmobar: update to version 0.19 2013-10-31 09:02:24 +01:00
Jaka Hudoklin e4ebc03367 znc: add support for modules, add fish and push module
Close #1148.
2013-10-30 17:12:55 +02:00
cillianderoiste ddc809d6da Merge pull request #1146 from Chaddai/master
Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc
2013-10-30 07:15:34 -07:00
Arvin Moezzi 162b874469 calibre: upgrade 1.5.0 -> 1.8.0
from #1144
2013-10-30 15:44:03 +02:00
Jason "Don" O'Conal 5a2011e0c3 googleMusicmanager: add expression
close #1056
2013-10-30 14:40:08 +02:00
Jaka Hudoklin 11fd5db060 Add gitflow
A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model
2013-10-30 11:37:57 +01:00
Chaddaï Fouché 5fe82bafac Ooops licences replaced by licenses 2013-10-30 10:55:40 +01:00
Chaddaï Fouché 1d9632cac8 Adjust kvirc/default.nix to better use stdenv.lib 2013-10-30 10:53:34 +01:00
Eelco Dolstra 8150f1a362 firefox: Update to 25.0 2013-10-29 23:47:09 +01:00
Chaddaï Fouché 4c9349a2c1 Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc 2013-10-29 23:35:29 +01:00
Rok Garbas b040814679 changes in: redshift, geoclue, libsoup
- added support for geoclue for redshift
 - package geoclue 2.0.0 (as geoclue2)
 - package libsoup 2.44.1 (as libsoup_2_40)
2013-10-29 16:25:31 +01:00
aszlig df4a3cc9f9
miro: New package, version 6.0.
I actually had this breeding in my nixpkgs overrides for a year and only
recently took the time to fix it and thus revive my video feeds :-)

The package uses a patch which is removing the dependency on gconf and
switches to storage within a shelve in ~/.miro/config instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:50 +01:00
aszlig 246b59ec11
chromium: Update stable and beta channels.
stable: 30.0.1599.101 -> 30.0.1599.114
http://googlechromereleases.blogspot.de/2013/10/stable-channel-update_22.html

beta: 31.0.1650.26 -> 31.0.1650.34
http://googlechromereleases.blogspot.de/2013/10/beta-channel-update_23.html

Builds and tests pass on my machine. The update for the dev channel is
currently not building and I'm going to fix it later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00
aszlig 45e740b119
mixxx: New package in version 1.11.0.
Compiles fine on linux i686 and amd64. Adding myself as maintainer, even
though I'm not using the package by myself, but a friend is using it for
DJing from a NixOS live system I'm maintaining.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00
Jason "Don" O'Conal ab18b33f3e sup: update to latest version 2013-10-27 21:57:09 +01:00
Peter Simons c05bf33b77 haskell-git-annex: update to version 4.20131024 2013-10-27 19:07:14 +01:00
Jason \"Don\" O'Conal 2dfe8e7a7d gpicview: add expression 0.2.4
close #1123.
2013-10-27 06:59:41 +02:00
Rok Garbas ff8e06d4cc redshift: update to 1.8 and fix redshift-gtk script 2013-10-26 19:21:37 +02:00
Arvin Moezzi 4e60450858 Package urlview 0.9-19
urlview extracts URLs from text.

Close #1118.
2013-10-26 12:48:08 +03:00
aszlig 8a0b424296
synergy: Update to new upstream version 1.4.15.
This is a bugfix release which fixes the following bugs:

 * Synergy Service - Error 87: The parameter is incorrect.
 * Option not supported on Linux: --enable-drag-drop (server not
   starting)

Bug IDs and the announcement can be found at:

http://synergy-foss.org/blog/synergy-1-4-15-released/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-23 17:16:17 +02:00
Kim Simmons e5129a04dc Dropbox: updated to v2.4.3
Update fixed the missing tray icon. Still works with the dropbox-cli currently
in the repository if you re-install the cli.
2013-10-23 12:07:27 +02:00
Vladimír Čunát da55e2c186 audacious: small update, fix crashes due to gsettings schemas
Close #1037.
2013-10-22 22:10:50 +02:00
Bjørn Forsman 4acb16af4e spotify: install .desktop file 2013-10-22 20:45:10 +02:00
Bjørn Forsman 82fdd91543 spotify: update meta.homepage 2013-10-22 20:43:54 +02:00
Bjørn Forsman fc8f8932e1 spotify: remove outdated info
Spotify for Linux works with free accounts since the end of 2011. I
verified this myself today.

Ref: http://www.omgubuntu.co.uk/2011/12/spotify-on-linux-works-for-free-accounts-offers-15-million-tracks
2013-10-22 20:43:54 +02:00
Bjørn Forsman d4e469d307 spotify: unbreak it
Spotify doesn't start:

$ ./result/bin/spotify
/nix/store/yx05s6irqil8a24ilyvjvhnjljmm8f15-spotify-0.9.4.183/bin/.spotify-wrapped: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory

That is fixed with adding $out/spotify-client/Data to RPATH.

Then Spotify errors out trying to open libudev.so.0. We don't have that
in nixpkgs, so I'm making a symlink to libudev.so.1 instead.

Tested on NixOS x86_64-linux.
2013-10-22 20:43:54 +02:00
Jason "Don" O'Conal 6eba129774 spotify: update to latest version 2013-10-22 20:43:54 +02:00
Peter Simons 757161cb81 xpdf: fix configure-time bug that prevented the man pages from being installed 2013-10-22 13:02:21 +02:00
Benno Fünfstück 351c9e310d Emacs: Fix TRAMP by adjusting its path so that it finds ls and other binaries on NixOS systems
Close #1094.
2013-10-22 09:56:43 +03:00
Brian Smith 9aa4c9fd84 Update fossil to 1.27, and enable the JSON API. 2013-10-21 18:16:27 +00:00
Michael Raskin 764508874e Updating Compiz 2013-10-20 21:06:48 +04:00