Commit graph

17331 commits

Author SHA1 Message Date
Vladimír Čunát dd649df4e4 luaPackages: stabilize src hashes by using fetchzip
I was getting hash errors in some packages.
2015-05-30 20:58:33 +02:00
Peter Simons 76da869d9a Merge pull request #8045 from adnelson/numpy_scipy_osx
Test suites and working OSX builds for numpy and scipy
2015-05-30 19:26:31 +02:00
Peter Simons d3073741a3 Merge pull request #8042 from adnelson/liblapack_atlas_dependency_optional
Liblapack atlas dependency optional
2015-05-30 19:25:54 +02:00
Peter Simons baede3f667 Merge pull request #8054 from peti/add-haskell-packages-to-unstable
Add "haskellPackages" binaries to the unstable channel.
2015-05-30 18:36:38 +02:00
Vladimír Čunát 45d859192b clutter-gst_3_0: fix build by using newer clutter 2015-05-30 17:19:32 +02:00
Benjamin Staffin 1a2f179c32 goPackages.logrus: update to 0.8.2 2015-05-29 17:57:47 -07:00
William A. Kennington III be5f4082fd pulseaudio: Remove default derivation 2015-05-29 14:47:33 -07:00
William A. Kennington III b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Arseniy Seroka 02fd0c8771 Merge pull request #7742 from magnetophon/guitarix-syslibs-master
guitarix: use system zita libs
2015-05-29 23:37:43 +03:00
Allen Nelson 8a965946cb switched to atlas as a dependency for liblapack by default 2015-05-29 15:16:12 -05:00
Shea Levy 5273166f53 Disable failing DBIxClass tests
Seems to be random
2015-05-29 15:16:40 -04:00
Allen Nelson 18bb7a4047 fix undefined variable 2015-05-29 11:05:34 -07:00
William A. Kennington III 7e126ac83e audit: 2.9.1 -> 2.9.2 2015-05-29 10:29:11 -07:00
William A. Kennington III b1e4371a1c 389-ds-base: Remove kerberos line as it is strictly dependent on krb5 2015-05-29 10:26:25 -07:00
William A. Kennington III 9f0da5315b Fix krb5 reference 2015-05-29 10:25:32 -07:00
Allen Nelson 6c238d1d5f moving non-packages into a separate file 2015-05-29 11:12:55 -05:00
Shea Levy eb0a21a512 boto: Remove obsolete patch 2015-05-29 11:21:49 -04:00
Shea Levy 0c5a7d5df2 nix-exec: build against nixUnstable 2015-05-29 09:41:28 -04:00
Bart Brouns 859ec9719b guitarix: use system zita libs 2015-05-29 14:05:46 +02:00
Peter Simons c5d132c2ea Add "haskellPackages" binaries to the unstable channel. 2015-05-29 11:25:26 +02:00
Rok Garbas bd59bf9a74 cygwin: bash updated to 4.3 for cygwin platform 2015-05-29 10:18:06 +02:00
Peter Simons d9cc38757a openssl: add version 1.0.2a as attribute 'openssl_1_0_2'
We'll try switching our default version after the 15.06 release has been
branched off. Resolves https://github.com/NixOS/nixpkgs/issues/7970.
2015-05-29 09:52:29 +02:00
Domen Kožar 7ddb84055c Merge pull request #8048 from Bsami/remotes/origin/python2.38.0
Remotes/origin/python2.38.0
2015-05-29 08:52:29 +02:00
Allen Nelson 3d00848ace using atlasWithLapack dependency. running test suites for numpy and scipy. 2015-05-29 00:06:57 -05:00
Allen Nelson e001340cf6 returned to two-file structure for liblapack 2015-05-28 21:49:06 -05:00
Sami BOUHLEL fb310a6998 added support for boto 2.38.0 2015-05-28 21:15:16 +01:00
Peter Simons 99273a6716 Merge pull request #8047 from nckx/master
Don't use "with licenses;" for single licences
2015-05-28 22:14:53 +02:00
Sami BOUHLEL 385936f7d9 added support for boto 2.38.0 2015-05-28 20:53:57 +01:00
Allen Nelson 2c125cf37a removed default dependency of liblapack on ATLAS. was causing an unnecessary double-build of atlas 2015-05-28 12:39:49 -05:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Sander van der Burg 3fa15c820f doclifter: add new package 2015-05-28 16:13:47 +00:00
Mateusz Kowalczyk 53ff1909cd Merge pull request #8040 from codyopel/mpv-fix
mpv: refactor & fix youtube-dl support
2015-05-28 14:41:44 +01:00
codyopel ba9867fb5b mpv: refactor & fix youtube-dl support 2015-05-28 09:30:36 -04:00
Rok Garbas c9a45f2f62 cygwin: make perl's XMLParser build on cygwin 2015-05-28 14:15:46 +02:00
Rok Garbas 52068e9b6e cygwin: make perl LocaleGettext also build on cygwin 2015-05-28 14:15:46 +02:00
Rok Garbas 633e734152 cygwin: libiconvReal is used during bootstrapping phase on cygwin 2015-05-28 14:15:46 +02:00
Tobias Geerinckx-Rice 831d597bfa perl-packages: Finance-Quote 1.35 -> 1.37 2015-05-28 14:06:14 +02:00
Rok Garbas 6a5126348b rsyslog: krb5 -> libkrb5 argument changed few commits ago 2015-05-28 13:49:17 +02:00
Vladimír Čunát adea54614d fltk13, octave: expose fltk13 config and override in octave
Octave needs fltk with libxft, see #8007.

I'm not much familiar with composableDerivation,
so perhaps this change could be done in a better way...
2015-05-28 13:16:02 +02:00
William A. Kennington III 85932bc5a9 krb5: 1.13.1 -> 1.13.2 2015-05-28 02:20:08 -07:00
William A. Kennington III 4389ae5208 libverto: Add derivation 2015-05-28 02:20:08 -07:00
Florian Friesdorf ebf6d98fc2 cygwin: build perl as usual, no sysPerl 2015-05-28 10:53:34 +02:00
Florian Friesdorf 88e58a4fa2 cygwin: stdenv 2015-05-28 10:53:34 +02:00
William A. Kennington III 21b2858eed Merge pull request #8019 from codyopel/openjpeg
openjpeg: refactor, fixes #8017
2015-05-27 23:34:21 -07:00
Dan Peebles 4d12ea8311 Add micro-httpd package 2015-05-28 03:16:46 +00:00
Arseniy Seroka 98d160e1f0 Merge pull request #7966 from benley/cli53
New package: cli53 (AWS Route53 admin CLI tool)
2015-05-28 04:40:21 +03:00
Bjørn Forsman 201059f728 python-pyev: new package
Python bindings for the libev library.

https://code.google.com/p/pyev/
2015-05-27 23:00:09 +02:00
Tobias Geerinckx-Rice b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Siarhei Zirukin 4fd635404d e19: updates for 1.14.0
- libraries and applications updated to the latest
- the "elementary getting started" (https://docs.enlightenment.org/auto/elementary/group__Start.html)
  works with just `pkg-config --cflags --libs elementary`
- switched from lua-old to elua
2015-05-27 20:06:06 +02:00
William A. Kennington III b3176951a1 libgcrypt: Disable libcap permission dropping 2015-05-27 10:54:05 -07:00