Commit graph

72814 commits

Author SHA1 Message Date
Vladimír Čunát 5dfe6fd034 perl: fix evaluation on cygwin
... and maybe on other platforms that have `stdenv.cc.cc == null`.
No hash changes where it did evaluate previously. Discussion:
https://github.com/NixOS/nixpkgs/commit/b291f1682f#commitcomment-17558440
2016-05-20 21:37:27 +02:00
Joachim Fasting 36b4e612e4 Merge pull request #15551 from RubenAstudillo/hakuneko
hakuneko: init at 1.3.12
2016-05-20 18:58:18 +02:00
Ruben Astudillo 1bbda4989c hakuneko: init at 1.3.12 2016-05-20 12:47:01 -04:00
Lluís Batlle i Rossell f6f5c185ca Allow not rebasing in cygwin stdenv.
This changes cygwin stdenv, but I don't think it will hurt much people.

This allows mkDerivation to get "dontRebase=true" to skip the usual cygwin
rebase. This is required, if we are using this stdenv to build DLLs for win32
inside x86_64-cygwin, because /bin/rebase crashes at finding an arch mismatch.
Additionally, we don't need any rebase for libraries built by visual studio and
meant for visual studio (my use case).

I'm using nix in x86_64-cygwin to build libraries with visual studio, both for
x86_64 and x86.
2016-05-20 17:17:10 +02:00
Vladimír Čunát a6b6f6e049 Merge branch 'staging'
This is to get security fix for expat soon-ish.
Causes ~8k rebuilds; whole staging would be a stdenv rebuild.
2016-05-20 16:33:28 +02:00
Bjørn Forsman b12c9b83b5 borgbackup: unbreak build by using python 3.4 (instead of 3.5) 2016-05-20 16:23:13 +02:00
Bjørn Forsman 06fc3790bc attic: unbreak build by using python 3.4 (instead of 3.5) 2016-05-20 16:23:13 +02:00
Joachim Fasting de3538c63e Merge pull request #15568 from NeQuissimus/kotlin102
kotlin: 1.0.1-2 -> 1.0.2
2016-05-20 15:40:41 +02:00
Joachim Fasting 06aae7c882 Merge pull request #15570 from steveeJ/bump-flannel
flannel: 0.5.3 -> 0.5.5
2016-05-20 15:40:17 +02:00
Joachim Fasting 36ad61c2c2 Merge pull request #15578 from ericsagnes/fix/fcitx-wrapper
fcitx-wrapper: remove outdated comments
2016-05-20 15:39:53 +02:00
Joachim Fasting e071dab266 Merge pull request #15252 from acowley/llvm_38
llvm_38: update hashes and fix on darwin
2016-05-20 15:38:33 +02:00
Joachim Fasting 94ac55fc32 Merge pull request #15257 from binarin/fix-audacious-icons
audacious: Add default icon theme
2016-05-20 15:15:55 +02:00
Eric Sagnes 37b5aa040d fcitx-wrapper: remove outdated comments 2016-05-20 22:04:04 +09:00
Joachim Fasting f9890a0781 Merge pull request #15577 from groxxda/fix/svnClient
subversionClient: fix build with gcc5
2016-05-20 15:00:18 +02:00
Peter Simons 7b75e82785 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160406-11-g659087e using the following inputs:

  - Hackage: a7fe14b44c
  - LTS Haskell: e1becfd6f8
  - Stackage Nightly: fac5530021
