Commit graph

55703 commits

Author SHA1 Message Date
Rok Garbas 3d2a2fdd6f pythonPackages: pelican upgrade to 3.6.0 and added ghp-import package
- added ghc-import, smartypants and typogrify packages. last 2 needed as
  a dependency for pelican buildInputs
- updated pelican to 3.6.0 and enable tests
- added myself (garbas) as maintainer to bunch of packages which I use.
- removed usage if python.isPypy and replace it with isPyPy
2015-06-17 17:55:53 +02:00
lethalman ff3972b217 Merge pull request #8349 from berdario/ansible-win
Add support for Windows in ansible
2015-06-17 16:09:37 +02:00
Mateusz Kowalczyk 6563dd251f tibia: update to 10.79 2015-06-17 14:44:44 +01:00
lethalman 72e59b1047 Merge pull request #8362 from bobvanderlinden/fix-grpc
goPackages: grpc: fix dependencies so that grpc builds
2015-06-17 15:20:37 +02:00
Peter Simons 75f82f50e6 Merge pull request #5908 from cstrahan/hoogle-local-ng
haskell-ng: hoogleLocal support

I believe this code ought to be used as follows:

    {
        packageOverrides = pkgs : let self = pkgs.pkgs; in rec {

        hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p;
                (haskellDev p) 
                ++(myPackages p) 
                # add more packages here
                );
        hsEnvHoogle = withHoogle hsEnv;

        withHoogle = haskellEnv: with pkgs.haskellngPackages;
         import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> {
          stdenv = pkgs.stdenv;
          inherit hoogle rehoo ghc;
          packages = haskellEnv.paths;
        };
      };
    }
