Commit Graph

51096 Commits

Author SHA1 Message Date
Joel Taylor 7711446298 build LocaleGettext on darwin 2015-03-10 10:09:41 -07:00
Vladimír Čunát 4b58636c0d Revert "gettext: fix build on darwin"
This reverts commit fc15721871.

I trusted the referred comment (and maybe misunderstood it),
but the commit wasn't a good idea at all.
2015-03-10 18:09:03 +01:00
lethalman fcfe8ecc33 Merge pull request #6737 from anderspapitto/fhs
build-fhs-userenv passes through command line args
2015-03-10 17:53:32 +01:00
Vladimír Čunát fc15721871 gettext: fix build on darwin
Hash on Linuxes is unchanged. For details about the error see discussion at:
https://github.com/NixOS/nixpkgs/commit/0ffb98828e87612
2015-03-10 17:38:29 +01:00
Nikita Mikhailov 54290aaa35 i3: 4.9 -> 4.9.1 2015-03-10 16:18:50 +01:00
Peter Simons 581a4da7b5 frei0r: fix invalid download URL 2015-03-10 15:42:10 +01:00
Peter Simons 7e45327e9a mnemosyne: update to version 2.3.2 2015-03-10 15:39:28 +01:00
Lluís Batlle i Rossell 44c3256017 Updating gobby and libinfinity. 2015-03-10 14:37:11 +01:00
koral 5d0cc81d08 git: 2.3.1 -> 2.3.2
(cherry picked from commit 50933385c5)
2015-03-10 13:20:02 +01:00
koral a0da8638d6 git: 2.3.0 -> 2.3.1
(cherry picked from commit 36c1a8a6c7)
2015-03-10 13:19:41 +01:00
Peter Simons f5b2b73dee cabal2nix: update git snapshot to latest version 2015-03-10 13:14:54 +01:00
Peter Simons 5d02f0e854 fetchgit: add 'deepClone' argument to disable shallow fetching
This patch resolves https://github.com/NixOS/nixpkgs/issues/6395. Deep
cloning is useful in combination with 'leaveDotGit' for builds that want
to run "git describe" to obtain a proper version string, etc., like the
'haskellngPackages.cabal2nix' package does.
2015-03-10 13:14:00 +01:00
Peter Simons 8196130a1d Merge pull request #6711 from phile314/dev
haskell: Add uhc compiler
2015-03-10 11:22:15 +01:00
Domen Kožar 3eb0dd5a4c Merge pull request #6738 from rzetterberg/master
django: Adds pypyPackages.django_1_7 (1.7.6)
2015-03-10 11:01:58 +01:00
Richard Zetterberg 8ca89f9383 django: Adds pypyPackages.django_1_7 (1.7.6) 2015-03-10 10:50:55 +01:00
Anders Papitto 4bcc817521 build-fhs-userenv passes through command line args
The motivation for this change is to allow things like the
following derivation, which wraps the debian-packaged
hello binary.

let nixpkgs = import <nixpkgs> {};
    stdenv = nixpkgs.stdenv;
in rec {
  dumb-hello = stdenv.mkDerivation {
    name = "dumb-hello";
    builder = ./builder.sh;
    dpkg = nixpkgs.dpkg;
    src = nixpkgs.fetchurl {
      url = "http://ftp.us.debian.org/debian/pool/main/h/hello-traditional/hello-traditional_2.9-2_amd64.deb";
      md5 = "f5f3c28b65221dae44dda6f242c23316";
    };
  };
  full-hello = nixpkgs.buildFHSUserEnv {
    name = "full-hello";
    targetPkgs = pkgs: [ dumb-hello ];
    multiPkgs = pkgs: [ pkgs.dpkg ];
    runScript = "hello";
  };
}
2015-03-09 23:44:51 -07:00
Austin Seipp ed75d612d6 nixpkgs: afl 1.49b -> 1.56b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-10 01:19:51 -05:00
Tobias Geerinckx-Rice 9e5abbc404 vim-plugins: wakatime 3.0.7 -> 3.0.8 2015-03-10 04:58:45 +01:00
William A. Kennington III 29a343656b lightdm-gtk-greeter: More fixes 2015-03-09 18:42:53 -07:00
William A. Kennington III fdd2b23c3e hicolor-icon-theme: 0.13 -> 0.14 2015-03-09 18:34:00 -07:00
William A. Kennington III 23194559f3 lightdm: 1.8.6 -> 1.13.1 2015-03-09 17:44:38 -07:00
William A. Kennington III e76d7e7b53 lightdm-gtk-greeter: 1.6.1 -> 2.0.0 2015-03-09 17:44:16 -07:00
William A. Kennington III 73f3432fbb firmware-linux-nonfree: 2015-02-27 -> 2015-03-09 2015-03-09 17:01:31 -07:00
William A. Kennington III f227f36f44 libyubikey: 1.12 -> 1.13 2015-03-09 16:57:34 -07:00
William A. Kennington III 3198caae45 libgcrypt: 1.6.2 -> 1.6.3 2015-03-09 16:56:09 -07:00
William A. Kennington III b0bfff28c9 libgpg-error: 1.17 -> 1.18 2015-03-09 16:56:09 -07:00
William A. Kennington III 0b1489df4e eglibc: Remove as it is now defunct 2015-03-09 16:54:27 -07:00
Philipp Hausmann 2eacaa856b
haskell-uhc: Remove explicit dependency on binary 2015-03-10 00:19:10 +01:00
Sander van der Burg e61c7ad901 Bump development versions of Disnix 2015-03-09 23:29:40 +01:00
William A. Kennington III e1703a836e gnupg: 2.0.26 -> 2.0.27 2015-03-09 15:22:59 -07:00
William A. Kennington III 9631f5a718 gnupg: Fix default path to pcsclite 2015-03-09 15:22:59 -07:00
Peter Simons d388855731 r-SID: mark broken 2015-03-09 21:14:00 +01:00
Nikolay Amiantov c16188343a steam: add primus support 2015-03-09 23:02:47 +03:00
Nikolay Amiantov a1440a679d primus: remove old workaround, fix LD_LIBRARY_PATH 2015-03-09 23:02:47 +03:00
Arseniy Seroka 84ab38528b Merge pull request #6730 from abbradar/chrootenv-sound
Cleanup fhs-chrootenv's environment and workaround Steam's sound issues
2015-03-09 22:02:10 +03:00
Arseniy Seroka b172b9fb37 Merge pull request #6731 from globin/update-rust
Update rust to new nightly (2015-03-09)
2015-03-09 21:59:03 +03:00
aszlig 8cd6d53930
kbd: Patch in support for the Neo keyboard layout.
This adds support for the Neo keyboard layout (http://neo-layout.org/, a
layout optimized for the German language) for the native Linux console.

