zimbatm
2e3fa1db3a
Merge pull request #16417 from ericsagnes/fix/php-platform
...
php: add meta.platforms
2016-06-22 19:58:40 +01:00
Vladimír Čunát
152c72c022
Merge #16426 : pcre: fix the less common variants on Darwin
2016-06-22 19:59:29 +02:00
Tobias Geerinckx-Rice
ee2f060ff7
v8: remove unused fix-GetLocalizedMessage-usage.patch
2016-06-22 19:49:48 +02:00
Johannes 'fish' Ziemke
1b34f4095e
pcre: Fix postFixup script
...
So far the shell globbing only resolved properly on linux.
2016-06-22 18:35:28 +02:00
Vladimír Čunát
c05d829598
Merge branch 'staging'
2016-06-22 10:49:56 +02:00
Eric Sagnes
1485b3a6c0
php: add meta.platforms
2016-06-22 17:45:52 +09:00
Vladimír Čunát
48f1d9c483
libav: fixup build after e9cce6d
...
Fixes #16411 . The patch wasn't applied anymore.
2016-06-22 10:25:06 +02:00
Tobias Geerinckx-Rice
271443daa1
gobject-introspection: remove unused separate-rpath-arg.patch
2016-06-22 03:58:55 +02:00
Tobias Geerinckx-Rice
30ba40798c
zeromq: remove unused sodium_warning.patch
2016-06-22 03:58:55 +02:00
Tobias Geerinckx-Rice
12bf38609e
pythonPackages.scipy: remove unused scipy-0.16.1-decorator-fix.patch
2016-06-22 02:13:39 +02:00
Tobias Geerinckx-Rice
61ba956cc8
binutils: remove unused pt-pax-flags-20121023.patch
2016-06-22 01:25:26 +02:00
zimbatm
6596d1eb61
Merge pull request #16389 from mcmtroffaes/feature/wolfssl-3.9.6
...
wolfssl: 3.9.0 -> 3.9.6, split package
2016-06-21 14:22:44 +01:00
Frederik Rietdijk
8ef747baed
Merge pull request #16334 from artuuge/theano_cudnn
...
Theano-cuda: init at 0.8.2
2016-06-21 14:26:51 +02:00
Matthias C. M. Troffaes
c227201955
wolfssl: 3.9.0 -> 3.9.6, split package
2016-06-21 13:22:06 +01:00
Peter Simons
bc08bef615
Merge pull request #16382 from Ericson2314/morgue
...
Remove misc dead code
2016-06-21 11:54:14 +02:00
Rahul Gopinath
293d23abb4
elvish: init at 0.1
...
A novel unix shell written in go language.
2016-06-21 00:04:54 -07:00
John Ericson
7cbf4a56f7
Remove dead pkgs/development/compilers/ghc/with-packages.nix
...
Superseded by `/pkgs/development/haskell-modules/with-packages-wrapper.nix`
2016-06-20 23:53:09 -07:00
Pascal Wittmann
5844bc63df
Merge pull request #16372 from mimadrid/update/filezilla-3.18.0
...
filezilla: 3.17.0.1 -> 3.18.0
2016-06-21 01:27:36 +02:00
Peter Simons
99c6c9d42f
Merge pull request #16370 from rasendubi/haskell-hoogle
...
haskell-hoogle: adapt to GHC docs split
2016-06-20 23:52:47 +02:00
mimadrid
baab0ff6d3
libfilezilla: 0.5.1 -> 0.5.3
2016-06-20 22:46:41 +02:00
Alexey Shmalko
87aa864ff9
haskell-hoogle: adapt to GHC docs split
...
The docs were split at #16167 and broke google support. @peti fixed
build, however hoogle still didn't see packages shipped with GHC. This
patch fixes location of the libraries shipped with GHC.
2016-06-20 22:52:20 +03:00
Tobias Geerinckx-Rice
ffd2afd89d
dub: 0.9.25 -> 1.0.0
2016-06-20 19:34:19 +02:00
Peter Simons
06d3636596
git-annex: update sha256 hash
2016-06-20 17:01:36 +02:00
Peter Simons
1178ccf085
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160613-7-g3089457 using the following inputs:
- Hackage: 08c95c9ddf
- LTS Haskell: 2a2cddb443
- Stackage Nightly: 5f88469291
2016-06-20 17:01:36 +02:00
Bjørn Forsman
099d3dc43b
microscheme: 0.9.2 -> 0.9.3
2016-06-20 16:29:23 +02:00
Vladimír Čunát
8bf002daac
libcxx-3.8: apply Darwin-specific patch only on Darwin
...
... to better decouple different platforms (in future).
2016-06-20 15:17:41 +02:00
Vladimír Čunát
c67e08e1af
Merge #16323 : llvmPackages_38 fixes
2016-06-20 15:17:40 +02:00
Peter Simons
06489a1850
haskell-hoogle: remedy some fallout from https://github.com/NixOS/nixpkgs/pull/16167
...
ghcWithHoogle builds with this patch applied, but it's probably still broken in
the sense that links might point nowhere or that the generated databases and/or
documentation might be incomplete.
2016-06-20 14:50:52 +02:00
Vladimír Čunát
b626e83838
Merge #16291 : krb5: fix compilation on weird prefixes
...
(when nix store prefix contains a "+" character)
2016-06-20 14:46:19 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Marius Bakke
429fdbcd63
libxkbcommon: set X11 locale directory ( close #16340 )
2016-06-20 13:26:20 +02:00
zimbatm
aeef0b7089
Merge pull request #16331 from vrthra/ninka
...
ninka: 1.1 -> 2.0-pre
2016-06-20 10:24:12 +01:00
artuuge
465d6a2113
Theano-cuda: init at 0.8.2
2016-06-20 01:06:07 +02:00
zimbatm
b0f8416c5c
Merge pull request #16180 from zimbatm/shell-escaping
...
Escape all shell arguments uniformly
2016-06-19 23:27:52 +01:00
Tobias Geerinckx-Rice
493fe8413d
sqlite: enable FTS3_TOKENIZER
...
Fix ‘unknown tokenizer: unicodesn’ errors in e.g. geary.
2016-06-19 22:43:58 +02:00
Gabriel Ebner
e5b3b685f4
libqalculate, qalculate-gtk: 0.9.7 -> 0.9.8
2016-06-19 17:33:45 +02:00
Vladimír Čunát
e757404555
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát
97c484a10f
treewide: fix #include errors after gcc-5.4
...
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Rahul Gopinath
22868b893f
ninka: 1.1 -> 2.0-pre
...
Updating ninka to 2.0-pre
2016-06-19 00:09:49 -07:00
Benjamin Saunders
46ae67d776
libc++, libc++abi, lldb: fix 3.8
2016-06-18 18:18:22 -07:00
Aristid Breitkreuz
20a8349d62
Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"
...
This reverts commit ed4869452d
, reversing
changes made to 175e20ca5c
.
2016-06-18 22:24:31 +02:00
Sander van der Burg
483077a441
Merge pull request #16314 from cko/nodejs-v6
...
nodejs-6_x: 6.2.0 -> 6.2.2
2016-06-18 21:15:32 +02:00
Aristid Breitkreuz
ed4869452d
Merge pull request #16172 from zimbatm/influxdb-0.13.0
...
influxdb: 0.9.4 -> 0.13.0
2016-06-18 20:57:34 +02:00
Christine Koppelt
1d6cb3a119
nodejs-6_x: 6.2.0 -> 6.2.2
2016-06-18 19:32:58 +02:00
Aristid Breitkreuz
def3ad3eeb
Merge pull request #16170 from zimbatm/bundler-1.12.5
...
bundler: 1.11.2 -> 1.12.5
2016-06-18 17:02:05 +02:00
Aristid Breitkreuz
5d9bca7693
Merge pull request #16309 from NixOS/j-fix
...
J: fix build
2016-06-18 15:18:35 +02:00
Aristid Breitkreuz
92de74293c
J: add simple check phase, remove debug parts of build script
2016-06-18 15:18:06 +02:00
Lluís Batlle i Rossell
3a61de4e69
Update ffmpeg-full to 3.0.2
2016-06-18 15:16:58 +02:00
Lluís Batlle i Rossell
726ed32bfd
x265: enable parallel build
2016-06-18 15:16:58 +02:00
Lluís Batlle i Rossell
3078537b6a
Update x264 to a recent snapshot (1,5 years update)
2016-06-18 15:16:58 +02:00
Lluís Batlle i Rossell
e9cce6db44
Updating libav from 11.6 to 11.7.
2016-06-18 15:16:58 +02:00
Aristid Breitkreuz
fd2d209fff
J: mark as Linux-only until it has been tested on non-Linux
2016-06-18 14:40:09 +02:00
Aristid Breitkreuz
333a5bf42b
J: fix build
2016-06-18 14:29:09 +02:00
Philip Potter
6efd480084
libu2f-server: mark as linux only
...
The darwin build has been failing for a long time, and I don't have time
or resources to determine why.
2016-06-18 09:39:44 +01:00
Dmitry Kalinkin
2a91dd0f65
krb5: fix for stores with paths containing '+' character
2016-06-17 15:37:51 -04:00
Thomas Tuegel
ed46b468b0
Fix Travis build failure caused by Qt/KDE documentation
...
The comments in the Qt/KDE packages caused a spurious Travis build
failure because they appeared to refer to `<nixpkgs>`.
2016-06-17 12:21:19 -05:00
Joachim Fasting
d7fc7c938c
Merge pull request #16293 from groxxda/bump/libinput
...
libinput: 1.3.1 -> 1.3.2
2016-06-17 18:00:53 +02:00
Joachim Fasting
48e45f43ac
Merge pull request #16295 from NeQuissimus/openjdk8_102
...
openjdk: 8u92b14 -> 8u102b04
2016-06-17 18:00:45 +02:00
Thomas Tuegel
592dcbc4bf
Fix evaluation error in Qt/KDE packages
...
For now, the source hashes will continue to be stored in the Nixpkgs
tree. The package update instructions are updated.
2016-06-17 09:47:16 -05:00
Alexander Ried
a2b19f4660
libinput: 1.3.1 -> 1.3.2
2016-06-17 15:12:28 +02:00
William Casarin
a34ec65659
terra: 2016-01-06 -> 2016-06-09
...
* llvmPackages_35 -> llvmPackages_38
* static llvm no longer needed
* multiple outputs, this generates the following results:
- out/lib/terra.so
- bin/bin/terra
- dev/include/terra/*.h
- static/lib/libterra.a
Contributed with help from @joachifm
2016-06-16 20:02:49 -07:00
Joachim Fasting
552c2e5b08
Merge pull request #16205 from vrthra/green
...
SDL_sixel: Init at 1.2-nightly
2016-06-17 03:58:06 +02:00
Tim Steinbach
f7ab8f80a0
openjdk: 8u92b14 -> 8u102b04
2016-06-16 22:19:41 +00:00
Thomas Tuegel
e39f696d06
qt56: store generated source hashes outside Nixpkgs tree
2016-06-16 15:16:49 -05:00
Joachim Fasting
e915625ace
Merge pull request #15929 from earldouglas/avian
...
avian: init at 1.2.0
2016-06-16 15:35:48 +02:00
Michiel Leenaars
c7016de72c
mimetic: init at 0.9.8
...
Closes #16258
2016-06-16 14:41:59 +02:00
Domen Kožar
3ea8068181
buildPythonPackage: be able to disable package conflict check
2016-06-16 11:49:19 +01:00
Michael Fellinger
e86e407ce9
gemconfig: typhoeus needs curl
2016-06-16 11:43:21 +02:00
Frederik Rietdijk
9f2699fd30
Python: fix the wheel package
2016-06-16 11:36:10 +02:00
Frederik Rietdijk
fde378480c
Merge pull request #16252 from luispedro/shiboken_on_py35
...
shiboken: add support for Python 3.5
2016-06-16 10:49:00 +02:00
Frederik Rietdijk
2f019896d2
Merge pull request #16236 from artuuge/pycuda
...
pycuda: init at 2016.1
2016-06-16 10:45:24 +02:00
Frederik Rietdijk
f4a4af9a9d
Merge pull request #15997 from artuuge/theano_gpu
...
libgpuarray-cuda: init at -9998.0
2016-06-16 10:43:24 +02:00
Eelco Dolstra
6bd54c8b93
Merge pull request #16265 from anderspapitto/gdb
...
gdb: 7.11 -> 7.11.1
2016-06-16 10:16:37 +02:00
Moritz Ulrich
e72282be84
Merge pull request #16052 from dvc94ch/rust-cross
...
Rust and cargo improvements
2016-06-16 09:42:23 +02:00
Anders Papitto
e97e6061f7
gdb: 7.11 -> 7.11.1
2016-06-15 20:54:11 -07:00
artuuge
bc41a7d551
switch to the default versions of numpy and scipy in libgpuarray-cuda
2016-06-16 00:03:07 +02:00
Luis Pedro Coelho
26ef210da2
shiboken: add support for Python 3.5
...
Development upstream is stalled, but this is a trivial patch.
2016-06-15 23:18:34 +02:00
Michiel Leenaars
84873b15ab
cutee: init -> 0.4.2
2016-06-15 22:58:46 +02:00
Joachim Fasting
a689df205a
Merge pull request #16050 from vrthra/rakudo
...
rakudo: 2016.01 -> 2016.04
2016-06-15 21:07:36 +02:00
Joachim Fasting
cdcc1b1c53
Merge pull request #16102 from vrthra/rebol
...
rebol: init at 3-alpha
2016-06-15 20:29:53 +02:00
Joachim Fasting
df5a43929f
Merge pull request #16100 from vrthra/unicon
...
unicon: init at 11.7
2016-06-15 20:29:04 +02:00
Joachim Fasting
605c08d223
Merge pull request #16122 from ericbmerritt/feature/beam-package-improvements
...
Feature/beam package improvements
2016-06-15 20:27:41 +02:00
Arseniy Seroka
91c9410b2e
Merge pull request #16214 from cmpadden/neovim-darwin-fixes
...
neovim: fix neovim on darwin (requires libmpack)
2016-06-15 21:23:53 +03:00
Joachim Fasting
7b08c5cb3a
Merge pull request #16242 from arkency/buildkite-agent-2.1.13
...
buildkite-agent: 2.1.8 ~> 2.1.13
2016-06-15 18:40:21 +02:00
YPares
3868cad832
haskell: generic-stack-builder sets an env var
...
generic-stack-builder was not setting STACK_PLATFORM_VARIANT="nix".
This is required by stack when handling its haskell packages database
snapshot. Stack must keep separated packages built with its own GHC
and those built with GHC from Nixpkgs.
2016-06-15 17:08:41 +02:00
artuuge
1a55add4ca
enable the tests only for python older than 3.5
2016-06-15 16:24:21 +02:00
Eric Merritt
eeed6411ce
beamPackages: update packages from Hex.pm
...
Pull in the latest package set from hex
2016-06-15 07:21:18 -07:00
Eric Merritt
864a0816c4
rebar3: remove no longer needed registrySnapshot.nix
2016-06-15 07:20:17 -07:00
Eric Merritt
346fb6c3ba
beamPackages: update registry snapshot to d58a937
2016-06-15 07:20:04 -07:00
Eric Merritt
b1cd08246f
beamPackages: turn on debug_info for beam packages
...
This allows you to turn on debug infor for all the beam packages in the
system with a single change at the top level. This is required for
debugging and dialyzer work. It also allows you to switch it on on a
package by package basis.
2016-06-15 07:20:01 -07:00
Eric Merritt
de40133673
beamPackages: point to new cdn for tarballs
2016-06-15 07:19:56 -07:00
Eric Merritt
2e61bd72a1
beamPackages: add the ability to override phases
2016-06-15 07:19:44 -07:00
zimbatm
285aee3c12
protobuf3_0: 3.0.0-beta-2 -> 3.0.0-beta-3.1
2016-06-15 14:54:26 +01:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
Paweł Pacana
f3d202150c
buildkite-agent: 2.1.8 ~> 2.1.13
2016-06-15 11:52:04 +02:00
artuuge
be0ade9d03
pycuda: init at 2016.1
2016-06-15 00:47:55 +02:00
David Craven
d8a7aaf179
rustc: Prepare for 1.10.0 release
2016-06-14 23:09:21 +02:00
David Craven
447dce99da
rustc: Enable crosscompiling std crates
2016-06-14 23:09:21 +02:00
David Craven
0720373dfc
cargo: Use stable releases instead of snapshots
2016-06-14 23:09:21 +02:00
artuuge
d1f38e2adc
make clblas-cuda and libgpuarray-cuda more functorial
2016-06-14 20:01:51 +02:00