2015-06-17 15:07:07 +02:00
Domen Kožar 101cdcc11a Merge pull request #8361 from brodul/scrolls2
Update scrolls client (src hash change)
2015-06-17 15:02:31 +02:00
Tobias Geerinckx-Rice d7530a0630 nxproxy: nxcomp: fix "negotiation in stage 10" error
Apply backported upstream patch.
2015-06-17 14:03:16 +02:00
lethalman c1f7f6df4c Merge pull request #8366 from andrewrk/rhash
expose librhash
2015-06-17 13:01:18 +02:00
Andrew Kelley bb2d249706 expose librhash 2015-06-17 03:01:26 -07:00
Peter Simons fcd7b6829b nix-repl: bump version to add support for current versions of Nix 2015-06-17 11:11:25 +02:00
William A. Kennington III 8310045b14 Add missing patch 2015-06-16 23:56:15 -07:00
William A. Kennington III 061887e38a xf86-video-intel: Kernel 4.0 match 2015-06-16 23:37:05 -07:00
Charles Strahan af21595eca ghcjs: fix/bump git refs 2015-06-16 21:26:11 -04:00
Ricardo M. Correia 5ab96e6e2b Merge pull request #8346 from joachifm/electrum-2_3_2
electrum: 2.0.4 -> 2.3.2
2015-06-17 02:41:45 +02:00
William A. Kennington III bc4e1f3c1a inetutils: 1.9.3 -> 1.9.4 2015-06-16 15:20:28 -07:00
William A. Kennington III 01c2ad2525 screen: 4.2.1 -> 4.3.0 2015-06-16 14:28:12 -07:00
Bob van der Linden 6cd67cb218 goPackages: grpc: fix dependencies so that grpc builds 2015-06-16 22:20:00 +02:00
Andraz Brodnik 21bb2caf78 Update scrolls client (src hash change) 2015-06-16 21:02:48 +02:00
Pascal Wittmann f8df92efbe scala-mode2: fix hash 2015-06-16 20:22:55 +02:00
Pascal Wittmann 7d7a5e9f0e add osmo, a handy personal organizer 2015-06-16 20:13:20 +02:00
Pascal Wittmann b73a9a0b68 add libgringotts, a library to encapsulate data in an encrypted structure 2015-06-16 20:13:20 +02:00
Pascal Wittmann 7c4a0eaa53 wpa_supplicant: fix CVE-2015-4143
see http://www.openwall.com/lists/oss-security/2015/05/09/6
2015-06-16 17:28:35 +02:00
Luca Bruno e37340b49a gnome-pomodoro: move from apps to misc 2015-06-16 15:26:37 +00:00
Luca Bruno 3b2c44fc74 vinagre: add new gnome app 2015-06-16 15:14:41 +00:00
Luca Bruno de142fe63e gtk-vnc: add new lib for gnome 2015-06-16 15:14:41 +00:00
Jascha Geerds 55227b330f khal: 0.4.0 -> 0.5.0 2015-06-16 15:16:06 +02:00
Jascha Geerds 07cdc40222 Merge pull request #7872 from matthiasbeyer/fix-khal_python
Fix: khal 0.4.0 does not work with python 3
2015-06-16 15:06:42 +02:00
Pascal Wittmann d2ad04cd38 add california, a calendar application for gnome 2015-06-16 14:57:20 +02:00
Peter Simons 8a8ed5fa1b ghcjs: unbreak syntax highlighting in Emacs 2015-06-16 13:02:28 +02:00
Peter Simons fbe153989c ghcjs: mark broken
The build has been failing for quite some time.
2015-06-16 13:02:28 +02:00
Peter Simons 90c3d380d1 haskell-wai-session: package is broken 2015-06-16 13:02:27 +02:00
Peter Simons 6390ea5026 haskell-serversession-backend-redis: disable failing test suite 2015-06-16 13:02:27 +02:00
Peter Simons 614769a9ed haskell-serversession: disable failing test suite 2015-06-16 13:02:27 +02:00
Peter Simons 19c5b0a8cd hackage-packages.nix: update to a6e45bb640 with hackage2nix revision 6c4694e3e3d2f6135be35b967f6f459a01789604 2015-06-16 13:02:22 +02:00
Peter Simons 362e60a5dc r-modules: fix rapportools 2015-06-16 12:48:50 +02:00
Peter Simons 21c18c4f0a r-modules: fix rapport 2015-06-16 12:48:50 +02:00
Peter Simons ccd6988b3d r-modules: fix xml2 2015-06-16 12:48:50 +02:00
Peter Simons 8ac6350ce7 r-modules: fix pander 2015-06-16 12:48:50 +02:00
Peter Simons 9fc5317055 r-modules: fix curl 2015-06-16 12:48:50 +02:00
Peter Simons d4c810cccd r-modules: disable broken packages to avoid Hydra evaluation errors 2015-06-16 12:48:49 +02:00
Peter Simons c9743be445 nlopt: broken by recent octave 4.x update
See http://hydra.cryp.to/build/932458/nixlog/1/raw for a complete build log.
The issue is known upstream at https://github.com/stevengj/nlopt/issues/33.
2015-06-16 12:48:49 +02:00
Cillian de Róiste a2a69400a4 jmtpfs: add platform 2015-06-16 11:30:20 +02:00
Tobias Geerinckx-Rice 368e381d1f python-packages: prompt_toolkit -> 0.40
Fixes:
- Fix in output_screen_diff: reset correctly.
- Ignore flush errors in vt100_output.
- Implemented <num>gg Vi key binding.
- Bug fix in the renderer when the style changes.

New features:
- TokenListControl can now display the cursor somewhere.
- Added SwitchableValidator class.
- print_tokens function added.
- get_style argument for Application added.
- KeyBindingManager got an enable_all argument.