2016-05-20 14:47:06 +02:00
Alexander Ried 9e073bd110 subversionClient: fix build with gcc5
fixes #15483
2016-05-20 14:38:14 +02:00
Joachim Schiele a021b6a617 youtube-dl: version bump to 2016.04.19 2016-05-20 14:04:50 +02:00
Nikolay Amiantov ca38376566 buildFHSUserEnv: don't run bash in login mode for .env
Fixes https://github.com/NixOS/nixpkgs/issues/12406 for `.env`
2016-05-20 14:17:49 +03:00
Edward Tjörnhammar f7aed7a00d
ati-drivers: migrate some patches from gentoo ati-drivers
https://anaongit.gentoo.org/git/repo/gentoo.git @ 52dac7bdbb16f2353b15137165b69056034d7ad0
and parents for further source information.
2016-05-20 13:14:31 +02:00
Vladimír Čunát c2ee8e1033 qt56.qtbase: fix evaluation on darwin
/cc @ttuegel.
Maybe there's a better way; I didn't want to spend much time.
2016-05-20 12:48:50 +02:00
obadz 8c82edf68d ecryptfs: 110 -> 111 2016-05-20 11:15:58 +01:00
Nikolay Amiantov 522b4b4b4d primusLib: move to fetchFromGitHub (and fix strange checksum error) 2016-05-20 13:05:17 +03:00
Michael Raskin 9cb61d3ac1 sgtpuzzles: create symlinks with sgt-puzzle- prefix for disambiguation, for example with net being provided by Samba 2016-05-20 11:21:52 +02:00
Vladimír Čunát 019e9a9aa6 Merge #15421: mariadb: wrap mysqld with --basedir 2016-05-20 10:50:13 +02:00
Rok Garbas 810a4dd656 vimPlugins.YankRing: fixing the build 2016-05-20 10:48:03 +02:00
Rok Garbas 4b2a5edd7c vimPlugins: update also fixes hashes due to change in fetchgit #15469 2016-05-20 10:40:11 +02:00
Rok Garbas d06f9d834c neovim: no support for python 3.5 just yet 2016-05-20 10:25:00 +02:00
Stefan Junker 1b7b4b5bf6 flannel: 0.5.3 -> 0.5.5 2016-05-20 10:20:29 +02:00
Robert Helgesson 34cf7934c3 expat: patch CVE-2015-1283 and CVE-2016-0718 (close #15561)
Note, CVE-2015-1283 is already patched in expat version 2.1.1 but, as
explained in the patch, the fix was insufficient.
2016-05-20 09:43:29 +02:00
Joachim Fasting 7c080c92b2 Merge pull request #15565 from bendlas/update-dropbox-master
dropbox: 3.18.1 -> 3.20.1
2016-05-20 06:21:42 +02:00
Tim Steinbach 342dd50a1e kotlin: 1.0.1-2 -> 1.0.2 2016-05-20 02:35:00 +00:00
Nikolay Amiantov 131eb8406e tdesktop: 0.9.44 -> 0.9.48
This package requires a ridiculous amount of time to maintain, with
their build system changing from one completely ad-hoc way to
another. More hacks for the throne of hacks...
2016-05-20 03:47:42 +03:00
Robert Helgesson 337441a00d perl-Test-MinimumVersion: 0.101081 -> 0.101082 2016-05-19 23:41:11 +02:00
Robert Helgesson 2838a68e66 perl-Perl-MinimumVersion: 1.32 -> 1.38 2016-05-19 23:41:11 +02:00
Robert Helgesson 2dab0828eb perl-Perl-Tidy: 20150815 -> 20160302 2016-05-19 23:41:11 +02:00
Joachim Fasting cf989b452d Merge pull request #15396 from acowley/rrdtool-darwin
rrdtool: darwin compatibility
2016-05-19 22:31:05 +02:00
Robert Helgesson c50bf50a45 perl-Mozilla-CA: 20130114 -> 20160104 2016-05-19 22:25:35 +02:00
Charles Strahan 612d4a1684
mnemonicode: fix name 2016-05-19 16:19:18 -04:00
Charles Strahan cd0d0944f9
mnemonicode: init at 2015-11-30
mnemonicode is a set of routines which implement a method for encoding
binary data into a sequence of words which can be spoken over the phone,
for example, and converted back to data on the other side.
2016-05-19 16:17:18 -04:00
Anthony Cowley daafa6514c rrdtool: darwin compatibility
I needed Tcl-8.5 to build on darwin. Not sure where it comes from on
Linux.
2016-05-19 11:00:23 -04:00
zimbatm 857a5229fb Merge pull request #15543 from groxxda/bump/libuv
libuv: 1.9.0 -> 1.9.1, nodejs-4.3.1 -> 4.4.4, nodejs-5.11.0 -> 5.11.1
2016-05-19 15:40:12 +01:00
Vladimír Čunát 5eea16ee90 Merge branch 'master' into staging
... to get expat mass rebuild.
Hydra nixpkgs: ?compare=1272431
2016-05-19 15:42:18 +02:00
Bjørn Forsman ca717d0d65 gnome-terminal: enable GNOME Shell search provider (for 3.18)
[This is a re-application of the patch that was originally written for
GNOME 3.16. It was lost during the transition to GNOME 3.18.]

Silly ./configure, it looks for dbus file from gnome-shell in the
installation tree of the package it is configuring. Fix by copying the
needed file from gnome-shell before ./configure is run.

This change makes gnome-shell a build time dependency (not runtime).
2016-05-19 13:59:16 +02:00
Nikolay Amiantov 74cba61eb0 linuxPackages.dpdk: force deterministic arch yet again 2016-05-19 13:53:24 +03:00
Frederik Rietdijk 79043d15cc build python35Packages.{blaze, pandas, scikitlearn} on Hydra
as these take a long time to build.
2016-05-19 12:05:39 +02:00
Frederik Rietdijk 295bcdfb5e Python 3 points to 3.5 instead of 3.4 (#15555)
Note that the documentation currently incorrectly states that 3 already
points to 3.5.
2016-05-19 10:55:13 +01:00
Profpatsch 28f8ca560f debian-build: fix checkinstall invocation (#15538)
Checkinstall had two problems:
1. when it was called without a version (e.g. with a derivation created
by fetchFromGitHub) it would use `src` as debian version, which caused
dpkg to fail
2. when dpkg failed, it would invoke the pager with the log, which hangs
the build

So now
1. the default version is the dummy `0.0.0`
2. the used pager is `cat`
2016-05-19 09:41:10 +01:00
Vladimír Čunát da2788c3d7 Merge #15354: add tracefilegen and tracefilesim 2016-05-19 10:29:28 +02:00
Vladimír Čunát 70c66e9828 tracefilegen, tracefilesim: fixup source hashes
and also whitespace. This is probably due to #15469.
2016-05-19 10:27:57 +02:00
Roger Qiu c02bc80d86 garcosim: Added tracefilegen and tracefilesim 2016-05-19 18:00:09 +10:00