Commit Graph

34427 Commits

Author SHA1 Message Date
Peter Simons
667c4e4925 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision
47c259fc33.
2017-01-08 21:11:17 +01:00
Peter Simons
9729a8d015 haskell-esqueleto: keep version 2.4.x around so that we can still build git-annex 2017-01-08 21:11:17 +01:00
Sebastian Hagen
d042abef26 zlib: Fix zlib.net URL. (#21753)
Look for primary source file below
  http://zlib.net/fossils/ as opposed to
  http://zlib.net/
. zlib-1.2.8.tar.gz is still available at the former location, and will likely
remain there. In addition, it's important that the first URL work since zlib
is in the bootstrap path, and 16.09 (at least) bootstrap doesn't try to fetch
from later ones.
2017-01-08 18:09:57 +01:00
Moritz Ulrich
7435fefd26
rustc: Disable fragile tcp tests on Darwin
This is an alternative implementation of
https://github.com/NixOS/nixpkgs/pull/21741/files
2017-01-08 16:55:36 +01:00
Graham Christensen
07e425b9b9 Merge pull request #21749 from sifmelcara/update/crystal
crystal: 0.20.3 -> 0.20.4
2017-01-08 08:49:59 -05:00
Domen Kožar
8940c68c09
hydra: 2016-04-15 -> 2016-12-09
Fixes #19396 #21424
2017-01-08 14:40:12 +01:00
Vladimír Čunát
abcd344ccb
perl-Compress-Raw-Zlib: try without testing for now
Tests got broken by zlib update.  Also 2.0.65 -> 2.0.71,
but the update didn't help with this unfortunately.
2017-01-08 14:31:55 +01:00
Vladimír Čunát
309c63c542
Merge branch 'master' into staging 2017-01-08 14:27:01 +01:00
Josef Kemetmueller
64e4b7ac42 grib-api: 1.14.4 -> 1.19.0
- Remove downloading of testdata during buildPhase to
  - fix hydra build
  - remove impurity
  - reduce traffic
- Bump version
- Add myself as a maintainer
2017-01-08 12:42:25 +01:00
Jay Mundrawala
3dc8b5d904 rustUnstableBin.rustc: Run patchelf on bin/rustdoc (#21746)
Cargo seems to run rustdoc and produces an annoying error when
it tries to run.
2017-01-08 10:53:44 +01:00
mingchuan
e8c9a4b3ba crystal: 0.20.3 -> 0.20.4 2017-01-08 14:31:59 +08:00
Daiderd Jordan
826d6aa6cd Merge pull request #21382 from johbo/darwin-pygtk-quartz-backend
Darwin gtk2/pygtk quartz backend
2017-01-08 00:18:33 +01:00
tkatchev
9c2a222092 gtest, gmock: fix broken package by updating to 1.8.0. 2017-01-08 00:00:55 +03:00
Domen Kožar
372e04f189
libpqxx: use gnused_422 2017-01-07 20:16:17 +01:00
Matthew Bauer
ea053cad7a gtk-mac-integration: init at 2.0.8 2017-01-07 19:21:42 +01:00
Johannes Bornhold
0f67005c4a cairo: Add ApplicationServices as propagatedBuildInput
Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz.
2017-01-07 19:21:42 +01:00
schneefux
96504cd75c pythonPackages.discordpy: 0.15.1 -> 0.16 2017-01-07 20:02:05 +02:00
Anmol Sethi
2ef6af7afd libtermkey: from 0.18 to 0.19 2017-01-07 19:59:45 +02:00
Johannes Bornhold
8f7adffe4d pygtk: Add flag -ObjC for darwin
Had to add this so that it was able to parse the headers from the frameworks.
2017-01-07 17:35:09 +01:00
Johannes Bornhold
5a572f8018 gtk2: Use quartz backend on darwin 2017-01-07 17:35:09 +01:00
Johannes Bornhold
9f31633a50 librsvg: Add framework ApplicationServices for darwin 2017-01-07 17:31:10 +01:00
Johannes Bornhold
354c91df2e pango: Add darwin frameworks for fond rendering 2017-01-07 17:31:10 +01:00
Johannes Bornhold
bbdca635cf cairo: Add CoreText for darwin
This helps so that fonts are properly rendered in gtk when used with the backend
"quartz".
2017-01-07 17:31:10 +01:00
Shea Levy
71fc7f9748 ghc-head: Fixes for new base and Cabal 2017-01-07 10:28:48 -05:00
Domen Kožar
133ba5f08a
GHC: 8.0.2-rc2 -> 8.0.2 2017-01-07 16:17:54 +01:00
Gabriel Ebner
da9e9061f1 haskellPackages.hledger-diff: 0.2.0.6 -> 0.2.0.7
Currently hledger-diff is broken because of the hledger-lib version
bump.
2017-01-07 15:16:36 +01:00
Peter Hoeg
427de85390 loki: init at 0.1.7 2017-01-07 20:49:54 +08:00
Graham Christensen
428927ffa6
openjpeg2: patch for multiple CVEs
-  Floating Point Exception (aka FPE or divide by zero) in
    opj_pi_next_cprl function in openjp2/pi.c:523 in OpenJPEG
    2.1.2. (CVE-2016-9112)

 -  There is a NULL Pointer Access in function imagetopnm of
    convert.c:1943(jp2) of OpenJPEG 2.1.2. image->comps[compno].data is
    not assigned a value after initialization(NULL). Impact is Denial of
    Service. (CVE-2016-9114)

 -  NULL Pointer Access in function imagetopnm of convert.c:2226(jp2) in
    OpenJPEG 2.1.2. Impact is Denial of Service. Someone must open a
    crafted j2k file. (CVE-2016-9116)

 -  Heap Buffer Overflow (WRITE of size 4) in function pnmtoimage of
    convert.c:1719 in OpenJPEG 2.1.2. (CVE-2016-9118)
2017-01-07 06:51:31 -05:00
Peter Simons
c5f8c7fe36 Merge pull request #21722 from mimadrid/fix/r-modules
Fix a lot of rPackages
2017-01-07 12:19:42 +01:00
Dmitry Kalinkin
44a78fb0da
rivet: fix runtime on darwin 2017-01-07 03:00:04 -05:00
Shea Levy
845dd121f8 ghc-head: Put ./boot into commonPreConfigure 2017-01-06 22:10:29 -05:00
Shea Levy
c5c7911ac2 libuv: disable getaddrinfo tests.
Seem to require network access, at least on darwin
2017-01-06 21:09:49 -05:00
Franz Pletz
887e703d42 Merge pull request #21640 from mguentner/cpp_ipfs_api_update
cpp-ipfs-api: 2016-11-09 -> 2017-01-04
2017-01-07 00:44:01 +01:00
Vladimír Čunát
030065f6bd
libpng: 1.6.27 -> 1.6.28 2017-01-06 22:46:25 +01:00
Thomas Tuegel
8633dab72a Merge pull request #21650 from dbalan/ldns-1.7.0
ldns 1.6.17 -> 1.7.0
2017-01-06 14:46:18 -06:00
Vladimír Čunát
948e9edce6
zlib: maintenance 1.2.8 -> 1.2.10
The removed CVEs should be fixed in the release.
2017-01-06 21:45:20 +01:00
Vladimír Čunát
5ab9e23561
gtk3: maintenance 3.22.5 -> 3.22.6 2017-01-06 21:36:21 +01:00
Vladimír Čunát
9a9912a3e4
harfbuzz: 1.3.4 -> 1.4.1 2017-01-06 21:35:56 +01:00
Vladimír Čunát
1e253d54f5
libpng12: security 1.2.56 -> 1.2.57
CVE-2016-10087
2017-01-06 21:15:46 +01:00
Vladimír Čunát
7bdf2a4498
gdk-pixbuf: maintenance 2.36.2 -> 2.36.3 2017-01-06 21:08:33 +01:00
mimadrid
8954412fcc
r-modules: fix snpStats package 2017-01-06 21:07:25 +01:00
mimadrid
b5a0925663
r-modules: fix VariantAnnotation package 2017-01-06 21:07:25 +01:00
mimadrid
6540b6507d
r-modules: fix rtracklayer package 2017-01-06 21:07:25 +01:00
mimadrid
baf65d5000
r-modules: fix Rsubread package 2017-01-06 21:07:25 +01:00
mimadrid
9ebab25442
r-modules: fix gmapR package 2017-01-06 21:07:25 +01:00
mimadrid
286e86f3a5
r-modules: fix oligo package 2017-01-06 21:07:25 +01:00
mimadrid
afd1a4c933
r-modules: fix affyio package 2017-01-06 21:07:25 +01:00
mimadrid
4c0c3c7493
r-modules: fix BitSeq package 2017-01-06 21:07:24 +01:00
mimadrid
272b447ea7
r-modules: fix bamsignals package 2017-01-06 21:07:24 +01:00
mimadrid
c5e4754ca7
r-modules: fix affyPLM package 2017-01-06 21:07:24 +01:00
mimadrid
1d7fd8f3c4
r-modules: fix xml2 package 2017-01-06 21:07:24 +01:00
mimadrid
5b813c2ab0
r-modules: fix XBRL package 2017-01-06 21:07:24 +01:00
mimadrid
512be9e14a
r-modules: fix WhopGenome package 2017-01-06 21:07:24 +01:00
mimadrid
f9d84f8b65
r-modules: fix tkrplot package 2017-01-06 21:07:24 +01:00
mimadrid
0b3e62bb12
r-modules: fix tiff package 2017-01-06 21:07:23 +01:00
mimadrid
9420fa23c6
r-modules: fix TAQMNGR package 2017-01-06 21:07:23 +01:00
mimadrid
2303e63116
r-modules: fix spate package 2017-01-06 21:07:23 +01:00
mimadrid
fcbed4b654
r-modules: fix showtext package 2017-01-06 21:07:23 +01:00
mimadrid
8a6b58d51d
r-modules: fix seqminer package 2017-01-06 21:07:23 +01:00
mimadrid
e1a5eeef06
r-modules: fix seqinr package 2017-01-06 21:07:22 +01:00
mimadrid
1ef67b9e78
r-modules: fix RVowpalWabbit package 2017-01-06 21:05:54 +01:00
mimadrid
ae2723a144
r-modules: fix rtiff package 2017-01-06 21:05:54 +01:00
mimadrid
d7ac90dd0c
r-modules: fix rtfbs package 2017-01-06 21:05:53 +01:00
mimadrid
fd175e4084
r-modules: fix Rssa package 2017-01-06 21:05:52 +01:00
mimadrid
bd2aaada6e
r-modules: fix RSclient package 2017-01-06 21:05:52 +01:00
mimadrid
53235dbe14
r-modules: fix rphast package 2017-01-06 21:05:52 +01:00
mimadrid
780fb79e32
r-modules: fix Rmpfr package 2017-01-06 21:05:51 +01:00
mimadrid
a58db75ccb
r-modules: fix rmatio package 2017-01-06 21:05:51 +01:00
mimadrid
674a2077dd
r-modules: fix rJava package 2017-01-06 21:05:51 +01:00
mimadrid
13a582688f
r-modules: fix RJaCGH package 2017-01-06 21:05:51 +01:00
mimadrid
9922867fa8
r-modules: fix Rhtslib package 2017-01-06 21:05:50 +01:00
mimadrid
bb60f939ae
r-modules: fix Rhpc package 2017-01-06 21:05:50 +01:00
mimadrid
e1bc505da9
r-modules: fix rggobi package 2017-01-06 21:05:50 +01:00
mimadrid
9f2b5e0425
r-modules: fix RGtk2 package 2017-01-06 21:05:50 +01:00
mimadrid
3342f8bd59
r-modules: fix RcppOctave package 2017-01-06 21:05:50 +01:00
mimadrid
ba86a39645
r-modules: fix RcppCNPy package 2017-01-06 21:05:49 +01:00
mimadrid
dd159d06b6
r-modules: fix rcdd package 2017-01-06 21:05:49 +01:00
mimadrid
8b229baf33
r-modules: fix rbamtools package 2017-01-06 21:05:49 +01:00
mimadrid
558f67e85f
r-modules: fix R2SWF package 2017-01-06 21:05:48 +01:00
mimadrid
277efe9896
r-modules: fix sysfonts package 2017-01-06 21:05:48 +01:00
mimadrid
062c9037d1
r-modules: fix PopGenome package 2017-01-06 21:05:48 +01:00
mimadrid
c5ef08cc65
r-modules: fix PKI package 2017-01-06 21:05:48 +01:00
mimadrid
1e9071948f
r-modules: fix mwaved package 2017-01-06 21:05:48 +01:00
mimadrid
4e7de52c26
r-module: fix kza package 2017-01-06 21:05:47 +01:00
mimadrid
debb12ce1a
r-module: fix jpeg package 2017-01-06 21:05:47 +01:00
mimadrid
e3a2c97c7b
r-modules: fix gmp package 2017-01-06 21:05:47 +01:00
mimadrid
72eb6a8644
r-modules: fix fftwtools package 2017-01-06 21:05:47 +01:00
mimadrid
427c4d954a
r-modules: fix fftw package 2017-01-06 21:05:47 +01:00
mimadrid
b88b8ea05b
r-modules: fix devEMF package 2017-01-06 21:05:47 +01:00
mimadrid
6c6aab3e5b
r-modules: fix cairoDevice package 2017-01-06 21:05:47 +01:00
mimadrid
f717538866
r-modules: fix git2r package 2017-01-06 21:05:47 +01:00
mimadrid
88fcfafafe
r-modules: fix BayesXsrc package 2017-01-06 21:05:46 +01:00
mimadrid
6f9124e118
r-modules: fix Cairo package 2017-01-06 21:05:46 +01:00
Vladimír Čunát
5f5681ee7f
Merge branch 'master' into staging 2017-01-06 21:05:43 +01:00
Vladimír Čunát
1f7b090580
mesa: maintenance 13.0.2 -> 13.0.3 2017-01-06 21:05:08 +01:00
c0bw3b
6d3183e7da
nghttp2: refactor (close #21029)
Turning the dependencies unrelated to the base libnghttp2 into proper
options.  vcunat modified the commit slightly.
2017-01-06 21:03:11 +01:00
Domen Kožar
f3381f0be2
electron: 1.2.2 -> 1.4.13 2017-01-06 19:00:17 +01:00
Peter Simons
fb2e0e1eaa Merge pull request #21718 from mimadrid/fix/r-modules
r-modules: fix seewave package
2017-01-06 16:59:31 +01:00
Shea Levy
7ee897a3b3 libuv: Tests fail when cross-compiling 2017-01-06 10:37:04 -05:00
Vladimír Čunát
07bf828bd9
Merge branch 'staging'; security /cc #21642 2017-01-06 16:32:47 +01:00
mimadrid
321d5a01b6
r-modules: fix seewave package 2017-01-06 16:31:30 +01:00
Vladimír Čunát
cf1d3677d3
flex: bring back 2.6.1 as an option
Some breakages after flex update aren't so easy to fix,
and I can't really afford to spend much time on it ATM.
2017-01-06 16:17:46 +01:00
Shea Levy
3c2cbd3259 ghc-head: bump 2017-01-06 08:39:12 -05:00
Frederik Rietdijk
39bb4fe0ee Merge pull request #21689 from rzetterberg/godot-2.1.1-stable-init
godot: init at 2.1.1-stable
2017-01-06 12:43:35 +01:00
Richard Zetterberg
4799971895 godot: init at 2.1.1-stable
Adds the [godot engine](https://godotengine.org/) at the latest stable
version.

Produced binary contains the tools and the engine itself.
2017-01-06 12:07:19 +01:00
Peter Simons
f8a1e87e07 git-annex: update to latest version 2017-01-06 11:01:54 +01:00
Peter Simons
d2e344616c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision
c6ccb98171.
2017-01-06 11:01:48 +01:00
Peter Simons
0761b0bc5b configuration-hackage2nix.yaml: don't follow LTS Haskell's version constraints on hledger-* 2017-01-06 11:01:13 +01:00
Peter Simons
a0c197102e configuration-hackage2nix.yaml: keep aeson 1.0.x around for stack 2017-01-06 11:01:13 +01:00
William Casarin
ac9b3d64ce configuration-hackage2nix.yaml: update jb55's packages 2017-01-06 11:01:13 +01:00
Michael Raskin
efb6c30d10 Merge pull request #21656 from zimbatm/packer-0.12.1
packer: 0.10.1 -> 0.12.1
2017-01-05 17:54:55 +00:00
Franz Pletz
2102fa0d6d
smack: 3.4.1 -> 4.1.9, fixe CVE-2016-10027
cc #21642
2017-01-05 17:22:08 +01:00
nzupec
0b22e6254b libmemcached: update sha256 hash 2017-01-05 15:48:49 +01:00
Vladimír Čunát
5d3563f80c
treewide: more fixes of phases after bash 4.3 -> 4.4
I'm surprised that the packages ever worked.
2017-01-05 11:07:04 +01:00
Frederik Rietdijk
3b7193604f pythonPackages.pycrypto: dummy depending on pycryptodome, closes #21671 2017-01-05 11:01:07 +01:00
Domen Kožar
28c06567f8 haskellPackages.hakyll: fix build 2017-01-05 10:24:07 +01:00
Franz Pletz
fe9373460c
pythonPackages.pycrypto: add patch to fix CVE-2013-7459
cc #21642
2017-01-05 06:40:43 +01:00
Vladimír Čunát
fcdb6db041
fontconfig-ultimate: fixup after bash update
I've got no idea why it was trying to override the phase list and in
such a way.  Still, it's slightly discomforting that the expansion
semantics was changed in bash.
2017-01-05 01:58:46 +01:00
Vladimír Čunát
ea7b252c9a
Merge branch 'master' into staging 2017-01-04 23:20:43 +01:00
Domen Kožar
05fe17ea3c libvncserver: enable libgcrypt
This allows encrypted vnc sessions for remmina
2017-01-04 22:27:44 +01:00
Franz Pletz
86a251ee2f
libbrotli: 20160120 -> 1.0 2017-01-04 21:19:52 +01:00
Frederik Rietdijk
a3018650a3 Merge pull request #21643 from symphorien/python-tix
Python tix module
2017-01-04 20:51:33 +01:00
Symphorien Gibol
a6e3d71361 python: support the tkinter.tix module 2017-01-04 19:39:33 +01:00
zimbatm
9e97c0b937 packer: 0.10.1 -> 0.12.1 2017-01-04 17:31:45 +00:00
Dhananjay Balan
6edb3793d3 ldns 1.6.17 -> 1.7.0
Release notes: http://git.nlnetlabs.nl/ldns/tree/Changelog?id=release-1.7.0

Openssl-1.1.0 is used to enable offline DANE verification (Needed for the DANE-TA usage type)

```
configure: error: OpenSSL does not support offline DANE verification (Needed for the DANE-TA usage type).  Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage
builder /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed with exit code 1
error: build /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed
drvof drvfor
```
2017-01-04 17:44:47 +01:00
Symphorien Gibol
3f499d3fb9 tix: init at 8.4.1 2017-01-04 17:39:43 +01:00
Domen Kožar
f10dfd692f haskellPackages.mysql: fix #19593 2017-01-04 16:41:42 +01:00
Symphorien Gibol
87ef971478 tk: add private headers to /include
those are necessary to build some extensions like tix
2017-01-04 15:49:27 +01:00
Maximilian Güntner
e9ab1a614f
cpp-ipfs-api: 2016-11-09 -> 2017-01-04
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-04 13:15:53 +01:00
Nikolay Amiantov
e17b483669 glslang, spirv-tools, vulkan-loader: add metainformation 2017-01-04 12:57:22 +03:00
Daiderd Jordan
27660cfdc0
Merge branch 'master' into staging 2017-01-04 01:42:26 +01:00
Nikolay Amiantov
40a9c37ff3 node-env: use upstream version 2017-01-04 02:52:38 +03:00
Graham Christensen
6b504f8b52 Merge pull request #21626 from NeQuissimus/gradle_3_3
gradle: 3.2.1 -> 3.3
2017-01-03 18:45:42 -05:00
Daiderd Jordan
3daa019125 Merge pull request #21551 from zauberpony/vultr-init
vultr: init at 1.12.0
2017-01-04 00:08:04 +01:00
Tim Steinbach
02efac3f9f
gradle: 3.2.1 -> 3.3 2017-01-03 17:38:01 -05:00
Domen Kožar
17b7eb22c3 haskellPackages.wai-app-file-cgi: fix #21498 2017-01-03 23:28:58 +01:00
Domen Kožar
663048f378 Revert "haskell: workaround for bug with dynamic libraries on darwin"
This reverts commit 19e2e7290a.

See the correct fix in aa64994b48a29ea8d12323942f1743fa4133527a

General purpose solution will be once we implement
https://github.com/NixOS/nixpkgs/issues/21624
2017-01-03 23:10:24 +01:00
Domen Kožar
4bba954e13 rocksdb: properly fix #21215 2017-01-03 23:10:24 +01:00
Domen Kožar
4ce88d8674 rocksdb: build without debug 2017-01-03 23:10:24 +01:00
Domen Kožar
8b6b0aea72 Revert "rocksdb-haskell: just compile rocksdb statically to fix #21215"
This reverts commit 5e5df0fea2.
2017-01-03 23:10:24 +01:00
Jörg Thalheim
d05656a9ca rustNightlyBin: fix build hash 2017-01-03 18:21:19 +00:00
Michael Raskin
efd2b279f3 sbcl_1_3_12: init at 1.3.12; reinstating the previous version for Maxima 2017-01-03 18:06:47 +01:00
Michael Raskin
95f3473e18 ecl_16_1_2: init at 16.1.2; reinstating for Maxima 2017-01-03 18:06:47 +01:00
Michael Raskin
7c29295deb gcl_2_6_13_pre: init at 2.6.13pre50. GCL hasn't had releases for a long time, but there are relatively regular prereleases 2017-01-03 18:06:46 +01:00
Daiderd Jordan
538d1b688a stdenv: bootstrap cmake and python on darwin 2017-01-03 18:01:47 +01:00
Pascal Wittmann
c4175a071b Merge pull request #21617 from mguentner/subsurface_beta
subsurface 4.5.6 -> 4.5.97
2017-01-03 17:30:38 +01:00
Jörg Thalheim
fd152db8f7 rustNightlyBin: 2016-12-05 -> 2016-12-29 (#21618)
- add cargo (hence the renaming)
- also allow to built nix packages
2017-01-03 16:50:56 +01:00
Maximilian Güntner
67d73657a9
Revert "libgit2: reinit at 0.23.2"
This reverts commit 2e15a8f2dd.
libgit2 v0.23.2 is no longer necessary due to
edbe73dc13e6090269f0d8b2bb759c7957a83ec1

Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 16:06:50 +01:00
Maximilian Güntner
7e87be4055
libdivecomputer: add subsurface version
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-03 15:43:51 +01:00
Thomas Tuegel
0723aa8108 Merge pull request #21466 from abbradar/kde-wrapper
Flatten nested kdeWrappers
2017-01-03 08:21:39 -06:00
Gabriel Ebner
c6ec873aec Merge pull request #21554 from gebner/emscripten-wrapped
emscriptenfastcomp: build using cmake and use cc-wrapper
2017-01-03 09:15:32 -05:00
Lancelot SIX
293551a162 gnum4: 1.4.17 -> 1.4.18
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00015.html
for release announcement.
2017-01-03 14:45:55 +01:00
Peter Simons
494d695b97 Merge pull request #21393 from mpickering/master
Small improvements to development GHC derivations
2017-01-03 14:40:18 +01:00
Peter Simons
711c235777 haskell: clean-up for the generic builder
Clean up the implementation from d0250ad884.
2017-01-03 10:52:50 +01:00
Peter Hoeg
22dbb82129 qscintilla: 2.9 -> 2.9.4 2017-01-03 17:20:29 +08:00
Peter Hoeg
9452abe684 qscintilla: support qt5 2017-01-03 13:33:42 +08:00
Daiderd Jordan
ade7cc16eb
czmqpp: enable on darwin 2017-01-03 01:37:16 +01:00
Nikolay Amiantov
e908442693 kdeWrapper: allow wrapping several packages 2017-01-03 02:33:15 +03:00
Michael Raskin
50e20b566f libmwaw: 0.3.8 -> 0.3.9 2017-01-02 20:18:53 +01:00
Michael Raskin
29dfbca634 eigen3_3: init at 3.3.1; not compatible enough with 3.2.5 to switch the default immediately 2017-01-02 20:18:53 +01:00
Michael Raskin
38e50a3d77 sbcl: 1.3.12 -> 1.3.13 2017-01-02 20:18:52 +01:00
Michael Raskin
e8584294f1 slimerjs: 0.10.1 -> 0.10.2 2017-01-02 20:18:52 +01:00
Michael Raskin
31106095e1 scons: 2.5.0 -> 2.5.1 2017-01-02 20:18:52 +01:00
Michael Raskin
16ea6c7439 luarocks: 2.4.0 -> 2.4.2 2017-01-02 20:18:51 +01:00
Michael Raskin
6565d7f12e angelscript: 2.31.1 -> 2.31.2 2017-01-02 20:18:51 +01:00
Michael Raskin
0af8ddb2f8 libpng: 1.6.26 -> 1.6.27; a security update; @grahamc should this be ported to stable immediately or together with some other mass-rebuild change 2017-01-02 20:18:47 +01:00
Michael Raskin
41dc1e5237 ecl: 16.1.2 -> 16.1.3 2017-01-02 20:18:47 +01:00
Michael Raskin
a541999d77 libgphoto2: 2.5.10 -> 2.5.11 2017-01-02 20:18:45 +01:00
Michael Raskin
8b03a76e61 Merge pull request #21583 from bendlas/update-webkitgtk
webkitgtk: make 2.14 the default
2017-01-02 14:02:05 +00:00
Gabriel Ebner
39e8a72faf emscripten, emscriptenfastcomp: 1.36.4 -> 1.37.1 2017-01-02 14:26:20 +01:00
Herwig Hochleitner
09f66a7457 pypy: 5.4.1 -> 5.6.0 2017-01-02 13:41:28 +01:00
Herwig Hochleitner
3fa6209439 webkitgtk: 2.14.1 -> 2.14.2
Add dependencies
2017-01-02 13:37:06 +01:00
Gabriel Ebner
db0120dea2 emscriptenfastcomp: build using cmake and use cc-wrapper 2017-01-02 13:24:36 +01:00
Frederik Rietdijk
d68aba4cfb Python: script names now include full path
Certain programs, like zim, calibre and now also apparently mercurial,
rely on sys.argv[0] providing not just the script name but the full
path.

The Python docs [1] state the following on the matter:

> argv[0] is the script name (it is operating system dependent whether
this is a full pathname or not).

Therefore, scripts should not expect to receive a full path.
Unfortunately some do. While this can be considered a bug, there doesn't
seem any reason not to provide the full path. Therefore we now provide
the full path.

[1]
https://docs.python.org/3.5/library/sys.html?highlight=sys.argv#sys.argv
2017-01-02 11:29:11 +01:00
Daiderd Jordan
5a67b130b9
Merge branch 'master' into staging 2017-01-02 00:54:17 +01:00
Daiderd Jordan
2bb33130cc Merge pull request #21541 from veprbl/libcpp37
libc++3.7: fix to use with clang 3.9
2017-01-02 00:39:30 +01:00
Brandon Dimcheff
cf9e1a03f7
add introspection to gmime
This was necessary for astroid to work with gmime, and I thought it
would be generally useful.
2017-01-01 22:38:12 +01:00
Elmar Athmer
bd0595ea80 vultr: init at 1.12.0 2017-01-01 20:57:52 +01:00
Pascal Wittmann
3b754e525f
xylib: 1.4 -> 1.5 2017-01-01 18:19:39 +01:00
Joachim F
d3f01c3531 Merge pull request #21560 from Ekleog/kcov
kcov: 29 -> 32
2017-01-01 17:08:40 +01:00
Graham Christensen
c58b4cf693 Merge pull request #21520 from peterhoeg/p/nrpl
nrpl: init at 20150521
2017-01-01 07:51:45 -05:00
Jörg Thalheim
84a50084c3 Merge pull request #21444 from league/fix/gphoto2-udev
gphoto2: nixos programs module to configure udev
2017-01-01 11:16:28 +01:00
Peter Hoeg
7a720abc03 nrpl: init at 20150521 2017-01-01 14:10:13 +08:00
Léo Gaspard
7f0143b89d
kcov: 29 -> 32 2017-01-01 03:32:31 +01:00
Daiderd Jordan
6e6334a514 Merge pull request #21529 from ivan-tkatchev/master
makerpm: init at 1.0
2016-12-31 21:35:14 +01:00
tkatchev
4073aaa7e1 makerpm: init at 1.0 2016-12-31 23:19:31 +03:00
Daiderd Jordan
da34b32bb4 Merge pull request #21539 from mdaiter/wxGTK30Mac
wxGTK30: added Darwin support
2016-12-31 14:11:58 +01:00
Michael Raskin
b4cab20691 Merge pull request #21511 from peterhoeg/u/kirigami
kirigami: add pre-release v2
2016-12-31 11:36:49 +00:00
Peter Hoeg
2dcbb8e81f kirigami: add pre-release v2
It requires qt5.7
2016-12-31 19:30:02 +08:00
Vladimír Čunát
5f1ebf8ff4
rivet: fixup sandboxed build after update
There's no /bin/bash.  http://hydra.nixos.org/build/45754059
2016-12-31 11:11:23 +01:00
Graham Christensen
1fd97f6293 Merge pull request #21528 from veprbl/kak2
update rivet, kakoune, add fastnlo, sherpa, mcgrid
2016-12-30 22:36:53 -05:00
Matthew Daiter
5776e6c99b wxGTK30: added Darwin support 2016-12-31 03:03:51 +01:00
Rushmore Mushambi
b86d256e9c Merge pull request #21489 from retrry/master
rustc, cargo, rustRegistry updates
2016-12-31 04:01:16 +02:00
Vladimír Čunát
c2752f8228
Merge #21526: unbound 1.5.10 -> 1.6.0 2016-12-30 23:17:58 +01:00
Vladimír Čunát
6bded45883
flex: 2.6.1 -> 2.6.3
This resolves some warnings and errors introduced in 2.6.x.
2016-12-30 23:17:08 +01:00
Michael Raskin
8f961e8b14 Merge pull request #21474 from mimadrid/update/openbabel-2.4.1
openbabel: 2.3.2 -> 2.4.1
2016-12-30 22:12:45 +00:00
Michael Raskin
9e1ec537eb Merge pull request #21456 from rycee/fix/clblas-cuda
clblas-cuda: use system gtest library
2016-12-30 22:03:56 +00:00
Michael Raskin
bae3be6a4c Merge pull request #21292 from brainrape/init-idrisPackages-httpclient
idrisPackages.httpclient: init
2016-12-30 22:02:59 +00:00
Vladimír Čunát
20c2b45ee6
Merge branch 'staging' 2016-12-30 22:40:41 +01:00
Dmitry Kalinkin
e9d60c5636
libc++3.7: fix to use with modern compilers
Modern compiler will issue a following error whenever '#include <string>'
is done:

/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
                                           ^
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40:
note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
                                       ^
1 error generated.

This happens because modern clang is more strict about checking
exception specification for forward declaration and definition.

http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h
2016-12-30 16:16:14 -05:00