Backwards incompatible changes:
- history_search is now a SimpleFilter instance.
2015-06-16 03:34:42 +02:00
Tobias Geerinckx-Rice 82ec18463d Add dfasma 1.0.1: analyse/compare audio files 2015-06-16 03:15:15 +02:00
Domen Kožar 28a586de4d Merge pull request #8335 from andrewrk/libgroove
add libgroove package
2015-06-16 00:46:01 +02:00
Arseniy Seroka b83d53e355 vimPlugins: 2015-06-16 update 2015-06-16 01:44:35 +03:00
Arseniy Seroka 4cd061abfd Merge pull request #8270 from LnL7/youcompleteme-clang
removed clang-unwrapped in vimPlugins.youcompleteme
2015-06-16 00:25:48 +02:00
Joachim Fasting ed554d5ae2 Delete redundant expression cheetahTemplate
Use the one provided by python-packages instead; retain the
top-level cheetahTemplate name as an alias.
2015-06-15 23:31:37 +02:00
Arseniy Seroka ac49b0a0c0 Merge pull request #8336 from ericbmerritt/ocp-build-fix
ocp-build: upgrade to 1.99.9-beta
2015-06-15 22:43:36 +02:00
Arseniy Seroka 8a23f0eba0 Merge pull request #8345 from joachifm/reimplement-picolisp
Re-define picolisp
2015-06-15 22:43:03 +02:00
Daiderd Jordan 06d49aa696 vimPlugins.youcompleteme: use clang instead of clang-unwrapped on darwin 2015-06-15 22:38:56 +02:00
Tobias Geerinckx-Rice e8dea0c5c2 fmit -> 1.0.0 2015-06-15 21:34:30 +02:00
Andrew Kelley ede08cec4d add libgroove package 2015-06-15 12:27:40 -07:00
Dario Bertini 32616ae028
Add pywinrm metadata 2015-06-15 19:45:49 +01:00
Dario Bertini 1c87fd82d4
Fix python-packages.nix conflict
Merge remote-tracking branch 'origin/master' into ansible-win
2015-06-15 19:41:30 +01:00
William A. Kennington III 046ba6b7db linux-testing: 4.1-rc7 -> 4.1-rc8 2015-06-15 11:37:05 -07:00
William A. Kennington III 2fd74f43b5 kernel: 3.18.14 -> 3.18.16 2015-06-15 11:32:46 -07:00
William A. Kennington III b325c1556a kernel: 3.12.43 -> 3.12.44 2015-06-15 11:32:46 -07:00
Peter Simons b667cb6163 Merge pull request #8298 from abbradar/r-updates
R updates
2015-06-15 20:31:57 +02:00
Peter Simons 953d867437 Merge pull request #8341 from phile314/master
haskell-uhc: Use newer version with relaxed cabal constraints.
2015-06-15 20:29:56 +02:00
Dario Bertini 99912bbf0e
Add (optional, but opted in by default) support for Windows in ansible 2015-06-15 19:24:02 +01:00
Tobias Geerinckx-Rice 553ce28bc2 geolite-legacy -> 2015-06-15 2015-06-15 19:58:20 +02:00
Tobias Geerinckx-Rice a0473fde87 tzdata -> 2015e 2015-06-15 19:30:11 +02:00
Peter Simons b311380227 hackage-packages.nix: update to 2c4a8914cb with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e 2015-06-15 19:26:56 +02:00
Joachim Fasting 18421542f9 electrum: 2.0.4 -> 2.3.2 2015-06-15 15:31:06 +02:00
Philipp Hausmann d95fba3746
haskell-uhc: Use newer version with relaxed cabal constraints. 2015-06-15 10:47:53 +02:00
Pascal Wittmann 5af468d0bc libmspack: update from 0.4alpha to 0.5alpha
fixes CVE-2014-9732, CVE-2015-4467, CVE-2015-4468, CVE-2015-4469,
CVE-2015-4470, CVE-2015-4471 and CVE-2015-4472.
2015-06-15 10:10:51 +02:00
William A. Kennington III fa5eb0a7da rethinkdb: 2.0.0-1 -> 2.0.3 2015-06-14 20:00:21 -07:00
Peter Simons 82fe884dc0 Merge pull request #8323 from ftrvxmtrx/mpg123-1.22.2
mpg123: 1.19.0 -> 1.22.2
2015-06-15 18:24:54 +02:00
Tuomas Tynkkynen 2c9b93b01c i2c-tools: New package at version 3.1.1 2015-06-15 17:49:35 +02:00
Tuomas Tynkkynen 7233ca0488 read-edid: New package at version 3.0.2 2015-06-15 17:49:35 +02:00
Tuomas Tynkkynen 5a5a5ade0f libx86: Add patch from debian to fix build on ARM
Without this, the build fails even with x86emu:

make LIBRARY=static static
make[1]: Entering directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
gcc -O2 -Wall -DDEBUG -g   -c -o x86-common.o x86-common.c
gcc -O2 -Wall -DDEBUG -g   -c -o thunk.o thunk.c
thunk.c: In function 'x_inb':
thunk.c:40:9: error: impossible constraint in 'asm'
         __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); \
         ^
thunk.c:44:1: note: in expansion of macro '__BUILDIO'
 __BUILDIO(b,b,char)
 ^
<builtin>: recipe for target 'thunk.o' failed
make[1]: *** [thunk.o] Error 1
make[1]: Leaving directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
Makefile:17: recipe for target 'default' failed
make: *** [default] Error 2
2015-06-15 17:49:35 +02:00
Shea Levy dbf1e0fb53 Merge branch 'update-gnupg-2.1.5' of https://github.com/DamienCassou/nixpkgs 2015-06-15 10:07:43 -04:00
Shea Levy 2d3933151b Merge remote-tracking branch 'origin/fix-CVE-2015-4171' 2015-06-15 09:56:14 -04:00
Damien Cassou c2116191d3 gnupg 2.1.4 -> 2.1.5
According to someone on #gnupg, the patch is not necessary anymore.
2015-06-15 15:42:23 +02:00
koral 6c213c6e44 rmlint: 2.1.0 -> 2.2.0 (closes #8268) 2015-06-15 15:35:37 +02:00
Luca Bruno b36629d821 gnome3: also pass self to overridePackages function 2015-06-15 11:52:26 +02:00
Luca Bruno cc5663de0c gnome3: easier to override packages 2015-06-15 11:47:50 +02:00
Domen Kožar e0100a0f8d Merge pull request #8297 from rycee/fonts-remove-builderDefsPackage
Remove use of builderDefsPackage in font packages.
2015-06-15 11:44:36 +02:00
Vladimír Čunát 6c382151fb imagemagick: remove mirrors that don't work
/cc #8302.
2015-06-15 11:30:28 +02:00
Pascal Wittmann f4d7b23a68 tomcat-connectors: update from 1.2.40 to 1.2.41-dev, fixes CVE-2014-8111
Using the prerelease version, because there was no response on when a
new official release will happen, see
http://tomcat.10.x6.nabble.com/Release-of-tomcat-connectors-1-2-41-td5035487.html
2015-06-15 11:07:02 +02:00
Austin Seipp 2dfb657b94 nixpkgs: picosat 936 -> 960, add myself as a maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:12 -05:00
Austin Seipp 44ef5a3ab0 cvc4: regenerate ./configure on rebuild
Otherwise some absurd error from ./configure crops up.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp da76434dbd nixpkgs: yices 2.2.1 -> 2.3.1, now with source
It's still under a non-commercial license, but the source build is waay
better than the binary build. Can probably work on OS X too now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp 3d181a3175 nixpkgs: abc-verifier 20150406 -> 20150614
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Austin Seipp 6cfc2caaeb nixpkgs/cvc4: touchups, add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 19:48:11 -05:00
Henry Till faa90fad3f mr: update from 1.20141024 to 1.20150503 2015-06-14 22:54:31 +02:00
Mateusz Kowalczyk b32a78a97a Merge pull request #8326 from Chattered/master
Add Tales of Maj'eyal game.
2015-06-14 21:53:36 +01:00
Eric Merritt dcffd28527 ocp-build: upgrade to 1.99.9-beta
This also allows ocp-build to build for ocaml 4.02 and greater
2015-06-14 13:33:18 -07:00
Jonathan Rudenberg 853e87909f makemkv: 1.9.3 -> 1.9.4 2015-06-14 16:31:29 -04:00
Michael Raskin d9354c6a2a Add xwinmosaic window switcher 2015-06-14 23:26:58 +03:00
Michael Raskin 649b0affe1 Adding Skippy-XD window switcher 2015-06-14 23:26:58 +03:00
Michael Raskin a6d54b3fdd A comment about the license 2015-06-14 23:26:58 +03:00
Michael Raskin 14695867cb Add ratmen X11 menu generator 2015-06-14 23:26:58 +03:00
Pascal Wittmann 6a2fb8b856 Merge pull request #8330 from andrewrk/libebur128
add libebur128 package
2015-06-14 22:13:26 +02:00
Andrew Kelley cf9e72369e add libebur128 package 2015-06-14 20:00:22 +00:00
Pascal Wittmann 4e0fb6578a strongswan: update from 5.2.1 to 5.3.2, fixes CVE-2015-4171 2015-06-14 21:44:18 +02:00
Jascha Geerds a2841a6a2b Merge pull request #8279 from geerds/mailnag
Add mailnag package
2015-06-14 21:44:05 +02:00
Austin Seipp 1ee742b0ef nixpkgs: afl 1.80b -> 1.83b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 14:28:00 -05:00
Pascal Wittmann 23393964bb intel-gpu-tools: update from 1.10 to 1.11 2015-06-14 21:24:24 +02:00
Vladimír Čunát a9c3392836 bmon: fix build by including a proper header 2015-06-14 20:40:35 +02:00
Bjørn Forsman 903183d9e4 gtkglextmm: unbreak build
* Add missing build inputs: pangox_compat, libXmu
* Add patch from debian to fix build with newer gtk
2015-06-14 19:53:01 +02:00
Phil Scott 279c426f05 Add Tales of Maj'eyal game. 2015-06-14 17:44:38 +01:00
Jascha Geerds 8ae4d0b1e1 Add mailnag package 2015-06-14 18:31:48 +02:00
Arseniy Seroka c72bbc5b8e teamviewer: add option to accept license 2015-06-14 18:29:19 +03:00
Michael Raskin 5d5bb71567 Update PostgreSQL to latest point-releases 2015-06-14 11:37:33 +03:00
Michael Raskin 14e7d5440b Update Sysdig, adding new dependencies 2015-06-14 11:23:56 +03:00
Michael Raskin f39c3ebf04 Update GlusterFS, adding new dependencies 2015-06-14 11:23:42 +03:00
Michael Raskin 2b35cccc5b Update dd_rescue and switch to bzip2 releases 2015-06-14 11:23:18 +03:00
Michael Raskin 000162daed Update FreeIPMI 2015-06-14 11:22:56 +03:00
Michael Raskin 9c726f502d Update getmail 2015-06-14 11:22:40 +03:00
Michael Raskin de7c3eef17 Update Asymptote 2015-06-14 11:22:32 +03:00
Michael Raskin ed145cb07f Update Nginx unstable 2015-06-14 11:22:23 +03:00
Michael Raskin 59126fb3f8 Update golly 2015-06-14 11:22:07 +03:00
Michael Raskin dc84b5118e Update qpdfview 2015-06-14 11:21:55 +03:00
Michael Raskin 59cbed7a02 Update eudev 2015-06-14 11:21:44 +03:00
Michael Raskin b32174dcc6 Update SlimerJS 2015-06-14 11:21:36 +03:00
Michael Raskin 2fe7bf8d55 Update CL-Launch 2015-06-14 11:21:27 +03:00
Robert Scott 6fa931421e add package for django-pipeline 2015-06-13 23:39:08 +02:00
Siarhei Zirukin fc964a15cb mpg123: 1.19.0 -> 1.22.2 2015-06-13 23:24:13 +02:00
Thomas Tuegel 95b02f6459 kf510.kinit: fix library path 2015-06-13 10:12:13 -05:00
Thomas Tuegel af6c270b6d pinentry: find moc when qt4 enabled 2015-06-13 10:12:13 -05:00
Thomas Tuegel 64a507bd9b plasma53.plasma-workspace: fix missing paths 2015-06-13 10:12:12 -05:00
Tobias Geerinckx-Rice c8c15ba95d stress-ng -> 0.04.06
- stess-sysfs: Do not read sysfs files when running as root
2015-06-13 16:38:04 +02:00
Ricardo M. Correia db30d9dd58 Merge pull request #8312 from maurer/rust-bump
Bump rust package index to more recent version
2015-06-13 16:24:53 +02:00
Tobias Geerinckx-Rice 9f5b9de559 hplip 3.15.4 -> 3.15.6 2015-06-13 16:14:40 +02:00
Thomas Tuegel 5ee56b6424 julia03: fix evaluation on x86_64-darwin 2015-06-13 08:34:46 -05:00
Luca Bruno eb5b7a28c1 Merge branch 'iconcache' 2015-06-13 15:27:59 +02:00
Luca Bruno ccb32c96c4 gnome-bluetooth: fix icons on non-nixos 2015-06-13 15:27:45 +02:00
Luca Bruno 481a764f8f dconf-editor: fix icons on non-nixos 2015-06-13 15:22:47 +02:00
Peter Simons ea3382bb69 haskell-record doesn't pass the Haddock phase. 2015-06-13 11:31:31 +02:00
Peter Simons 5fae046771 darcs: remove all run-time dependencies on GHC and other Haskell libraries 2015-06-13 11:31:31 +02:00
Peter Simons cd7b1ca000 haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence' 2015-06-13 11:31:31 +02:00
Peter Simons 7e38ad08e7 hackage-packages.nix: update to 008236bc31 with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e 2015-06-13 11:31:12 +02:00
Damien Cassou e3179ff85f Merge pull request #8313 from DamienCassou/update-pharo-vm-2015-04-30
Update pharo-vm to 2015.04.30
2015-06-13 09:59:10 +02:00
Arseniy Seroka 29dc0342af Merge pull request #8315 from titanous/bump-makemkv
makemkv: 1.9.2 -> 1.9.3
2015-06-13 00:41:22 +02:00
William A. Kennington III 84aad77f54 trousers: Add gcc5 compat 2015-06-12 15:40:48 -07:00
William A. Kennington III 8f60f45eb6 mdadm: add gcc5 compat 2015-06-12 15:40:38 -07:00
Jonathan Rudenberg 52a1ae743b makemkv: 1.9.2 -> 1.9.3 2015-06-12 17:58:27 -04:00
Damien Cassou bf91d04c51 Update pharo-vm to 2015.04.30 2015-06-12 22:57:30 +02:00
Matthew Maurer 42ccd3cd98 Bump rust package index to more recent version 2015-06-12 20:50:37 +02:00
Robert Helgesson d7f36310d0 Remove use of builderDefsPackage in font packages.
With this change they now use `stdenv.mkDerivation` instead. Also some
minor cleanups such as URL fixes, adding version numbers, adding
descriptions, etc.
2015-06-12 19:43:18 +02:00
Sander van der Burg 093b2de396 dysnomia: fix compatibility with mariadb derivation 2015-06-12 16:19:26 +00:00
Luca Bruno 5c8a993a42 fetchnuget: run fixupPhase to honor propagatedBuildInputs 2015-06-12 17:13:21 +02:00
Luca Bruno 90f0bb83c3 dotnet: Add FSharpDataSQLProvider, FsPickler and Suave 2015-06-12 17:06:45 +02:00
Bart Brouns 32ed601883 init ladspaPlugins-git at git-2015-03-04 2015-06-12 15:15:27 +02:00
Thomas Tuegel 2a2448bcb7 Merge pull request #8182 from ttuegel/openblas
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Thomas Tuegel 4fb98dd6a7 jags: build with openblas 2015-06-12 07:56:04 -05:00
Thomas Tuegel 74e4f6befa ipopt: build with openblas 2015-06-12 07:26:47 -05:00
Eelco Dolstra cb6daa036b sqlite: Update to 3.8.10.2 2015-06-12 13:50:37 +02:00
Eelco Dolstra e982ac1017 php: Update to 5.4.42, 5.6.10
CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
2015-06-12 13:47:30 +02:00
Eelco Dolstra 192d20e820 nix: Update to 1.9 2015-06-12 13:19:48 +02:00
Tobias Geerinckx-Rice cbbefbdabb mcelog -> 120
Fix potential NULL reference while parsing kernel efi files
2015-06-12 13:11:38 +02:00
Fabian Schmitthenner 4e9327e7ac add qt decrypt ssl traffic option
this introduces an argument to qt5 that if enabled allows
e.g. wireshark to show decrypted ssl traffic from a qt
application
2015-06-12 13:09:27 +02:00
Robbin C c07fb11cd2 aacgain: Use more up-to-date upstream repository.
Use more up-to-date upstream repostiory, which allows for a cleaner
build. It includes mp4v2 and faad, which will be built statically and
linked to the resulting binary.
2015-06-12 12:54:08 +02:00
Robbin C 681cbedd4a aacgain: Use fetchFromGitHub instead of fetchgit. 2015-06-12 12:54:07 +02:00
Robbin C dbac15d66c aacgain: Add package.
This adds aacgain which is a normalizer for AAC (.m4a) audio files.
2015-06-12 12:54:07 +02:00
Chris Double 36a1d2d4f8 Update tor to 0.2.6.9 2015-06-12 12:49:41 +02:00
Rok Garbas 617c16f8f6 cygwin: python27 gdbm module needs gettext 2015-06-12 12:17:12 +02:00
Rok Garbas 0860826795 cygwin: cmake expression should not change for linux 2015-06-12 12:17:12 +02:00
Rok Garbas b980b7445f cygwin: skip ssl support for postgresql (temporary) 2015-06-12 12:17:12 +02:00
Rok Garbas 277c263c1e cygwin: update patch for cmake 3.2.2 2015-06-12 12:17:12 +02:00
Rok Garbas fac474080f cygwin: patchShebangs fails without proper findutils 2015-06-12 12:17:12 +02:00
Rok Garbas 7c67c350a3 cygwin: turn off ldap and crypt for apr-util to make it build 2015-06-12 12:17:12 +02:00
Rok Garbas d5087119c6 cygwin: remove kerberos from builsInputs for serf 2015-06-12 12:17:12 +02:00
Rok Garbas 85b7673e92 cygwin: turn off tests for swig since they depend on tcl (which i havent yet figure out how to build) 2015-06-12 12:17:12 +02:00
Rok Garbas 0a7c5e4f68 cygwin: libedit patch for cygwin 2015-06-12 12:17:12 +02:00
Damien Cassou da10587d1b Merge pull request #8306 from DamienCassou/8305-gparted-gmpc-should-depend-on-hicolor_icon_theme
Add hicolor_icon_theme dependency
2015-06-12 11:58:22 +02:00
Damien Cassou 69f4fc4be6 Add hicolor_icon_theme dependency
This avoids having icon-theme.cache generated.
2015-06-12 11:53:33 +02:00
Luca Bruno 248a1b4d51 nixos-artwork: only download the necessary artwork 2015-06-12 11:45:58 +02:00
Eelco Dolstra 69829dd4ff Debian: Update to 8.1 2015-06-12 11:22:59 +02:00
Peter Simons 4d404fd6a4 ihaskell-wrapper: avoid use of /bin/sh
https://github.com/NixOS/nixpkgs/issues/183
2015-06-12 10:50:40 +02:00
Peter Simons 214aae46c7 emacs-monky: add an Mercurial mode that's inspired by Magit 2015-06-12 10:33:10 +02:00
aszlig 1746140184
Merge branch 'chromium-update'.
This also merges pull request #8290 plus a few other fixes from
@ambrop72 and me.

The summary of changes is:

  * Update all channels to latest upstream.
  * Update GYP package and drop gyp_svn1977.
  * Remove ICU from buildInputs to prevent build failure.
  * Switch back to using --depth . to GYP instead of patching in the
    absolute store paths.
  * Don't symlink source code anymore, which might introduce a
    regression on high I/O load on Hydra. As this is only a temporary
    build fix, let's cross fingers and hope we don't hit it. See
    c92dbffeac for an explanation.
  * Use HTTPS for the bucket URL.
  * Fix nix_plugin_paths patch for version 44 and higher.

Tested at: https://headcounter.org/hydra/eval/169134
2015-06-12 06:05:08 +02:00
Austin Seipp da6eec001a nixpkgs: z3 4.3.2 -> 4.4.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-11 22:10:56 -05:00
Thomas Tuegel 089f9d6486 gnuapl: latest version doesn't require liblapack 2015-06-11 22:00:13 -05:00
Nikolay Amiantov bb3db4e653 mueval: reapply Nix-specific patch 2015-06-12 03:54:20 +03:00
Nikolay Amiantov 29779ae642 R: regenerate CRAN packages 2015-06-12 03:44:39 +03:00
Nikolay Amiantov 9bb5e7edbd generate-cran-packages: make executable 2015-06-12 03:44:38 +03:00
Nikolay Amiantov bb6e504d6b thermald: update and adopt 2015-06-12 03:42:29 +03:00
Nikolay Amiantov 6cc817cf51 mueval: add patch until release is pushed to Hackage 2015-06-12 03:42:29 +03:00
Thomas Tuegel 29db05132b pythonPackages.cvxopt: build with openblas 2015-06-11 19:35:35 -05:00
Tobias Geerinckx-Rice 2156937166 include-what-you-use 3.6 -> 0.4 (sic)
Not a downgrade. Upstream's weird.
2015-06-12 02:27:53 +02:00
Tobias Geerinckx-Rice 776608a332 aha: remove default GitHub downloadPage 2015-06-12 02:27:53 +02:00
Charles Strahan 3859f7bdab haskell-ng: hoogleLocal support 2015-06-11 20:25:31 -04:00
Thomas Tuegel bc3217251e pythonPackages.scikitlearn: build with openblas 2015-06-11 19:23:25 -05:00
Arseniy Seroka f744798969 Merge pull request #8283 from eduarrrd/dfilemanager
Add dfilemanager/dfm
2015-06-12 01:23:16 +02:00
Eduard Bachmakov 9a517da2b1 Add dfilemanager/dfm 2015-06-11 19:03:53 -04:00
Nikolay Amiantov 4e49773d26 sdl-jstest: add package 2015-06-12 02:03:29 +03:00
Arseniy Seroka 2e5f4a0152 Merge pull request #8255 from adevress/master
New expression for the davix toolkit
2015-06-12 00:52:37 +02:00
Arseniy Seroka ea1d03c792 Merge pull request #8295 from ftrvxmtrx/wavpack-4.75.0
wavpack: 4.70.0 -> 4.75.0
2015-06-12 00:47:49 +02:00
Peter Simons b507c20ba9 Merge pull request #8294 from cheecheeo/openconnect_update
openconnect: update to version 7.06 and support openssl or gnutls
2015-06-11 23:55:56 +02:00
Siarhei Zirukin 838c8f2520 wavpack: 4.70.0 -> 4.75.0 2015-06-11 23:42:14 +02:00
Adrien Devresse f12a466730 New expression for the davix toolkit 2015-06-11 22:57:13 +02:00
Vladimír Čunát 885808a8d9 liferea: maintenance update 2015-06-11 22:11:21 +02:00
Matthew Maurer 6a76633bb6 llvm-3.4: enable RTTI (close #8289) 2015-06-11 22:09:46 +02:00
aszlig cdc70b69f5
steam-original: Mark package as lowPrio.
This is to avoid accidentally installing it via "nix-env -i", which
leads to a non-working Steam on NixOS.

Thanks to srhh and Pamelloes on IRC for bringing this up.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-11 21:37:53 +02:00
Vladimír Čunát 69945a8701 ffmpeg: remove 0.11 and replace by 0.10
That branch is better supported, and 0.11 only had one user -
minidlna still builds
2015-06-11 21:36:14 +02:00
aszlig d15777fac9
gyp: Remove old SVN version to build Chromium.
This reverts commit b26de39252.

We no longer need this version because Chromium now builds with the
latest gyp version, see 58fd4f672f.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-11 21:28:16 +02:00
Kirill Elagin e5b56cdfff firefox: add option to build with GTK3 (close #7743) 2015-06-11 21:15:48 +02:00