Commit graph

8181 commits

Author SHA1 Message Date
Domen Kožar
b8b8e80c87 Merge pull request #5398 from matejc/vlcurl
vlc: change url
2014-12-19 15:49:06 +01:00
Matej Cotman
eebc60d7f9 vlc: change url 2014-12-19 15:22:31 +01:00
Tom
7800270ae4 [SECURITY] Update git to 2.1.4
This fixes CVE-2014-9390

http://article.gmane.org/gmane.linux.kernel/1853266
2014-12-19 14:05:04 +00:00
Pascal Wittmann
e6d0bd0d5c calibre: update from 2.12.0 to 2.13.0 2014-12-19 14:42:31 +01:00
lethalman
0cd639ebf8 Merge pull request #5304 from puffnfresh/package/mimms
Add mimms, an mms (e.g. mms://) stream downloader
2014-12-19 10:50:28 +01:00
Pascal Wittmann
b5dadcb429 Merge pull request #5336 from schristo/phpstorm-8.0.2
Bumped PHPStorm to 8.0.2
2014-12-19 10:45:16 +01:00
lethalman
bff11526f1 Merge pull request #5325 from prikhi/add-gtk2fontsel
Add the gtk2fontsel Font Viewer
2014-12-19 10:44:07 +01:00
Evgeny Egorochkin
7a726a9b02 kde4.calligra: update from 2.8.6 to 2.8.7 2014-12-19 08:38:52 +02:00
aszlig
ebf216bd56
Merge pull request #5389 from devhell/mediainfo.
Introduces a video/audio information utility, both CLI and GUI.

Thanks to @devhell.

* devhell-mediainfo:
  libzen: Add --enable-shared to configureFlags.
  mediainfo-gui: Add package
  mediainfo: Add myself to meta.maintainers.
  mediainfo: Add package and dependencies
2014-12-19 00:17:21 +01:00
aszlig
718666204a
picard: Fix derivation name.
Name has been changed in c9282c65f4.

Users would probably expect "nix-env -i picard" to work, and as picard
isn't a library it doesn't make sense to set a prefix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 23:20:44 +01:00
devhell
162c9a5455 mediainfo-gui: Add package 2014-12-18 22:11:07 +01:00
devhell
858b5e54c7 mediainfo: Add myself to meta.maintainers. 2014-12-18 21:23:21 +01:00
Eelco Dolstra
e86d9a3c2e audacious: Update to 3.5.2 2014-12-18 14:11:11 +01:00
Eelco Dolstra
cb5433b8de mercurial: Update to 3.2.2 2014-12-18 14:11:10 +01:00
Eelco Dolstra
49282dd1af subversion: Update to 1.8.11 2014-12-18 14:11:10 +01:00
aszlig
ac603e208c
virtualbox: Fix runtime paths in hardening mode.
Because we have to rely on setuid wrappers on NixOS, we can't easily
hardcode the executable paths and set it 4755. So for all calls, we need
to change the runtime path executable directory to /var/setuid-wrappers/
and for verification we need to retain the executable directory.

Also note, that usually VBoxNetAdpCtl, VBoxNetDHCP, VBoxNetNAT, VBoxSDL
and VBoxVolInfo don't reside in directories that are commonly in PATH,
but in /usr/lib/virtualbox in most mainstream distros. But because the
names of these executables are distinctive enough to not cause
collisions with other setuid programs, I'll leave it like that and not
patch up setuid-wrappers.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:13 +01:00
aszlig
b69ac6c159
virtualbox: Allow to easily change the build type.
Not really changes anything in functionality, but makes it easier to
change the build type to "debug", for example.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
38d639745e
synergy: Update to new upstream version 1.6.2.
Fixes the following bugs:

 * Helper tool crashes when service checks elevation state
 * Zeroconf on server advertises bogus IP address
 * Drag file causes client crash on Mac (10.10)

Introduces the following enhancements:

 * Optional Bonjour requirement for Windows
 * Automatic Bonjour download and install
 * Auto-config available servers combo box
 * More user friendly dialog when client is detected
 * Minimize auto config message box usage
 * Firewall exception for GUI (needed for Bonjour)
 * Consistent naming for auto config feature

Full changelog with bug IDs can be found at:

http://synergy-project.org/changelog/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
14ef3446e1
virtualbox: Fix hardcoded /sbin/ifconfig path.
Just accidentally found this while debugging and it's needed for
fetching a few interface details, not sure however whether because of
this anything has been broken so far.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
5a8c5d2768
virtualbox: Explicitly excempt src during install.
Instead of coping it to $out and later deleting it, we now exclude the
src directory during copy. Also, we no longer cd into the release
directory during installPhase, which should make sure that we are
constantly in $sourceRoot.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
Aycan iRiCAN
ddacac4393 Merge pull request #5385 from aycanirican/haskellMode-fetchurl
emacs24Packages.haskellMode upgrade to use fetchFromGitHub
2014-12-18 14:52:58 +02:00
Aycan iRiCAN
389670985f emacs24Packages.haskellMode upgrade to use fetchFromGitHub 2014-12-18 14:51:56 +02:00
Michael Raskin
0e3e828d92 Add a mirror for midori 2014-12-18 12:48:06 +03:00
Domen Kožar
972868c7e1 crashplan: fix CrashPlanDesktop binary
(cherry picked from commit 0d4acad489cd2962908eb157551519c79d5b1182)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 10:12:47 +01:00
Aycan iRiCAN
e1c2ac404d emacs24Packages.haskellMode update to use fetchurl 2014-12-18 09:36:19 +02:00
Domen Kožar
179c7344cc skrooge: add boost dependency 2014-12-17 20:13:45 +01:00
Joachim Schiele
99b32b5a31 owncloud-client: added meta.platforms = stdenv.lib.platforms.unix; 2014-12-17 17:59:18 +01:00
Joachim Schiele
7a9ea00a78 owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq; 2014-12-17 17:57:01 +01:00
Rob Vermaas
90c3dc79c5 docker: update from 1.3.1 to 1.3.3, potentially fixes CVE-2014-6407, CVE-2014-6408 2014-12-17 15:47:56 +01:00
Luca Bruno
614162ee6c Some lua and awesome improvements
- Move lgi to luaPackages
- Use luaPackages in awesome and passthru lua
- Allow to pass lua modules to the awesome WM so that those can be used in the configuration
2014-12-17 15:08:21 +01:00
Aycan iRiCAN
7ebc62059e emacs24Packages.haskellMode updated to latest git. 2014-12-17 14:41:10 +02:00
devhell
9901537209 mediainfo: Add package and dependencies
Includes only the CLI version and the following dependencies:

 * libzen
 * libmediainfo
2014-12-17 01:28:46 +01:00
ambrop7@gmail.com
f484009e45 Printrun: Update to printrun-20140801, add dependencies.
3D view works now.
2014-12-16 21:59:42 +01:00
Bjørn Forsman
a2bb84a936 virt-viewer: fix missing schema error
Fixes this error, as seen when trying to open a guest VM when
virt-viewer is accessed over ssh with X forwarding:

  GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed

A similar issue was fixed for virt-manager in commit
fb8a2b3be7 ("virt-manager: fix missing
schema error")
2014-12-16 14:07:02 +01:00
Pascal Wittmann
78e4ec13e5 Merge pull request #5343 from NixOS/dwb-switch-to-fork
dwb: switch to a maintained fork
2014-12-16 13:08:30 +01:00
aszlig
eb561f0798
virtualbox: Fix extension pack without hardening.
We divert to the $out/share/virtualbox directory only if we have
hardening enabled, so let's put the extension pack into
$out/libexec/virtualbox instead if we're compiling without hardening.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-16 11:24:55 +01:00
Bjørn Forsman
477bc03568 virt-viewer: fix SPICE support
* Add missing dependency on 'spice_protocol'

* Fix new build error which came now that ./configure enables SPICE support:

  building virt-viewer
    CCLD     virt-viewer
  /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/ld: cannot find -lgdbm
  /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/ld: cannot find -lcap
  collect2: error: ld returned 1 exit status

  Fix by adding gddbm and libcap as inputs. Yes, libcap is needed
  _in addition_ to libcap_ng (I tested removing libcap_ng, it failed).

Without this change, virt-viewer cannot be used with guests machines
that uses SPICE.
2014-12-16 10:48:40 +01:00
Eelco Dolstra
d9ce3ae57f virtualbox: Get tid of runtime dependency on linux.dev 2014-12-15 17:54:06 +01:00
aszlig
a199eedfce
virtualbox package: Disable hardening by default.
Yes, this is only on the package level, so it's possible to use
VirtualBox for example installed by nix-env -i, which of course doesn't
have access to the functionality provided by the various VirtualBox
kernel modules.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-15 17:52:18 +01:00
Pascal Wittmann
25ed904573 dwb: switch to a maintained fork
portix stopped developing and maintaining dwb
2014-12-15 15:57:33 +01:00
Scott Christopher
05a22c0174 Bumped PHPStorm to 8.0.2
- also removed fsnotifier from global bin to prevent colisions when multiple Jetbrains IDEs are installed.
2014-12-15 13:58:36 +11:00
Thomas Tuegel
23b387236d zotero: use firefox instead of xulrunner to fix i686 build 2014-12-14 13:49:34 -06:00
Bjørn Forsman
64661f0597 libreoffice: fix Exec= in .desktop files
Before we do substitutions, the Exec= line is (currently)
"Exec=libreofficedev4.3 --some-arg". Our substitution logic doesn't handle
that, resulting in broken "Exec=$out/bin/sofficedev4.3 --some-arg"
($out/bin/sofficedev4.3 doesn't exist).

Looking at libreoffice source, the .desktop files refer to a UNIXBASISROOTNAME
variable which come from instsetoo_native/util/openoffice.lst.in. Currently, it
can have one of two values, presumably depending on whether the build is
"normal" or "development":

  libreoffice${major}.${minor}

  libreofficedev${major}.${minor}

Handle both these cases, and also leave the old non-versioned substitution
around, just in case.

Fixes issue #3463.
2014-12-14 18:05:24 +01:00
Oliver Charles
6221af50c4 apitrace: New expression 2014-12-14 15:41:51 +00:00
Pascal Wittmann
db44486377 k3b: fix audio cd ripping 2014-12-14 16:14:12 +01:00
Domen Kožar
ba5fad6dfa Merge pull request #5323 from offlinehacker/gitlab_i686_fix
gitlab: fix i686-linux build and module
2014-12-14 09:48:44 +01:00
Pavan Rikhi
292eb57af8 Add the gtk2fontsel Font Viewer 2014-12-13 23:37:44 -05:00
Jaka Hudoklin
90683792aa gitlab: fix i686-linux build and module
It turns out that installing therubytracer, with dependency on old v8, even
when using source libv8 version is problematic.
(see
http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available).

But wait, rails does not even need therubytracer, just any kind of javascript
server side execution framework like nodejs. Well just use that, as also
suggested from different internet sources (look link above), it works just
fine.
2014-12-14 02:24:12 +01:00
Mathijs Kwik
9a7d425edd dvdauthor: fix building against glibc 2.20
and 2 other patches from redhat
2014-12-13 21:17:27 +01:00
Mathijs Kwik
752554cdcb mkvtoolnix: fix to find boost lib 2014-12-13 21:17:20 +01:00
Pascal Wittmann
707ee5e0ec llpp: fix copying text to clipboard on linux 2014-12-13 15:50:04 +01:00
Peter Simons
1a0505143c haskell-github-backup: update to version 1.20141204 2014-12-13 12:06:02 +01:00
Peter Simons
c55c87085d haskell-taffybar: update to version 0.4.4 2014-12-13 12:06:02 +01:00
Jaka Hudoklin
6e7d796b54 xca: not broken anymore 2014-12-13 00:56:59 +01:00
Michael Raskin
2c85888a04 Fix Firefox wrapper set-as-default functionality 2014-12-12 22:03:06 +03:00
Domen Kožar
e0e08f1465 whitespace change to fix k2pdfopt build
(cherry picked from commit 896036d8e5ec2ad35e74fc43da3d6305ef43b253)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 18:39:01 +01:00
Jaka Hudoklin
13e58784bf nixos/gitlab: fixes
- fix timezone data not found
- fix module, add simple test
- allow to set port
2014-12-12 18:01:31 +01:00
Thomas Hunger
59995e168c nixos: Add gitlab and gitlab-shell
I had to make several adjustments to make it work with nixos:

* Replace relative config file lookups with ENV variable.
* Modify gitlab-shell to not clear then environment when running
  pre-receive.
* Modify gitlab-shell to write some environment variables into
  the .authorized_keys file to make sure gitlab-shell reads the
  correct config file.
* Log unicorn output to syslog.
  I tried various ways of adding a syslog package but the bundler would
  not pick them up. Please fix in a better way if possible.
* Gitlab-runner program wrapper.
  This is useful to run e.g. backups etc. with the correct
  environment set up.
2014-12-12 18:01:29 +01:00
Brian McKenna
8d7f4ae2e8 Remove mimms name from description 2014-12-12 09:52:53 -07:00
Damien Cassou
bc789064d8 Package for the Polari IRC app
This commit includes a patch to telepathy's derivation, written by
Lethalman. This patch makes public the Telepathy's dependency to
dbus_glib. This patch will become problematic with the next pkgconfig
upgrade but this upgrade should make the patch irrelevant. See these 2
links for more information:
- https://bugs.freedesktop.org/show_bug.cgi?id=15199
- https://bugzilla.redhat.com/show_bug.cgi?id=436773

Modified by Luca Bruno:
- Moved telepathy_idle to propagatedUserEnvPkgs
- Added myself to maintainers
- Enable parallel building
2014-12-12 15:12:19 +01:00
Mateusz Kowalczyk
614ea25952 mpv: update to 0.7.1 2014-12-12 03:16:17 +00:00
Brian McKenna
a20ffe7f0f Add mimms, an mms (e.g. mms://) stream downloader 2014-12-11 19:27:36 -07:00
Jaka Hudoklin
1f9acba088 Merge pull request #5303 from massimo-zaniboni/submit/redmine
redmine: use libc libiconv implementation on Linux.
2014-12-12 02:34:51 +01:00
Massimo Zaniboni
32f9644943 redmine: use libc libciconv implementation on Linux. 2014-12-12 01:20:53 +01:00
Jaka Hudoklin
8b512261be Add cava, console-based Audio Visualizer for Alsa 2014-12-12 00:09:32 +01:00
Michael Raskin
a199693cab Update/Fix OVMF 2014-12-11 08:46:13 +03:00
William A. Kennington III
63ae630c6c qemu: 2.0.0 -> 2.2.0
Additionally, add support for more external features as well as more
sound system types.
2014-12-10 15:18:54 -08:00
Vladimír Čunát
15b9626a3d kde: fix CVE-2014-8600 by upstream patches
https://www.kde.org/info/security/advisory-20141113-1.txt
I couldn't find kio-extras, so I hope we don't have it disguised somewhere.
2014-12-10 19:38:50 +01:00
Peter Simons
57c5b8f5e1 vimus: disable Linux 32 bit builds
https://ghc.haskell.org/trac/ghc/ticket/9825
2014-12-10 18:01:20 +01:00
Vladimír Čunát
b65c8ffc37 shotcut: mark as broken for now 2014-12-10 15:36:07 +01:00
Rok Garbas
ed79420b55 weechatDevel: removing it 2014-12-10 14:59:41 +01:00
Vladimír Čunát
8ca78f0376 luminance-hdr: fix build by Debian patch 2014-12-10 13:36:57 +01:00
Vladimír Čunát
7ce485ff0f root: fix build by upstream patch
Also refactor the expression a little.
2014-12-10 13:03:01 +01:00
aszlig
d9ba0ed9af
tomahawk: Fix resolver signature verification.
Requires the OpenSSL QCA plugin, otherwise QCA is unable to load the
Tomahawk public key.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-10 10:28:43 +01:00
Domen Kožar
7080a9cae8 gmpc: fix build 2014-12-10 09:55:49 +01:00
Mateusz Kowalczyk
606a02579c cantata: use Qt5 by default
It's time.
2014-12-10 08:36:04 +00:00
Mateusz Kowalczyk
8a9292b357 cantata: update to 1.5.1 2014-12-10 08:19:52 +00:00
Markus Kohlhase
3826c3fc32 nixpkgs: darktable 1.4.2 -> 1.6.0 2014-12-09 18:50:42 +01:00
Ricardo M. Correia
e660a70872 flashplayer: Update from 11.2.202.424 -> 11.2.202.425 2014-12-09 18:10:21 +01:00
Domen Kožar
94227eba3e gosmore: fix build 2014-12-09 13:23:02 +01:00
aszlig
d229f0050c
tomahawk: Fix finding Phonon VLC backend.
Using propagatedBuildInputs only works for environment.systemPackages
but not for using nix-env, because on NixOS we already have a default
QT_PLUGIN_PATH set there.

The main reason why I'm using the VLC backend and not providing options
for other Phonon backends is because it's recommended upstream and also
will be directly used (via libvlc) in the upcoming 0.9 release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
aszlig
a1e906f0d6
tomahawk: Update to bugfix release 0.8.2.
Fixes a few annoying bugs (in my case it's the painting issue that's
most annoying):

 * Show error message if saving tags failed.
 * Fixed painting issue on search page.
 * (OS X & Windows) Fixed crash during collection scan.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
Domen Kožar
de99c9c955 Merge branch 'staging' 2014-12-08 16:28:45 +01:00
Benno Fünfstück
f8af3e2e47 k2pdfopt: update and fix build 2014-12-07 21:54:53 +01:00
Benno Fünfstück
90c7b16fcf firefox-wrapper: add gstreamer plugins for h264 video support
These plugins are required by firefox for the h264 support in HTML5 <video> tags.
2014-12-07 20:37:17 +01:00
Cillian de Róiste
0d4843a388 ingen: update from 5464 to 5490, use default boost, wrap python scripts 2014-12-07 15:39:45 +01:00
Domen Kožar
4124a0bd9c chromium: enable cups by default 2014-12-07 14:56:18 +01:00
Domen Kožar
4aa3eec330 Merge branch 'master' into staging
Conflicts:
	pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Tino Breddin
cd5ea51a7d update hipchat to latest version 2014-12-07 12:05:32 +01:00
cillianderoiste
df371e10a8 Merge pull request #5247 from ehmry/meters.lv2
meters.lv2: initial package at 0.8.1
2014-12-06 22:34:58 +00:00
Jaka Hudoklin
e66ad71535 Merge pull request #5221 from offlinehacker/pkgs/spark/update
spark: update to 1.1.1, simplify a lot
2014-12-06 22:52:21 +01:00
Jaka Hudoklin
cb7bcb8804 Merge pull request #5237 from purefn/fix-hipchat
hipchat: there is no bin/ directory
2014-12-06 22:51:38 +01:00
Emery Hemingway
541ac07607 meters.lv2: initial package at 0.8.1 2014-12-06 14:20:58 -05:00
Bjørn Forsman
041242192c gqrx: update 2.2.0 -> 2.3.0
Also install desktop file (new in this version) and icon.
2014-12-06 16:13:16 +01:00
Bjørn Forsman
f56d9e30a1 gnuradio-osmosdr: update 0.1.0 -> 0.1.4 2014-12-06 16:13:15 +01:00
cillianderoiste
aeea41f5c8 Merge pull request #5244 from ftrvxmtrx/schismtracker
schismtracker: new package
2014-12-06 14:40:08 +00:00
Austin Seipp
178ecc1515 nixpkgs: btsync 1.4.93 -> 1.4.103
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-05 21:56:52 -06:00
Richard Wallace
1cddfd69c4 there is no bin/ directory 2014-12-05 14:55:34 -07:00
Benno Fünfstück
e177e90b9b firefox-wrapper: use gstreamer hook 2014-12-05 20:14:50 +01:00
Benno Fünfstück
effaa51680 firefox-wrapper: add missing gstreamer plugins
These GStreamer plugins are required for H264 <video> tag support in Firefox.
2014-12-05 14:22:51 +01:00
Cillian de Róiste
52ce239786 guitarix: update from 0.32.0 to 0.32.1 2014-12-05 09:08:09 +00:00
Michael Raskin
b4084d4913 Just use old glm for LO, the rest of LO is not keen on using C++ git add -A 1 2014-12-05 10:51:40 +03:00
Michael Raskin
761e5309b5 Set c++11 standard for LibreOffice build - needed by glm 2014-12-05 09:42:06 +03:00
Maciek Starzyk
dcad10c8e6 haskell-git-annex: Add maintainer, was removed by mistake. 2014-12-04 21:49:15 +01:00
Max Gonzih
a9d276c539 Add mopidy-mopify package 2014-12-04 18:20:28 +01:00
Jaka Hudoklin
4a5897be65 spark: update to 1.1.1, simplify a lot 2014-12-04 17:40:21 +01:00
Thomas Tuegel
5c9de38488 zotero: use private firefox and xulrunner
Zotero breaks every time firefox is updated (about every six weeks). It
is always fixed with the next zotero update, but that can take weeks.
Sometimes, upstream even skips firefox releases. This will stop zotero
breaking every time.
2014-12-04 09:40:57 -06:00
Peter Simons
0377be182c cinelerra: fix download url 2014-12-04 15:57:16 +01:00
Maciek Starzyk
81cb2c144c haskell-git-annex: update to version 5.20141203 2014-12-04 14:45:54 +01:00
Pascal Wittmann
5e04917e65 gource: fix build with new glm version 2014-12-04 14:31:28 +01:00
Domen Kožar
8105a94e2b eaglemode: fix build 2014-12-04 14:21:11 +01:00
Domen Kožar
683740466a Merge pull request #5217 from geerds/tox
Tox: Update libtoxcore, qtox, utox and toxic
2014-12-04 14:12:49 +01:00
Georges Dubus
e019249936 Merge pull request #5169 from AndersonTorres/altcoins
Altcoins
2014-12-04 13:58:00 +01:00
Jascha Geerds
c81575eae1 qtox: Fix installPhase 2014-12-04 11:26:00 +01:00
Jascha Geerds
459fd43988 tox-prpl: Update to the newest dev version
This update is necessary due to API changes in libtoxcore.
2014-12-04 11:02:27 +01:00
Jascha Geerds
d5dc5eaff0 utox: Update to the newest dev version
This update is necessary due to API changes in libtoxcore.
2014-12-04 02:53:48 +01:00
Jascha Geerds
44dd2ed9ec toxic: Update to the newest dev version
This update is necessary due to API changes in libtoxcore. Sad to say that
the recent stable version doesn't work with our libtoxcore. We need to
update to the recent dev version.
2014-12-04 02:47:32 +01:00
Jascha Geerds
c57a4c2f78 Update libtoxcore and qtox to the newest dev version
As from now qtox depends on openalSoft instead of openal. This is due to
incompatibilities between those to two implementations. Anyway, this
should be okay because their official debian package depends on
openalSoft as well.
2014-12-04 02:29:56 +01:00
Mateusz Kowalczyk
4106631b96 sxiv: update git revision 2014-12-03 16:55:17 +00:00
Mateusz Kowalczyk
fb53ebbcce easytag: update from 2.3.1 to 2.3.2 2014-12-03 16:52:57 +00:00
Peter Simons
67ddc8f4b9 R: add meta.platforms attribute 2014-12-03 16:28:28 +01:00
Vincent Laporte
18e5582f6c claws-mail: update from 3.10.1 to 3.11.1 2014-12-03 16:22:14 +01:00
Jos van den Oever
f12e2d1e66 Update gnumeric
goffice is also updated. goffice is maintained by the gnumeric people
and released in sync with gnumeric. gnumeric 1.12.x corresponds to
goffice 0.10.x.
2014-12-03 09:12:39 +01:00
Bjørn Forsman
fea06f2712 gnuradio: update 3.7.5 -> 3.7.5.1
Build tested.
2014-12-03 07:21:22 +01:00
Eelco Dolstra
d6c3b564c4 firefox: Update to 34.0.5 2014-12-02 23:15:32 +01:00
Cillian de Róiste
46cd3237af yoshimi: update from 1.2.5 to 1.3.0
Fix build by adding LV2 support
2014-12-02 23:12:21 +01:00
Bjørn Forsman
e6f59f2a22 evtest: update 1.31 -> 1.32 2014-12-02 22:59:49 +01:00
Bjørn Forsman
d42cd0600b qmmp: update 0.7.6 -> 0.8.2 2014-12-02 22:56:43 +01:00
taku0
a5e1fa2479 firefox-bin, thunderbird-bin: major updates
Close #5207.
2014-12-02 21:51:25 +01:00
Bjørn Forsman
d5e8c6b732 wireshark: update from 1.12.1 to 1.12.2
Potentially fixes CVE-2014-8710, CVE-2014-8711, CVE-2014-8712,
CVE-2014-8713, CVE-2014-8714.
2014-12-02 21:36:22 +01:00
Vincent Laporte
bc95472fb7 skrooge: update from 1.3.2 to 1.10.0 2014-12-02 19:28:11 +01:00
cillianderoiste
ebc96e4b0a Merge pull request #5201 from geerds/pidgin-window-merge
Add package pidgin-window-merge
2014-12-02 16:35:24 +00:00
Jaka Hudoklin
36a5384ec9 mesos: update to 0.21.0 2014-12-02 12:22:12 +01:00
Jaka Hudoklin
aeba2947b0 Add chronos, fault tolerant job scheduler for Mesos 2014-12-02 12:22:05 +01:00
Jascha Geerds
4ba9aa074f Add package pidgin-window-merge 2014-12-02 11:37:11 +01:00
Michael Raskin
60b660b33a Adding slmenu 2014-12-02 12:29:54 +03:00
Domen Kožar
50515b221e Merge pull request #5090 from eduarrrd/gramps
Add gramps package.
2014-12-01 22:06:22 +01:00
Siarhei Zirukin
1518d65866 schismtracker: new package 2014-12-01 19:58:25 +01:00
Jascha Geerds
268ea28b78 pycharm: Update to 4.0.1 2014-12-01 18:27:51 +01:00
Charles Strahan
b90b899b0c rescuetime: add version 2014-12-01 12:19:44 +00:00
Charles Strahan
f9dbd4e1ba rescuetime: fix typo 2014-12-01 12:11:01 +00:00
Charles Strahan
fcb173f70f rescuetime: a time tracking service 2014-12-01 05:16:57 +00:00
aszlig
2b58a6ab0d
virtualbox: Fix extension pack installation.
With hardening, we need to go a bit further rather than just allowing
/nix/store being world-writable. We now use fakeroot to make sure the
VBoxExtPackHelperApp won't moan that the files are not owned by root.

They are, but only outside of the chrooted build process.

Another issue with using fakeroot is that it doesn't seem to cope well
with arguments that contain spaces. That's why I've piped the call into
${stdenv.shell}.

Now, the really gory and confusing part is the introduction of
VBOX_PATH_APP_PRIVATE_ARCH_TOP and the change of VBOX_PATH_APP_PRIVATE.

The VBOX_PATH_APP_PRIVATE_ARCH is *only* for modules and is checked by
the hardened implementation against whether things like VMMR0.r0 or
VBoxVMM.so reside in that directory. As a side note: I admit that the
whole libexec directory is quite polluted with stuff that shouldn't be
there, but for now we've broken enough things and will tear apart the
whole structure at some day in the future[TM].

For the confusing part we have VBOX_PATH_APP_PRIVATE_ARCH_TOP, which
_should_ be the same as VBOX_PATH_APP_PRIVATE_ARCH but unfortunately,
the hardened implementation is checking against this directory (in
IsValidBaseDir) for the extension pack(why!?).

Of course, we could put even that into the libexec directory, somewhat
similar as the official package, but after all, let's at least *try* to
separate things.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-01 03:32:55 +01:00
Jaka Hudoklin
6b2e5c3262 i3: make i3-save-workspace work 2014-11-30 18:40:03 +01:00
aszlig
318fbb34e7
virtualbox: Allow /nix/store being world-writable.
We are already checking whether /nix/store has the sticky bit set, so if
it is world-writable as well it doesn't mean that the actual store path
is writable. Let alone the fact that it is only writable during the
build process.

This should fix installing the extension pack when enableExtensionPack
is used.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-30 18:23:19 +01:00
Cillian de Róiste
e0f0e2c731 Update sonic-visualiser 2.3 -> 2.4.1 and fix attribute name 2014-11-30 10:57:40 +01:00
aszlig
017e6b72c1
virtualbox: Update to upstream version 4.3.20.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-30 06:25:50 +01:00
Jaka Hudoklin
eb2f9f029a kubernetes: build only on x86_64-linux 2014-11-30 01:24:59 +01:00
Arseniy Seroka
3477bc9a47 fix some hashes 2014-11-30 02:25:41 +03:00
AndersonTorres
b7d93fed25 Litecoin: Update to 0.9.3-preview5
Now Litecoin expression lives in a single file, litecoin.nix
2014-11-29 17:16:56 -02:00