Commit Graph

55489 Commits

Author SHA1 Message Date
William A. Kennington III
4c536065b7 perl: Add gcc5 compat patch 2015-06-12 13:54:46 -07:00
William A. Kennington III
86f9f5d128 perl: Don't use builtin zlib and bzip2 2015-06-12 13:53:53 -07:00
William A. Kennington III
954801a9a8 Merge branch 'master.upstream' into staging.upstream 2015-06-12 13:47:46 -07: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
85ae0cb070 ghc: move gcc-clang-wrapper.sh script into the ghc directory tree since it's the only user of that script 2015-06-12 10:54:02 +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
William A. Kennington III
33e70ad68a ncurses: Add gcc-5 patch 2015-06-11 17:59:51 -07:00
Nikolay Amiantov
bb3db4e653 mueval: reapply Nix-specific patch 2015-06-12 03:54:20 +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
William A. Kennington III
370fc79b94 gmp: Use version 6 as the default 2015-06-11 17:35:53 -07:00
Thomas Tuegel
29db05132b pythonPackages.cvxopt: build with openblas 2015-06-11 19:35:35 -05:00
William A. Kennington III
db1054b616 isl: Remove the default version to keep it in sync 2015-06-11 17:34:51 -07: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
Thomas Tuegel
bc3217251e pythonPackages.scikitlearn: build with openblas 2015-06-11 19:23:25 -05:00
Tuomas Tynkkynen
99a7bc241d stdenv/linux: Link statically against isl & cloog
Otherwise this fails on ARM:

/nix/store/jipqp9739n7wrjz40igbk85pqk13s0ad-binutils-2.23.1/bin/ld: /nix/store/92pdpqrqkdf8wjciq1cisvsp8kdz8p2i-gmp-5.1.3/lib/libgmp.a(mp_get_fns.o): relocation R_ARM_MOVW_ABS_NC against `__gmp_allocate_func' can not be used when making a shared object; recompile with -fPIC
/nix/store/92pdpqrqkdf8wjciq1cisvsp8kdz8p2i-gmp-5.1.3/lib/libgmp.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libisl.la] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/nix-build-isl-0.11.1.drv-3/isl-0.11.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/nix-build-isl-0.11.1.drv-3/isl-0.11.1'
make: *** [all] Error 2
builder for ‘/nix/store/a8ghniifd8d8agqx0cqsh41daa08v11c-isl-0.11.1.drv’ failed with exit code 2
2015-06-12 01:38:47 +02:00
Arseniy Seroka
f744798969 Merge pull request #8283 from eduarrrd/dfilemanager
Add dfilemanager/dfm
2015-06-12 01:23:16 +02:00