It also adds build dependencies on autotools and friends, because we
need to recreate the automake config in order to include a new keyboard
layout directory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-09 19:42:59 +01:00
Pascal Wittmann 362f2db258 findbugs: update from 3.0.0 to 3.0.1 2015-03-09 19:35:24 +01:00
Pascal Wittmann 070808283b cpuminer: update from 2.4 to 2.4.1 2015-03-09 19:35:24 +01:00
Pascal Wittmann a63d87cba8 autossh: update from 1.4d to 1.4e 2015-03-09 19:35:23 +01:00
Robin Gloster 3a32dae799 update rust to new nightly (2015-03-09) 2015-03-09 18:37:30 +01:00
Pascal Wittmann af0f1840b4 utf8proc: fixed description 2015-03-09 18:35:25 +01:00
Pascal Wittmann 7b2ceb5cf1 Merge pull request #6426 from grwlf/utf8-proc
utf8proc: add the library
2015-03-09 17:34:06 +00:00
Pascal Wittmann 3b1b8fb629 antiword: apply debians patch for CVE-2014-8123
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771768
2015-03-09 18:27:25 +01:00
Pascal Wittmann a9719f9dbb global: update from 6.2.12 to 6.3.4 2015-03-09 17:53:45 +01:00
Eric Seidel 1d92bdd1ff help2man: more permissive meta.platforms 2015-03-09 09:43:19 -07:00
Pascal Wittmann 8aec000495 zim: fixed xdg path (closes #4786) 2015-03-09 17:34:26 +01:00
Tobias Geerinckx-Rice 78ec3797ab netsniff-ng: remove useless dependencies
- Replace external `which` with `command -v` built into bash
- Remove non-functional GeoIP dependency for now
2015-03-09 17:23:10 +01:00
Eric Seidel 19a6e3a2e6 emacs24PackagesNg: fix typos in "license" 2015-03-09 09:19:36 -07:00
Eric Seidel 8a970b0b28 emacs24PackagesNg: add recurseIntoAttrs to trigger hydra 2015-03-09 08:52:02 -07:00
Peter Simons e8b33876af r-Cell: drop obsolete package 2015-03-09 16:43:37 +01:00
Peter Simons a05aa1a3b1 haskell-ng: update to latest hscolour 2015-03-09 16:37:43 +01:00
Peter Simons a591dbac3b r-modules: update from CRAN state at 2015-03-09T16:32:24+0100 2015-03-09 16:37:05 +01:00
Peter Simons 3f7de179f5 R: update to version 3.1.3 2015-03-09 16:37:05 +01:00
Peter Simons 97feb65c00 pcsctools: fix evaluation 2015-03-09 16:02:48 +01:00
Vladimír Čunát 943754c5d0 harfbuzz: small update 2015-03-09 15:55:29 +01:00
Vladimír Čunát 947d78c9e8 trustedGrub: fix build by using older automake (again) 2015-03-09 15:55:28 +01:00
Vladimír Čunát c4f238c39c glib: maintenance update 2015-03-09 15:55:28 +01:00
Vladimír Čunát 6c20e1d0bd xf86-video-vmware: drop patch included in update 2015-03-09 15:55:28 +01:00
Vladimír Čunát 2af0227154 gtk2: small maintenance update 2015-03-09 15:55:28 +01:00
Peter Simons c776477350 haskell-generic-builder: update and jailbreak cabal files before patchPhase is run
The updated and jailbroken Cabal file must be in place before the
'patchPhase' hook is run, otherwise we cannot use that hook to patch the
Cabal file! Resolves https://github.com/NixOS/nixpkgs/issues/5922.

As an added bonus, this change makes the "jailbreakPhase" obsolete.
2015-03-09 15:55:25 +01:00
Peter Simons 3e9e1a2f4e haskell-generic-builder: set LOCALE_ARCHIVE only on Linux 2015-03-09 15:55:25 +01:00
Peter Simons 0a97e2153e haskell-generic-builder.nix: don't add lib64 directories to the search path
Packages that provide 32 and 64-bit libraries in the same store path are rare
and usually require manual overrides anyway. It seems pointless to try and
guess proper settings for them. The effect is that we'll end up with bogus
settings that take more effort to correct that it takes to configure proper
settings in the first place. Point in case: haskell-cuda and it's configuration
for "cudatools".

Fixes https://github.com/NixOS/nixpkgs/issues/6564.
2015-03-09 15:55:25 +01:00
Luca Bruno aae9e49cbc Add setup-hook to hicolor_icon_theme 2015-03-09 15:55:24 +01:00
mancha f43d759bc4 unzip: fix CVE-2014-9636 patch
Close #6544, fixes #6543.
vcunat: no security impact; just fixes false rejections of some rarer
inputs - a problem introduced by the CVE patch.
2015-03-09 15:55:24 +01:00
Peter Simons c4ff9d10ba haskell-generic-builder: consistently use $TMPDIR to refer to the designated place for temporary files
Resolves https://github.com/NixOS/nixpkgs/issues/6525.
2015-03-09 15:55:24 +01:00
Peter Simons e2b033cad9 ghc: re-instate code that configures statically linked builds by default
The compiler should not expect to have dynamic versions of all libraries
available, because that configuration doesn't play along nicely with statically
linked libraries.

Fixes https://github.com/NixOS/nixpkgs/issues/6399.
2015-03-09 15:55:24 +01:00
Eduard Bachmakov aa564bbac5 mesa: big update, and related improvements (close #6367)
* Remove upstreamed patch
* EGL driver dirs are no longer a thing, see mesa commit
  407450eb84f5a1b466a2eff19b85cdee7ac15dfb
  Patching runtime search dir in sources instead (by vcunat).
* static-gallium patch dropped as it causes visibility issues with
  nouveau
* rtti patch dropped as it the relevant configuration has been removed
  upstream; properly fixed by an LLVM flag now
* Checks disabled. This is known and solved upstream. Checks will be
  re-enabled in a future commit when updating to a version containing
  the fixes
* Use llvm-3.5 now (by vcunat).
2015-03-09 15:55:24 +01:00
Eduard Bachmakov 4731485ca2 llvm-3.5: enable RTTI to support mesa
Extracted from #6367.
2015-03-09 15:55:23 +01:00
Vladimír Čunát a3e0ee10e5 xf86-video-vmware: update 2015-03-09 15:55:23 +01:00
Vladimír Čunát 9c22c1b3d7 xorg: update various modules 2015-03-09 15:55:23 +01:00
Vladimír Čunát 464212e01a dbus: security bump to fix CVE-2015-0245 2015-03-09 15:55:23 +01:00
Vladimír Čunát c4ac05d47e libdrm: update 2015-03-09 15:55:22 +01:00
Vladimír Čunát c65a2121e0 glibc: fix -lgcc_s linking
https://github.com/NixOS/nixpkgs/commit/65221567c12eb20d12#commitcomment-9515597
2015-03-09 15:55:22 +01:00
Vladimír Čunát 263d5239d6 gnugrep: fix CVE-2015-1345 by upstream patch 2015-03-09 15:55:22 +01:00
Vladimír Čunát db847a3345 recode: fix build, needing texinfo now
Also make the build inputs native (no references are retained).
2015-03-09 15:55:22 +01:00
Vladimír Čunát 0ffb98828e libtool: update
I see nothing dangerous in NEWS.
Also refactored the expression.
2015-03-09 15:55:22 +01:00
Vladimír Čunát 8743003935 grep: update
The 2.21 update fixes NixOS/nix#464.
2015-03-09 15:55:21 +01:00
Vladimír Čunát 0619c852cb automake: use 1.14.* as the default
I see 1.15 has been released recently,
but that's probably too new to be the default.
2015-03-09 15:55:21 +01:00
Lluís Batlle i Rossell a22c19f56a Fixing judy for gcc 4.8
gtkwave crashes often, without this fix.
http://sourceforge.net/p/judy/mailman/message/31995144/
2015-03-09 15:37:50 +01:00
Lluís Batlle i Rossell a2f4b94dbe Add pcsc-tools, to test ccid cards. 2015-03-09 15:37:50 +01:00
Nikolay Amiantov e01cd8f214 steam: fix sound issues 2015-03-09 17:29:44 +03:00
Nikolay Amiantov 3e395b71da chroot-env: add locales, refactor environment 2015-03-09 17:29:43 +03:00
Nikolay Amiantov e3ab3df26e chroot-env: ignore collisions and fix permissions 2015-03-09 17:29:43 +03:00
Nikolay Amiantov 4aba7639c8 chroot-env: build /etc 2015-03-09 17:29:43 +03:00
Nikolay Amiantov 95cd118d4f steam: refactor meta 2015-03-09 17:29:43 +03:00
Peter Simons 46e5a39cdc haskell-users-postgresql-simple requires PostgreSQL running for its test suite. 2015-03-09 15:20:59 +01:00
Peter Simons f4958243d4 haskell-chaselev-deque has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons ba60dea515 haskell-snap: jailbreak to allows building with current versions of lens 2015-03-09 15:20:59 +01:00
Peter Simons f2fc204811 haskell-blip and haskell-xcffib don't compile. 2015-03-09 15:20:59 +01:00
Peter Simons dddf5158c3 haskell-snowglobe has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons 4481108acf haskell-configuration-common: cosmetic 2015-03-09 15:20:59 +01:00
Peter Simons 639ffffa8d haskell-influxdb build has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons 17b7ade707 haskell-vcache-trie has broken dependencies. 2015-03-09 15:20:58 +01:00
Peter Simons 11cce22637 haskell-ng: update configuration to transformers 0.4.3.0 2015-03-09 15:20:58 +01:00
Peter Simons 025d063d45 hackage-packages: re-generate from Hackage 2015-03-08T10:54:07+0100 2015-03-09 15:20:58 +01:00
Philipp Hausmann 1ce75368f1
Add uhc haskell compiler 2015-03-09 13:38:28 +01:00
Thomas Tuegel 7b2adc0039 Merge branch 'kde5' 2015-03-09 06:43:13 -05:00
Peter Simons ea0e73ad6b Merge pull request #6728 from desiderius/python-modules
python-packages: updates in response to the closing of #6548
2015-03-09 12:36:25 +01:00
Peter Simons ecad102326 pkgs/development/libraries/ffmpeg/generic.nix: don't insert faac into buildInputs unconditionally
This is a hot-fix to mitigate https://github.com/NixOS/nixpkgs/issues/6727.
2015-03-09 12:30:16 +01:00
desiderius 6ee8c746c2 python-modules: enables support for pypy in sphinxcontrib-httpdomain
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-httpdomain with pypy.
2015-03-09 12:22:50 +01:00
desiderius cee5ce177b python-modules: enables support for pypy in sphinxcontrib-plantuml
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-plantuml with pypy.
2015-03-09 12:14:17 +01:00
Vincent Laporte 07536bd1fe merlin: update from 2.1.1 to 2.1.2 2015-03-09 12:07:08 +01:00
Eelco Dolstra 7f90cc40b4 php: Update to 5.4.38 2015-03-09 11:36:40 +01:00
Eelco Dolstra e02d926ca9 nixUnstable: Update to 1.9pre4074_e659978 2015-03-09 11:27:22 +01:00
James Cook 7b67e3fe35 Enable aalib support in mplayer. 2015-03-08 23:58:48 -07:00
William A. Kennington III c9ec23d55c Merge pull request #6673 from taku0/oraclejdk-8u40
oraclejdk: bump to 8u40
2015-03-08 19:16:44 -07:00
William A. Kennington III ec589468db Merge pull request #6723 from brendanlong/syncthing-0.10.25
syncthing: Update to 0.10.25
2015-03-08 17:56:46 -07:00
Brendan Long 2f3dd98ef1 syncthing: Update to 0.10.25
https://github.com/syncthing/syncthing/releases/tag/v0.10.25
2015-03-08 18:22:52 -05:00
William A. Kennington III dec84fd52c Merge pull request #6686 from blueyed/update-awesome-3.5.6
Update awesome 3.5.6
2015-03-08 16:09:11 -07:00
William A. Kennington III 2e6e6f9178 Merge pull request #6684 from j-keck/update-scala
update scala to 2.10.5 and 2.11.6
2015-03-08 16:08:40 -07:00
William A. Kennington III 01ebf5582c Merge pull request #6690 from kirelagin/keybase
keybase: update CLI to 0.7.7
2015-03-08 16:06:37 -07:00
William A. Kennington III b8d5a9b689 Merge pull request #6683 from unaizalakain/influxdb0.8.3
Bump InfluxDB to 0.8.3
2015-03-08 16:06:12 -07:00
obadz fcd5d8fdc6 ecryptfs: lib.maintainers vs maintainers 2015-03-08 16:03:52 -07:00
obadz e5d4624420 PAM/eCryptfs now able to mount ecryptfs'd home directories on login 2015-03-08 16:03:51 -07:00
Thomas Tuegel a1700f8400 kf57: include Qt GraphicalEffects submodule 2015-03-08 17:37:29 -05:00
Thomas Tuegel afa4c3aed2 autonix: allow one-to-many dependency resolution 2015-03-08 17:28:44 -05:00
William A. Kennington III b452bd40e1 Merge pull request #6602 from codyopel/ffmpegbr
ffmpeg: refactor to generic
2015-03-08 15:23:55 -07:00
Michael Raskin e5a13b3442 Update LibreOffice to 4.4.1.2 2015-03-09 01:03:01 +03:00
Michael Raskin 04692c04e9 Update Pipelight Wine 2015-03-09 01:03:01 +03:00
Michael Raskin 0f8e3caec5 Repackage from scratch and update angelscript 2015-03-09 01:03:01 +03:00
Michael Raskin a36c914020 update sbcl 2015-03-09 01:03:01 +03:00
Michael Raskin 487b95f4d0 update zpaq 2015-03-09 01:03:01 +03:00
Michael Raskin 09e74005b0 update nginx unstable 2015-03-09 01:03:01 +03:00
Michael Raskin 44b608f64e update nilfs utils 2015-03-09 01:03:01 +03:00
Michael Raskin eeac4fdf0e update zpaq 2015-03-09 01:03:01 +03:00
Michael Raskin ab5dd299ee update getmail 2015-03-09 01:03:01 +03:00
Michael Raskin 5c5ade16ba update sysdig 2015-03-09 01:03:01 +03:00
Michael Raskin 81eafd7761 update directfb 2015-03-09 01:03:01 +03:00
Michael Raskin 8fcc960e6e Update firejail 2015-03-09 01:03:01 +03:00
Michael Raskin db0f66a188 update cl-launch 2015-03-09 01:03:01 +03:00
Michael Raskin 1fdc855b2f Update botan unstable 2015-03-09 01:03:01 +03:00
Michael Raskin 3d4f7be9a3 Update ECL 2015-03-09 01:03:01 +03:00
Michael Raskin 66b99b7d23 Update comiz 2015-03-09 01:03:01 +03:00
Michael Raskin 0394ce7627 Update pari 2015-03-09 01:03:00 +03:00
Michael Raskin 2d7dd6ca2c update gajim 2015-03-09 01:03:00 +03:00
Michael Raskin 2012221861 Update qpdfview 2015-03-09 01:03:00 +03:00
William A. Kennington III 6b666dca7c kernel: 3.14.34 -> 3.14.35 2015-03-08 14:58:46 -07:00
William A. Kennington III cf9d5ceda1 kernel: 3.18.8 -> 3.18.9 2015-03-08 14:57:44 -07:00
William A. Kennington III a086f5df70 kernel: 3.2.67 -> 3.2.68 2015-03-08 14:57:44 -07:00
William A. Kennington III 4c01585211 kernel: 3.19 -> 3.19.1 2015-03-08 14:57:43 -07:00
William A. Kennington III 09e477a045 kernel: 3.10.70 -> 3.10.71 2015-03-08 14:55:11 -07:00
Pascal Wittmann 228183f4f1 Merge pull request #6313 from matthiasbeyer/add-khal
Add package: khal
2015-03-08 21:22:12 +00:00
Domen Kožar 17a44e5013 Merge pull request #6717 from sjagoe/package-python-grin
Add grin package
2015-03-08 21:58:23 +01:00
Simon Jagoe 456750c1ad Add sjagoe as maintainer of grin package 2015-03-08 20:46:23 +00:00
Simon Jagoe aca88a275e Specify platform compatibility for grin 2015-03-08 20:45:32 +00:00
Simon Jagoe f4965177b5 Move grin definition to tools/text and call it from all-packages.nix 2015-03-08 20:10:40 +00:00
Michael Raskin 32ee876647 Update strace 2015-03-08 20:47:24 +03:00
Simon Jagoe ab6a03e706 Place grin in Python 2.7 section; it is not Python 3.x compatible 2015-03-08 17:09:11 +00:00
Simon Jagoe 02fdd38400 Add grin package 2015-03-08 16:38:31 +00:00
Nikolay Amiantov 9545c0b80e xmonad: cleanup wrapper 2015-03-08 18:38:04 +03:00
Vladimír Čunát 3d0a6819da wmutils-core: add to tools/X11 (close #6585)
@vcunat fixed and cleaned this a little.
2015-03-08 15:46:02 +01:00
Andraz Brodnik 2d8f7883a9 Add scrolls game (unfree). Close #6456.
@vcunat added today's date as version.
2015-03-08 15:37:33 +01:00
Nathaniel Baxter 358e9af3d3 wineUnstable: updates (close #6508) 2015-03-08 15:10:44 +01:00
Thomas Strobel 0d1c39443b Change kernel config: improve squashfs support of kernel 2015-03-08 13:58:00 +01:00
lethalman 0a83c2a2a9 Merge pull request #6697 from ardumont/add-tuxguitar
[new] tuxguitar derivation
2015-03-08 11:54:57 +01:00
Antoine R. Dumont dd71d7b44b tuxguitar in $out/bin/ folder
Tuxguitar was installed in $out (as per default wrapper script)
Thus installing tuxguitar was not in ~/.nix-profile when installed.

Now tuxguitar appears in ~/.nix-profile when installed.
2015-03-08 11:14:02 +01:00
Antoine R. Dumont 00fb3c0b7e Add tuxguitar derivation 2015-03-08 10:22:56 +01:00
Antoine R. Dumont 4c985c26af Update swt installation
Permit the installation for x86_64
2015-03-08 10:22:55 +01:00
Bob van der Linden 08ea20df65 git-cola: add package 2015-03-08 01:39:29 +01:00
Benjamin Staffin ed6ce446d0 euca2ools: bump to 2.1.4, use python27
Change-Id: I8be644bcf2892e1146c3b3eedea36c5f5e749c16
2015-03-07 14:06:08 -08:00
Benjamin Staffin 65d6eb0f20 docker-registry: update to 0.9.1 2015-03-07 14:06:08 -08:00
Benjamin Staffin 02712cc3f1 Drop obsolete boto-1.9 patch
This has been unreferenced since commit
d52d71a04b from August 2014.
2015-03-07 14:06:08 -08:00
Benjamin Staffin 5113a065d7 boto: Apply patch needed to fix docker-registry
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.

Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00
Domen Kožar 0fd3db4ba1 fix #6548 2015-03-07 22:31:40 +01:00
Domen Kožar 0e0bc3ac86 gevent: update Python 2.7.9 compatibility patch 2015-03-07 19:30:00 +01:00
Cillian de Róiste 79d7605311 darktable: update from 1.6.2 to 1.6.3 2015-03-07 19:02:55 +01:00
Cillian de Róiste a88bc51cf4 kde4.kde_wacomtablet: update from 2.0.2 to 2.1.0 2015-03-07 19:02:25 +01:00
Cillian de Róiste 96cc8da5de yoshimi: update from 1.3.2 to 1.3.3 2015-03-07 19:01:37 +01:00
Peter Simons 2e0144ce09 haskell-euler fails its test suite. 2015-03-07 17:09:41 +01:00
Peter Simons 654d912db5 haskell-hunt-server has broken -rtsopts in its Cabal file 2015-03-07 17:09:40 +01:00
Peter Simons b9be39614b haskell-hlibBladeRF: test suite has been fixed 2015-03-07 17:09:40 +01:00
Peter Simons 8be1ddb45c haskell-yabi-muno has been fixed. 2015-03-07 17:09:40 +01:00
Peter Simons b76fc326ff haskell-persona-idp has been fixed. 2015-03-07 17:09:40 +01:00
Peter Simons d93b114bbe hackage-packages.nix: re-generate from Hackage 2015-03-07T13:02:15+0100 2015-03-07 17:09:40 +01:00
Arseniy Seroka c9387ca988 Merge pull request #6696 from matthiasbeyer/update-vdirsyncer
Update: vdirsyncer 0.4.2 -> 0.4.3
2015-03-07 18:46:27 +03:00
Arseniy Seroka 1a25b83c6b Merge pull request #6695 from matthiasbeyer/add-hstr
Add package: hstr (hh)
2015-03-07 18:45:42 +03:00
Matthias Beyer 341c50fdcb Update: vdirsyncer 0.4.2 -> 0.4.3 2015-03-07 15:38:22 +01:00
taku0 08e41f7a58 firefox-bin: update to version 36.0.1 (close #6691) 2015-03-07 14:51:17 +01:00
Matthias Beyer 425110dea6 Add package: hstr (hh) 2015-03-07 14:50:14 +01:00
Carles Pagès 2bc4f5c149 SDL2_ttf: add version 2.0.12 2015-03-07 14:35:19 +01:00
Vladimír Čunát 2069156d5c nestopia: disable failing parallel builds
http://hydra.nixos.org/build/19861758
2015-03-07 14:34:28 +01:00
Moritz Ulrich 4560b11551 pngcrush: update from 1.7.82 to 1.7.83 2015-03-07 12:08:18 +01:00
Moritz Ulrich 77362488d7 cura: update from 14.12.1 to 15.02.1 2015-03-07 12:04:22 +01:00
Moritz Ulrich 3adcc60770 curaengine: update from 14.12.1 to 15.02.1 2015-03-07 12:04:18 +01:00
Moritz Ulrich 86bd152378 Emacs: Fix `woman'. 2015-03-07 12:03:26 +01:00
Kirill Elagin 90a0fd8d43 keybase: update CLI to 0.7.7 2015-03-07 02:08:12 +03:00
William A. Kennington III c410664d8b mongodb: 2.6.7 -> 2.6.8 2015-03-06 14:11:45 -08:00
Fedor Pakhomov eb8105ad01 Separated DDCcontrol-DB declaration from DDCcontrol declaration 2015-03-07 01:10:46 +03:00
Shea Levy 3ed077a69b lldb-3.5 is broken, bug in the cmake
lldb-3.6 is working (just waiting on a staging fix to merge), so let's just
mark this broken until we decide to nuke 3.5 all together.

Fixes #6636 refs #6668
2015-03-06 16:16:20 -05:00
William A. Kennington III a00e19ceb9 samba4: Remove explicit libiconv specification 2015-03-06 11:59:05 -08:00
William A. Kennington III e49db703dc zfs_git: 2015-03-02 -> 2015-03-05 2015-03-06 11:56:43 -08:00
William A. Kennington III bc49764fe2 spl_git: 2015-02-27 -> 2015-03-03 2015-03-06 11:56:43 -08:00
Vincent Laporte 116ddda218 Adds ocaml-enumerate
Quotation expanders for enumerating finite types in OCaml.
2015-03-06 20:29:07 +01:00
Lluís Batlle i Rossell d1e302121a Merging changes to make more things build on rpi2 2015-03-06 15:43:32 +00:00
Peter Simons 13bd8f068f haskell-hopenpgp-tools does not compile. 2015-03-06 16:24:52 +01:00
Peter Simons 17a6cbc11c haskell-miniforth needs mtl 2.2.x. 2015-03-06 16:24:52 +01:00
Peter Simons b6c769a15e haskell-persona-idp doesn't support recent versions of optparse-applicative 2015-03-06 16:24:26 +01:00
Peter Simons 0d4058b0cb haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x. 2015-03-06 16:24:26 +01:00
Peter Simons 956ccc7b8d haskell-hlibBladeRF fails its test suite. 2015-03-06 16:24:25 +01:00
Peter Simons 43c4372d4c haskell-jose test suite has been fixed. 2015-03-06 16:24:12 +01:00
Peter Simons 5f736a02fb hackage-packages.nix: re-generate from Hackage 2015-03-06T11:14:49+0100 2015-03-06 16:23:46 +01:00
Eelco Dolstra 3b9b620656 Revert "linux: disable UEVENT_HELPER*"
This reverts commit 9f87f3ccb0 because
it causes /proc/sys/kernel/hotplug to not be cleared on Linux <= 3.14.
2015-03-06 15:59:06 +01:00
Lluís Batlle i Rossell 0f4a9a58d8 Avoid bash arg in Spidermonkey 17 2015-03-06 14:34:26 +00:00
Eelco Dolstra f110e6721f chromedriver: Fix evaluation 2015-03-06 15:11:41 +01:00
Eelco Dolstra 692ed0882a Fix eval-release.nix evaluation 2015-03-06 15:09:51 +01:00
Shea Levy 494ae5fbeb clang: provide path to gcc on Linux
gcc contains core runtime bits that aren't available elsewhere for Linux.

Fixes #6449 refs #6668
2015-03-06 08:36:42 -05:00
Eelco Dolstra bf0aa66c17 Only test evaluation on supported platforms 2015-03-06 14:07:45 +01:00
Eelco Dolstra f72ae4da79 samba4: Fix evaluation
http://hydra.nixos.org/build/20173661
2015-03-06 14:07:45 +01:00
Cillian de Róiste d8a5712ea0 chromedriver: 2.10 -> 2.14 2015-03-06 13:55:42 +01:00
Vladimír Čunát cdd00f47fa libav*.tools: remove overlapping paths, fixes #6682 2015-03-06 12:55:08 +01:00
Eelco Dolstra ad896e1737 Typo 2015-03-06 12:09:10 +01:00
Peter Simons eaf728c3d3 r-modules: fix git2r, TAQMNGR, and WhopGenome 2015-03-06 11:21:21 +01:00
Sander van der Burg de8e1bcb03 DisnixWebService: bump to latest development version 2015-03-06 09:41:31 +00:00
Ambroz Bizjak 5f76d08865 polkit: Use spidermonkey-17.
The old version doesn't build for ARMv7.
(cherry picked from commit 5fe72cafffb22749520dd03a18bb862a37cca8b3)
2015-03-06 09:11:11 +00:00
Ambroz Bizjak e47afb3601 spidermonkey-17: Disable test which fails on ARM.
(cherry picked from commit b90dca35aac458953182b4e1ad725c9466d11a66)
2015-03-06 09:11:03 +00:00
Ricardo M. Correia 02b91f93c4 firefox: Update from 36.0 -> 36.0.1 2015-03-06 05:13:58 +01:00
Ricardo M. Correia 96b2d27e69 pax-utils: Update from 1.0 -> 1.0.1 2015-03-06 05:03:54 +01:00
Tobias Geerinckx-Rice d37e8c4014 x2goclient: correct parallel building flag 2015-03-06 04:37:29 +01:00
Tobias Geerinckx-Rice 40e4ebbb57 python-packages: pgcli 0.16.0 -> 0.16.1 2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice 22080d1951 Add x2goclient 4.0.3.2
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice 2a93bee7f3 Add nxproxy 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice 47712a21bd Add libxcomp 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:39 +01:00
Shea Levy c08a0d240c ats2: bump 2015-03-05 18:21:56 -05:00
Daniel Hahler 421e79b8d1 awesome: do not depend on rxvt_unicode, but xterm
xterm is being used as terminal in the default configuration.
2015-03-06 00:04:48 +01:00
Daniel Hahler 0f7c125ca4 awesome: 3.5.5 -> 3.5.6 2015-03-05 23:56:32 +01:00
Eric Seidel 6b60f3dcad Merge pull request #6641 from oxij/emacs-ng
Somewhat more generic emacs packages' builder and a bunch of new emacs packages and metas
2015-03-05 13:22:45 -08:00
Eric Seidel b6a3fd396e dysnomia: fix syntax error 2015-03-05 13:00:50 -08:00
Arseniy Seroka ff58ecdce2 Merge pull request #6660 from flosse/zdfmediathk
pkgs: zdfmediathk 8 -> 9
2015-03-05 23:59:18 +03:00
Arseniy Seroka 268a355988 Merge pull request #6633 from ts468/enlightenment
Update: Enlightenment + EFL
2015-03-05 23:58:37 +03:00
Arseniy Seroka e5be0398cc Merge pull request #6664 from k0ral/fish
fish: 2.1.1 -> 2.1.2
2015-03-05 23:57:38 +03:00
Peter Jones ff42e0ae7f 2.0.0-rc2 -> 2.0.0, add CardDAV support 2015-03-05 13:23:02 -07:00
Sander van der Burg bb3cf3b461 Bump development versions of disnix packages 2015-03-05 20:22:42 +00:00
j-keck 7da51f9eb7 scala: update to 2.11.6 2015-03-05 20:49:28 +01:00
j-keck a1a585078a scala_2_10: update to 2.10.5 2015-03-05 20:49:28 +01:00
Unai Zalakain bf286c587b Bump InfluxDB to 0.8.3
- Prevents the automatic creation of shards that was causing too many shards
  being created when used with grafana.
- It's the most recent version that allows updating from 0.7
2015-03-05 19:26:49 +00:00
Tobias Geerinckx-Rice 329de0fa75 Merge pull request #6639 from sheganinans/op2
Updating Opera 12.12 to 12.16
2015-03-05 19:24:41 +01:00
Nikolay Amiantov 4fde098eec Merge pull request #6677 from abbradar/sddm
Add SDDM display manager
2015-03-05 21:03:43 +03:00
Nikolay Amiantov 0c5169b536 samsung-UnifiedLinuxDriver: fix meta 2015-03-05 20:49:45 +03:00
Nikolay Amiantov 9a21011f08 uim: don't accept additional arguments 2015-03-05 20:49:45 +03:00
Nikolay Amiantov c532beeb0d sddm: add package 2015-03-05 20:49:26 +03:00
Peter Simons 02ce945693 haskell-pocket-dns: test suite depends on external programs 2015-03-05 18:29:56 +01:00
Peter Simons 4eb43eec47 haskell-webkit is broken. 2015-03-05 18:29:56 +01:00
Peter Simons fee8f2c11e haskell-amazonka-ssm: fix build with GHC 7.8.x 2015-03-05 18:29:56 +01:00
Peter Simons 69c7b87483 haskell-hierarchical-clustering cannot compile its test suite 2015-03-05 18:29:56 +01:00
Peter Simons e03bec6ca2 haskell-haroonga does not compile. 2015-03-05 18:29:55 +01:00
Peter Simons cd65782d47 haskell-jose cannot compile its own test suite. 2015-03-05 18:29:55 +01:00
Peter Simons 069d835913 haskell-persistent-zookeeper: test suite needs an external database running 2015-03-05 18:29:55 +01:00
Peter Simons 62700db96a haskell-influxdb is broken. 2015-03-05 18:29:55 +01:00
Peter Simons a5740b11fa haskell-cabal-debian has been fixed. 2015-03-05 18:29:55 +01:00
Peter Simons 7cf5b64d4a haskell-shakespeare-js defines no modules Haddock could process. 2015-03-05 18:29:55 +01:00
Peter Simons 0cb7630f20 haskell-temporal-csound has been fixed. 2015-03-05 18:29:55 +01:00
Peter Simons 4e6310ed17 hackage-packages: re-generate from Hackage 2015-03-05T17:55:09+0100 2015-03-05 18:29:55 +01:00
Eelco Dolstra d409516501 Merge pull request #6680 from cocreature/openjdk8u40
openjdk8: update to jdk8u40-b25
2015-03-05 18:10:13 +01:00
lethalman 5cd9bbb866 Merge pull request #6615 from matthiasbeyer/add-scim
Add package: scim
2015-03-05 18:08:10 +01:00
Moritz Kiefer 4f3f301807 openjdk8: update to jdk8u40-b25 2015-03-05 18:04:21 +01:00
Matthias Beyer c6ab53e9db Add package: scim 2015-03-05 18:04:11 +01:00
Peter Simons 58795b953b uid_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:41:36 +01:00
Peter Simons 455fc68fbb socket_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:40:55 +01:00
Peter Simons 0ac77f4690 nss_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:40:17 +01:00
Eelco Dolstra 17bc5f9b38 dhcpcd: Update to 6.6.7 2015-03-05 17:25:56 +01:00
Petar Bogdanovic 31955c869f Update gnupg1orig package to gpg-1.4.19
A test build pulled too many packages (including perl) for my VM so
while it's a simple bump, it's also untested.
2015-03-05 16:04:29 +01:00
Jeff Simpson 2b0a3cd085 Added choqok build 2015-03-05 07:11:57 -07:00
taku0 137f281849 oraclejdk: bump to 8u40 2015-03-05 23:01:21 +09:00
Lluís Batlle i Rossell 9d8c26efae Add comment explaining the rpi2 gcc flags. 2015-03-05 10:00:21 +00:00
Ambroz Bizjak c1b803ba0e Cut down on the gcc flags for raspberrypi2. 2015-03-05 09:23:24 +00:00
Lluís Batlle i Rossell cfd9b77e82 kernel: I hope to fix the dtbs thing
I thought $arch was defined. Now I'm using karch, that should serve for cross
building as well.
2015-03-05 09:10:19 +00:00
Lluís Batlle i Rossell 31cccd88ed kernel: Trying to fix makeflags of 'make dtbs' 2015-03-05 09:10:17 +00:00
Lluís Batlle i Rossell 42c6115872 kernel: I forgot $makeFlags in make dtbs 2015-03-05 09:10:15 +00:00
Lluís Batlle i Rossell 3e92c4e0ff Trying to make DTBs if set in platform. 2015-03-05 09:09:34 +00:00
Lluís Batlle i Rossell 56989d9f20 Updating the raspberry pi kernel sources to recent, for pi2 2015-03-05 09:09:32 +00:00
Lluís Batlle i Rossell 1c7fc46ee5 Adding the raspberrypi2 platform. 2015-03-05 09:09:30 +00:00
宋文武 17479728ec numix-icon-theme, numix-icon-theme-circle: Use commit date as version.
Use git commit date as version number.
Install to $out/share/icons instead of $out/usr/share/icons.
2015-03-05 15:47:25 +08:00
koral e8dd8ac456 mpv: 0.8.0 -> 0.8.2 2015-03-05 07:36:29 +00:00
宋文武 4c3b9927d8 numix-gtk-theme: Install to $out/share/themes. 2015-03-05 15:13:04 +08:00
Sou Bunnbu f6796bd7b9 Merge pull request #6654 from taktoa/master
Added Numix/Numix-Circle icon theme and Numix GTK theme
2015-03-05 14:59:59 +08:00
Remy Goldschmidt 8a732aecb8 Fixed licenses, fixed platform, renamed packages 2015-03-05 00:23:18 -06:00
vbgl 46aa9f1e75 Merge pull request #6666 from k0ral/ncmpcpp
ncmpcpp: 0.6.2 -> 0.6.3
2015-03-05 07:17:55 +01:00
Eric Seidel 3ea2aa4136 stdenv/darwin: choose sdkroot based xcrun default 2015-03-04 21:36:09 -08:00
koral 6248bf75ad ncmpcpp: 0.6.2 -> 0.6.3 2015-03-05 01:33:43 +00:00
William A. Kennington III 7915060d79 samba4: Remove broken glusterfs comment 2015-03-04 17:32:04 -08:00
William A. Kennington III 936fdc7b68 samba4: 4.1.17 -> 4.2.0 YOLO 2015-03-04 17:17:26 -08:00
koral 43505edb9c fish: 2.1.1 -> 2.1.2 2015-03-05 01:55:45 +01:00
William A. Kennington III e15cd2375e kerberos: Add development string 2015-03-04 16:48:52 -08:00
William A. Kennington III c5dce2def0 uid_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III 88c01c5647 socket_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III 3e4fa69a90 nss_wrapper: Add derivation 2015-03-04 16:48:51 -08:00
William A. Kennington III 7b517a4b29 tevent: 0.9.23 -> 0.9.24 2015-03-04 16:48:51 -08:00
Remy Goldschmidt 7648cb2456 Added Numix GTK theme, removed unnecessary ls -lah in Numix/Numix-Circle icon themes 2015-03-04 18:00:25 -06:00
vbgl b7bcd30dbe Merge pull request #6661 from devhell/profanity
profanity: 0.4.5 -> 0.4.6
2015-03-05 00:01:08 +01:00
Eelco Dolstra 6f33aa8465 orig-gcc -> orig-cc 2015-03-04 22:15:46 +01:00
Eelco Dolstra 694f01db2d intersect -> intersectLists, subtract -> subtractLists 2015-03-04 22:15:46 +01:00
Eelco Dolstra 97fcb33ac2 cudatoolkit: Fix gcc -> cc
Urgh, we shouldn't have renamed gcc to cc...
2015-03-04 22:15:46 +01:00
Eelco Dolstra 829479d1dd substract -> subtract 2015-03-04 22:15:45 +01:00
devhell 5be852be9f profanity: 0.4.5 -> 0.4.6
Changes include:

  * 16 colour support
  * UI preferences included in themes (http://www.profanity.im/themes.html)
  * Roster panel in console window
  * Word wrapping
  * Configure time display in main window
  * Set default account for /connect
  * Contact presence and resource displayed in titlebar
  * Ability to override resource when sending messages
  * Chat session handling in line with http://xmpp.org/rfcs/rfc6121.html#message-chat
  * Lower CPU usage during periods of inactivity
  * Keychain/keyring integration using account eval_password property
  * Fixed remote code execution bug on OSX when desktop notifications configured to show message text

Most new UI features are enabled by default but can be disabled with the relevant preference command.
2015-03-04 20:57:59 +00:00
Markus Kohlhase c9afdef66d pkgs: zdfmediathk 8 -> 9 2015-03-04 19:18:13 +00:00
Aistis Raulinaitis 23506c2888 Updating Opera 12.12 to 12.16 2015-03-04 09:53:31 -08:00
Peter Simons 16d8a67e75 hackage-packages: re-generate from Hackage 2015-03-04T18:28:23+0100 2015-03-04 18:28:23 +01:00
Ricardo M. Correia e6561c5fb1 cargo: Install man page
... as well as other artifacts.
2015-03-04 18:08:52 +01:00
Ricardo M. Correia 9e19e5dc98 pax-utils: Update from 0.9.2 -> 1.0 2015-03-04 18:04:52 +01:00
lethalman 716ae5f7a7 Merge pull request #6656 from wjlroe/autojump-22.2.4
autojump: Update to 22.2.4
2015-03-04 17:24:08 +01:00
William Roe df73d821fa autojump: Update to 22.2.4 2015-03-04 16:14:49 +00:00
Eelco Dolstra c502efc72a linux: Enable Intel idle driver
Also build the performance governor into the kernel so there is a sane
default. Note that cpufreq.service will still load "ondemand" on
non-pstate systems.
2015-03-04 17:11:41 +01:00
Eelco Dolstra 26da67ff73 Kernel config: Separate power management and debugging 2015-03-04 17:10:47 +01:00
Peter Simons 13764f0b0f haskell-ng: Monadius and cabal-debian are broken 2015-03-04 15:55:34 +01:00
Peter Simons 9b600ca3b5 haskell-al: fix build 2015-03-04 15:55:33 +01:00
Peter Simons ce441f4aaf haskell-ng: configure overrides 2015-03-04 15:55:33 +01:00
Peter Simons 1bc9c33f78 hackage-packages: re-generate from Hackage 2015-03-04T12:23:14+0100 2015-03-04 15:55:33 +01:00
aszlig 8ed8277c74
linux-testing: Update to version 4.0-rc2.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
aszlig 791b970c6e
linux/kernel: Remove EXT2_FS_XIP for version 4.0.
The option has been removed in torvalds/linux@6cd176a and thus we
shouldn't try to set it for kernel version 4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
aszlig 54a8e13f2a
virtualbox: Update to new upstream version 4.3.24.
New maintenance release, changes:

 * VMM: emulation fix for the ENTER instruction under certain
   conditions; fixes Solaris 10 guests (VT-x without unrestricted guest
   execution)
 * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled
 * NAT/NAT Network: fix connection drops when the host's DHCP lease was
   renewed (4.3.22 regression; Windows hosts only)
 * NAT: don't crash on an empty domain list when switching the DNS host
   configuration (4.3.22 regression; Mac OS X hosts only)
 * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts
   only)
 * Shared Folders: fixed a problem with Windows guests (4.3.22
   regression)
 * Audio: improved record quality when using the DirectSound audio
   backend
 * VBoxManage: when executing the controlvm command take care that the
   corresponding VM runtime changes are saved permanently
 * Windows Installer: properly install the 32-bit version of VBoxRes.dll
   on 32-bit hosts
 * Linux hosts / guests: Linux 4.0 fixes
 * OS/2 Additions: fixed mouse integration (4.3.22 regression)
 * X11 Additions: fixed a sporadic failure to deactivate virtual screens

Full changelog with bug IDs can be found at:

https://www.virtualbox.org/wiki/Changelog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:14:16 +01:00
Peter Simons 1459bbf1e3 haskell-configuration-common: cosmetic 2015-03-04 14:14:16 +01:00
lethalman bb7cc43c0f Merge pull request #6655 from wjlroe/go-1.4.2
go: Update to version 1.4.2
2015-03-04 13:52:08 +01:00
Vincent Laporte 651a4c4e6e Adds ocaml-fileutils
ocaml-fileutils is a library of pure OCaml functions to manipulate real
files and filenames.

Homepage: http://ocaml-fileutils.forge.ocamlcore.org/
2015-03-04 13:15:53 +01:00
William Roe 7dcde14809 go: Update to version 1.4.2 2015-03-04 11:55:47 +00:00
Peter Simons 030bd26af3 r-modules: mark daff and rjade broken 2015-03-04 12:51:43 +01:00
Pascal Wittmann 824accb1cb checkstyle: update from 6.4 to 6.4.1 2015-03-04 12:23:37 +01:00
Peter Simons a07576ff4d haskell-poppler: fix reference to poppler-glib 2015-03-04 12:20:09 +01:00
Peter Simons d0aeea2ac3 haskell-zlib-conduit fails the Haddock stage because it doesn't define any modules. 2015-03-04 12:20:09 +01:00
Peter Simons 38c67a358e yap: mark 32 bit Linux build broken 2015-03-04 11:14:58 +01:00
Peter Simons 6af6b8baae Merge pull request #6566 from aavogt/master
let generate-cran-packages.R complete without needing to download the whole CRAN
2015-03-04 11:08:00 +01:00
Domen Kožar 768594a1e1 teamviewer: add 10, set it as default 2015-03-04 10:44:28 +01:00
Sander van der Burg b072ce228a Merge pull request #6645 from totherme/androidndk_r8e_pin
Add option to build old androidndk r8e.
2015-03-04 09:18:49 +00:00
Eric Seidel 6c6d8772ed libsoup: patch to remove non-existent symbol 2015-03-03 20:16:33 -08:00
Remy Goldschmidt 3876279b10 Added Numix/Numix-Circle icon theme 2015-03-03 20:15:30 -06:00
Dan Peebles 0e752c9427 Add preliminary hologram 2015-03-03 20:03:50 -05:00
Dan Peebles d8d6551321 Add goamz 2015-03-03 20:03:50 -05:00
Dan Peebles 7c0788531a Add rgbterm 2015-03-03 20:03:50 -05:00
Dan Peebles 2f0597b4f3 Add sets 2015-03-03 20:03:50 -05:00
Dan Peebles 0ef91cc0d5 Add slices 2015-03-03 20:03:50 -05:00
Dan Peebles d769ee4013 Add raw 2015-03-03 20:03:49 -05:00
Dan Peebles 1767e28bde Add ldap 2015-03-03 20:03:49 -05:00
Dan Peebles f5725d813f Add go-ini 2015-03-03 20:03:49 -05:00
Dan Peebles f7bf541276 Add go-homedir 2015-03-03 20:03:49 -05:00
Dan Peebles 8154129876 Add gox 2015-03-03 20:03:49 -05:00
Dan Peebles babc8c12fa Add g2s 2015-03-03 20:03:49 -05:00
Dan Peebles ecb804c505 Add asn1-ber 2015-03-03 20:03:48 -05:00
Dan Peebles d7c7b3bea0 Modernize go crypto 2015-03-03 20:03:48 -05:00
Dan Peebles 57250fc2cc Enable cgo on darwin 2015-03-03 20:03:48 -05:00
William A. Kennington III 9917ef2105 yubico-piv-tool: 0.1.2 -> 0.1.5 2015-03-03 16:08:05 -08:00
William A. Kennington III 919894f4fe opensc: Fix pcsclite reference 2015-03-03 14:52:02 -08:00
William A. Kennington III 4db81f081b opensc: 0.13.0 -> 0.14.0 2015-03-03 14:27:49 -08:00
William A. Kennington III d6ed3570b0 openct: 0.6.19 -> 0.6.20 2015-03-03 14:27:49 -08:00
Peter Simons 75cb15fc4b haskell-test-sandbox: test suite requires external programs 2015-03-03 22:48:16 +01:00
Peter Simons c791337d13 haskell-rtorrent-rpc does not compile. 2015-03-03 22:48:16 +01:00
Peter Simons 025f62351a haskell-wai-middleware-preprocessor: test suite is broken in ghc-7.8.x 2015-03-03 22:48:16 +01:00
Peter Simons 278bea4eda haskell-hsqml: fix build 2015-03-03 22:48:16 +01:00
Peter Simons 19f74eebd6 haskell-Xauth: fix reference to libXau system library 2015-03-03 22:48:16 +01:00
Peter Simons 0af5205732 haskell-system-fileio: test suite failures are fixed 2015-03-03 22:48:16 +01:00
Peter Simons b29d61e0df haskell-test-sandbox: the build errors have been fixed upstream 2015-03-03 22:48:16 +01:00