Bas van Dijk
38467261c3
haskellPackages.Frames: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
xeji
ccd2862130
Merge pull request #47141 from vbgl/jackline-20180511
...
jackline: 2017-12-24 -> 2018-05-11
2018-09-23 23:29:10 +02:00
Bas van Dijk
9b67908e67
haskellPackages.Euterpea: fix build by using PortMidi == 0.2
2018-09-23 22:50:04 +02:00
R. RyanTM
8346ddd9b6
mono-addins: 1.2 -> 1.3.3 ( #46999 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mono-addins/versions
2018-09-23 22:42:47 +02:00
Dmitry Kalinkin
cd1b9d93e6
pyjet: init at 1.3.0 ( #47243 )
2018-09-23 22:40:29 +02:00
Maximilian Bosch
5ad7aedf63
pythonPackages.pyftgl: fix build ( #47232 )
...
See https://hydra.nixos.org/build/80705583
Recent `boost` versions with `python` enabled have changed their naming
scheme for `boost_python` shared objects which causes issues with the
proper linking when building `pyftgl`.
Previously the library was named `boost_python3`, no it's named
`boost_python36` for current python (3.6.x).
The same issue applies for the `python2`.
Addresses #45960
2018-09-23 22:39:21 +02:00
R. RyanTM
90a587622b
libmediainfo: 18.08 -> 18.08.1 ( #47030 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmediainfo/versions
2018-09-23 22:38:33 +02:00
worldofpeace
843d056bc5
solargraph: 0.27.1 -> 0.28.1 ( #47242 )
2018-09-23 22:31:54 +02:00
Bas van Dijk
73cf1c26d8
haskellPackages.Frames-beam: disable tests because it requires a running PostgreSQL server
2018-09-23 21:57:17 +02:00
Bas van Dijk
ff6122c993
haskellPackages.Frames: fix build by using vinyl-0.10.0
2018-09-23 21:54:25 +02:00
Will Dietz
9fe245d7e0
llvm7: optionally use libpfm (exegesis), default off w/darwin
2018-09-23 13:30:18 -05:00
Will Dietz
b3645d74d1
llvm7: only use 1 number in version suffix, upstream changed
...
See llvm 2a6cf85828509e89e18739e5f4b9a958820d66d4
2018-09-23 13:30:18 -05:00
Will Dietz
e3030a2908
libc++7: prefer 'optional' as suggested by comment
2018-09-23 13:30:18 -05:00
Will Dietz
167e799d81
llvm*: http -> https, prefer releases.llvm.org
2018-09-23 13:30:18 -05:00
Will Dietz
0920652c5c
llvm7: update hashes, they did change after all.
...
Pretty sure they did last time too :).
2018-09-23 13:30:17 -05:00
Will Dietz
fca31e1a68
llvm7: use final release tarballs now that they're available
2018-09-23 13:30:17 -05:00
Will Dietz
621fd23cb5
compiler-rt: quickfix codesign patch by dropping hunks 'already applied'
...
Quite possibly this is not right.
2018-09-23 13:30:17 -05:00
Will Dietz
ba701ef329
comment
2018-09-23 13:30:17 -05:00
Will Dietz
38699890d6
llvm-manpages: fix build by removing references to $lib output
2018-09-23 13:30:17 -05:00
Will Dietz
b7692f5be5
llvm7: patch test shebang (otherwise test fails)
2018-09-23 13:30:16 -05:00
Will Dietz
bb110d80fc
llvm7: init at 7.0.0rc3
...
Copy of 6 + updated hashes
2018-09-23 13:30:16 -05:00
Jörg Thalheim
a326da978f
Merge pull request #47220 from flokli/php-mysql-sock
...
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
2018-09-23 16:18:43 +01:00
John Ericson
45f40f5fe0
Merge commit 'b97242238d7efb029c76eb8d4fe4b1228a5b49a8'
...
Both parent commits were previously tied as the most recent ancestor to
'master' and 'release-18.09'.
2018-09-23 10:59:27 -04:00
Sarah Brofeldt
4445414073
Merge pull request #44968 from Ekleog/wasm-gc-init
...
wasm-gc: init at 0.1.6
2018-09-23 16:07:34 +02:00
Léo Gaspard
0602e6ddfe
wasm-gc: init at 0.1.6
2018-09-23 22:33:09 +09:00
Florian Klink
baa04e4204
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
...
PHP tries to discover the mysql default socket path during configure
phase by probing the file system:
cf3b852109/ext/mysqli/config.m4 (L4)
This obviously fails to discover /run/mysqld/mysqld.sock, which is being
used (hardcoded) across all MySQL flavours.
This leads to PHP having no mysql socket path set for the mysql[i]
extensions, and `/tmp/mysql.sock` set for pdo_mysql,
meaning one currently has to manually configure and set it in php.ini.
Luckily, PHP supports setting that path via
`--with-mysql-sock=/run/mysqld/mysqld.sock` during configure phase,
so let's do this as soon as one of the three modules is enabled.
2018-09-23 15:08:39 +02:00
Andrew Dunham
c987ed0896
erlangR18: apply upstream patches to fix nondeterministic build failures ( #47202 )
...
As per the following bug report, sometimes erts/start_scripts will fail
to compile because of a Makefile ordering issue. Apply the upstream
patches to fix this.
https://bugs.erlang.org/browse/ERL-241
2018-09-23 11:01:57 +02:00
Andrew Dunham
e141f7cd2f
pythonPackages.flask_assets: fix tests ( #47203 )
2018-09-23 10:02:51 +02:00
Frederik Rietdijk
56853dc6d8
Merge pull request #45941 from NixOS/staging-next
...
Staging next
2018-09-23 09:31:28 +02:00
Frederik Rietdijk
343ac4d2fc
Merge pull request #42619 from nyanloutre/pythonPackages.block-io
...
pythonPackages.block-io: init at 1.1.8
2018-09-23 09:27:51 +02:00
Elis Hirwing
0b82fbc3af
php: Refactor so we can upgrade PHP per platform ( #47162 )
...
This way we don't need to disable flags etc by platform and can still
backport new versions to stable for linux even if there's a bug or
something in the darwin build.
2018-09-22 20:22:57 +02:00
Christian Kauhaus
6adb944cb6
lua: 5.2.3 -> 5.2.4 ( #47126 )
...
Lua 5.2.4 is the EOL point release of the 5.2 series.
2018-09-22 19:09:33 +02:00
Pascal Bach
a8087e3bd7
gitlab-runner: 11.2.0 -> 11.3.0 ( #47167 )
2018-09-22 18:49:35 +02:00
Théo Zimmermann
d1b97bcbe8
dune: 1.1.1 -> 1.2.1
2018-09-22 16:11:34 +00:00
xeji
c770699524
devpi-client: 3.1.0 -> 4.1.0, fix tests ( #47142 )
2018-09-22 18:07:00 +02:00
Peter Simons
2ffcbeda13
ghc: add release version for 8.6.1
2018-09-22 13:26:33 +02:00
Peter Simons
7a036a5cbe
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
c75652c02b
.
2018-09-22 13:26:33 +02:00
Jörg Thalheim
e969e0f78a
Merge pull request #47138 from Jeschli/pev
...
pev: init at unstable-2018-07-22
2018-09-22 11:56:59 +01:00
jeschli
4c9898108d
pev: init at unstable-2018-07-22
2018-09-22 12:14:56 +02:00
Maximilian Bode
ff2dddac7d
pythonPackages.click-completion: init at 0.4.1
2018-09-22 09:52:49 +02:00
Maximilian Bode
af7adc206d
pythonPackages.shellingham: init at 1.2.6
2018-09-22 09:52:48 +02:00
Maximilian Bode
be1f39244f
pythonPackages.click-didyoumean: init at 0.0.3
2018-09-22 09:52:48 +02:00
Orivej Desh
e78cf6ecba
python.pkgs.pysam: 0.13.0 -> 0.15.1
2018-09-21 22:48:56 +00:00
Orivej Desh
f0c0e2acc6
htslib: 1.7 -> 1.9
2018-09-21 22:42:28 +00:00
Will Dietz
7df10f388d
Merge pull request #46988 from dtzWill/update/range-v3-0.3.7
...
range-v3: 0.3.6 -> 0.3.7
2018-09-21 17:00:15 -05:00
John Ericson
a94879630b
Merge pull request #47143 from obsidiansystems/windows-libusb
...
libusb1: Build everywhere, since MinGW works
2018-09-21 14:28:29 -04:00
Tobias Happ
d7b8f68c05
pythonPackages.dependency-injector: 3.13.1 -> 3.13.2 ( #47139 )
2018-09-21 20:08:02 +02:00
Bas van Dijk
73862bf812
haskellPackages.mandrill: fix build for ghc843
2018-09-21 19:08:25 +02:00
Vincent Laporte
26aa4c36ba
ocamlPackages.erm_xmpp: 0.3 -> 0.3+20180112
2018-09-21 17:04:23 +00:00
Vincent Laporte
ab2f86aec3
ocamlPackages.erm_xml: 0.3 -> 0.3+20180112
2018-09-21 17:04:22 +00:00
John Ericson
452a81c991
libusb1: Build everywhere, since MinGW works
2018-09-21 12:32:38 -04:00
Michael Raskin
60b6d5f8a8
acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a release
2018-09-21 19:09:47 +03:00
R. RyanTM
907a9fa83d
smarty3: 3.1.32 -> 3.1.33 ( #46947 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smarty3/versions
2018-09-21 17:57:55 +02:00
Jörg Thalheim
a15c96d244
Merge pull request #47116 from Zimmi48/pyre-0.0.14
...
pyre: 0.0.11 -> 0.0.14
2018-09-21 16:32:26 +01:00
Christian Kauhaus
544eaaa52b
lua: remove lua4 and lua5_0
...
Both versions are not maintained anymore upstream and have open security
issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461 .
The same holds for lua5_1 but that seems to be in use in some places.
Re #47122
Re #47123
2018-09-21 15:56:41 +02:00
Will Dietz
9908e9cd80
Merge pull request #47100 from dtzWill/feature/utmps
...
utmps: init at 0.0.1.3
2018-09-21 08:14:54 -05:00
Théo Zimmermann
7ff90cd103
pyre: 0.0.11 -> 0.0.14
2018-09-21 14:37:39 +02:00
R. RyanTM
4eb077bed7
kotlin: 1.2.61 -> 1.2.70
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2018-09-21 08:05:29 -04:00
Jörg Thalheim
99004c011c
Merge pull request #47080 from r-ryantm/auto-update/double-conversion
...
double-conversion: 3.0.0 -> 3.1.1
2018-09-21 12:48:12 +01:00
Jörg Thalheim
a6701a86fe
Merge pull request #47092 from r-ryantm/auto-update/ammonite
...
ammonite: 1.2.0 -> 1.2.1
2018-09-21 12:28:01 +01:00
Jörg Thalheim
87f50984cd
Merge pull request #47104 from thefloweringash/rubocop-0.59.1
...
rubocop: 0.58.1 -> 0.59.1
2018-09-21 12:25:35 +01:00
Jörg Thalheim
124c0f98e9
Merge pull request #47109 from fgaz/lmdbxx/drycpp
...
lmdbxx: change repo location
2018-09-21 12:20:06 +01:00
Eelco Dolstra
20c22eb6c5
Merge pull request #47091 from r-ryantm/auto-update/apr
...
apr: 1.6.3 -> 1.6.5
2018-09-21 12:02:54 +02:00
Michael Raskin
de764e65f0
acl2: 8.0 -> 8.0.post.2018.09.20; fixes build with fresher SBCL
2018-09-21 13:07:40 +03:00
Andrew Childs
7a6091d5c9
rubocop: 0.58.1 -> 0.59.1
2018-09-21 17:43:24 +09:00
Cole Mickens
97f3a2e7b8
azcopy: init at 10.0.1
2018-09-21 01:17:52 -07:00
Michael Raskin
77ce79d4e9
Merge pull request #47088 from r-ryantm/auto-update/cgal
...
cgal: 4.12 -> 4.12.1
2018-09-21 06:00:27 +00:00
Michael Raskin
d482b5a8cb
Merge pull request #47090 from r-ryantm/auto-update/afflib
...
afflib: 3.7.16 -> 3.7.17
2018-09-21 06:00:05 +00:00
Will Dietz
e8693206ee
utmps: init at 0.0.1.3
...
Haven't tried using it, but packging it is first step! :)
2018-09-20 23:46:31 -05:00
John Ericson
8a41a11d66
Merge pull request #47096 from obsidiansystems/fix-x509-system
...
haskellPackages.x509-system: Override based on the host, not target platform
2018-09-20 21:55:24 -04:00
John Ericson
45c637d8a0
haskellPackages.x509-system: Override based on the host, not target platform
...
There were many reverts back and forth, but it ultimately appears that I
am the source of this mistake. I clarified the comment so as not to
confuse myself or anyone else.
2018-09-20 21:48:06 -04:00
R. RyanTM
8cf1f60fa3
ammonite: 1.2.0 -> 1.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2018-09-20 17:53:28 -07:00
R. RyanTM
dcf5c4910e
apr: 1.6.3 -> 1.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apr/versions
2018-09-20 17:48:47 -07:00
R. RyanTM
f5fb4283d4
afflib: 3.7.16 -> 3.7.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
2018-09-20 17:39:37 -07:00
R. RyanTM
ffb7ad6caa
cgal: 4.12 -> 4.12.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
2018-09-20 17:35:26 -07:00
R. RyanTM
39d85a2e0f
double-conversion: 3.0.0 -> 3.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
2018-09-20 16:43:32 -07:00
R. RyanTM
85f60cbeb0
libwebsockets: 3.0.0 -> 3.0.1 ( #47020 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2018-09-21 01:03:24 +02:00
Matthew Bauer
92158a4b2c
Merge pull request #45776 from bkchr/gst_1_14_2
...
Gstreamer: 1.14.0 -> 1.14.2
2018-09-20 18:02:58 -05:00
xeji
9c02914b42
pythonPackages.circus: fix build, add meta ( #47066 )
2018-09-21 00:18:13 +02:00
Patrick Hilhorst
1c40a3eb05
circleci-cli: 0.1.0 -> 0.1.2307 ( #46983 )
...
* circleci-cli: 0.1.0 -> 0.1.2307
We are also building from source now, instead of using a pre-packaged
version. This means we need Go. Also did minor refactors.
* circleci-cli: removed unneeded dependencies
2018-09-20 23:54:11 +02:00
Vincent Laporte
ce03af969e
ocaml ≤ 4.05: mark as broken on Aarch64 ( #47010 )
2018-09-20 21:18:28 +02:00
Jörg Thalheim
d2f1f327e8
Merge pull request #46986 from AesaKamar/aesa/scalafmt/140-151
...
scalafmt: 1.4.0 -> 1.5.1
2018-09-20 18:33:04 +01:00
R. RyanTM
ae093d7d9b
libre: 0.5.8 -> 0.5.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libre/versions
2018-09-20 18:50:32 +02:00
Will Dietz
8908bc4e19
range-v3: 0.3.6 -> 0.3.7
2018-09-20 09:27:30 -05:00
AesaKamar
b914cf8083
scalafmt 1.4.0 -> 1.5.1
2018-09-20 10:18:38 -04:00
Bas van Dijk
b2042983ef
Merge pull request #46956 from Taneb/sbv-fix-z3
...
haskellPackages.sbv: fix location of z3 executable
2018-09-20 14:03:36 +02:00
Nathan van Doorn
c8598daad4
haskellPackages.sbv: fix location of z3 executable
...
A lot of the functionality of the z3 library depends on it being able to
find the z3 executable on $PATH. Hard-coding it here means it will never
be unable to find it and z3 doesn't need to pollute $PATH.
2018-09-20 11:45:16 +01:00
Sarah Brofeldt
280ebc2e40
Merge pull request #46906 from vbgl/ocaml-cohttp-1.1.1
...
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
2018-09-20 10:01:48 +02:00
Jörg Thalheim
3388263e82
Merge pull request #46752 from rvolosatovs/feature/gotools
...
Gotools etc. update, remove goimports
2018-09-20 08:16:43 +01:00
Will Dietz
254218bffb
pahole: (??) -> v1.12, cleanup ( #46913 )
...
(roughly 2015-09-15 -> 2018-08-16)
2018-09-20 00:28:05 +02:00
Will Dietz
d6b9252d67
editline: 1.15.3 -> 1.16.0 ( #46897 )
...
https://github.com/troglobit/editline/releases/tag/1.16.0
2018-09-19 23:55:50 +02:00
xeji
f3a0c8a3aa
pythonPackages.nilearn: disable still failing tests ( #46918 )
...
A previous attempt to fix tests failing on some machines (#46850 )
was unsuccessful, they still failed on Hydra sometimes while
succeeding locally. Revert #46850 and disable these tests instead.
2018-09-19 23:50:22 +02:00
Peter Simons
6e4c666a67
git-annex: update sha256 hash for new version 6.20180913
2018-09-19 21:04:41 +02:00
Peter Simons
c18a0becf2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
439b9af37f
.
2018-09-19 21:04:41 +02:00
Peter Simons
72e2ab2c72
cabal2nix: update yaml override to the latest version
2018-09-19 21:04:41 +02:00
Michael Alan Dorman
c5467e8f73
cabal-install: use newer version of Cabal library
2018-09-19 21:04:41 +02:00
Peter Simons
4b129a73db
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
d5215acecc
.
2018-09-19 21:04:41 +02:00
Peter Simons
234a24cbeb
LTS Haskell 12.10
2018-09-19 21:04:40 +02:00
Peter Simons
3c95fb13ee
Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor
...
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
2018-09-19 20:50:50 +02:00
Chris Ostrouchov
e1ed5b26c9
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
...
Author acknowleges test failing (change when no longer 0.3.2.1).
https://github.com/lierdakil/pandoc-crossref/issues/199
2018-09-19 14:47:41 -04:00
Vincent Laporte
a3c820d79c
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
2018-09-19 16:50:21 +00:00
John Ericson
aff090292c
Merge pull request #46905 from obsidiansystems/zlib-ios
...
zlib: Fix iOS cross build
2018-09-19 12:49:09 -04:00
John Ericson
cc83d59333
zlib: Fix iOS cross build
...
1. CHOST is how one specifies the cross host platform with this
non-standard configure script. We were just getting lucky with Linux
cross.
2. install_name_tool needs the the binutils prefix.
2018-09-19 12:10:09 -04:00
xeji
c9969162ab
czmq: 4.0.2 -> 4.1.1 ( #46855 )
2018-09-19 16:15:51 +02:00
xeji
970393c34a
pythonPackages.nilearn: fix test_signal tests ( #46850 )
...
These tests failed on some machines, probably due to lower arithmetic
presicion. Reduce required precision from 13 to 8 decimal digits.
2018-09-19 16:15:02 +02:00
Jörg Thalheim
b224eef108
python3.pkgs.typeguard: fix builds by applying utf-8 locales
...
ZHF #45960
2018-09-19 15:11:31 +01:00
Uli Baum
08b94e3c45
Revert "iasl: 20180313 -> 20180629 ( #46272 )"
...
This reverts commit 11d0ae3632
.
It broke xen.
2018-09-19 12:03:44 +02:00
Benjamin Hipple
426c2856d7
pythonPackages.python-binance: init at 0.7.0
...
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
John Ericson
f4be0b45dd
Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flag
...
haskell infra: Also pass `--with-ar` in cross builds
2018-09-18 19:14:13 -04:00
John Ericson
750933a17c
haskell infra: Also pass --with-ar
in cross builds
2018-09-18 18:49:58 -04:00
John Ericson
35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
...
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson
2091133e78
gcc: Clarify Disabling libmpx in cross stage static
...
This isn't a MUSL thing, but just needed for cross compilation to x86.
No one had tried this when all cross compilation was to linux + glibc,
hence why no one noticed this until recently.
2018-09-18 16:27:04 -04:00
John Ericson
2111e7b742
mkDerivation: Make separateDebugInfo
assertion lazier to match other assertions
...
This is needed to access attributes of derivations on platforms where
they cannot be built.
2018-09-18 16:25:19 -04:00
Bas van Dijk
8228c787b4
Merge pull request #46837 from Taneb/JuicyPixels-docs
...
haskellPackages.JuicyPixels: re-enable Haddock
2018-09-18 21:46:06 +02:00
Frederik Rietdijk
3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
...
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
R. RyanTM
11d0ae3632
iasl: 20180313 -> 20180629 ( #46272 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
iasl
2018-09-18 19:16:37 +02:00
Assassinkin
de9fb389f4
pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support
2018-09-18 19:05:34 +02:00
Roger Qiu
31554915a4
pythonPackages.bjoern: init at 2.2.2
2018-09-18 18:51:51 +02:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
R. RyanTM
9cfbcc28d0
gmock: 1.8.0 -> 1.8.1 ( #46273 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gtest
2018-09-18 18:24:08 +02:00
R. RyanTM
c9a8631201
ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 ( #46263 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
Graham Christensen
301109a2dd
elf-header-real: fixup outputsToInstall
2018-09-18 10:51:47 -04:00
Nathan van Doorn
d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
...
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Bas van Dijk
0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
...
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
Jörg Thalheim
ad11711387
Merge pull request #46829 from adamtulinius/patch-3
...
pythonPackages.gmpy: update homepage
2018-09-18 13:55:02 +01:00
Adam Finn Tulinius
c7e35b256c
pythonPackages.gmpy2: update homepage
2018-09-18 14:29:48 +02:00
Jörg Thalheim
96757b7181
Merge pull request #46279 from r-ryantm/auto-update/godot
...
godot: 3.0.4 -> 3.0.6
2018-09-18 13:27:00 +01:00
Adam Finn Tulinius
74d1f4c20b
pythonPackages.gmpy: update homepage
2018-09-18 14:25:28 +02:00
Jörg Thalheim
99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
...
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Jörg Thalheim
06a45d6b33
Merge pull request #46823 from dywedir/pgcli
...
pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 13:19:44 +01:00
Vladyslav Mykhailichenko
56b59b250f
pgcli: 1.6.0 -> 1.10.3
2018-09-18 14:08:26 +03:00
Vladyslav Mykhailichenko
336a913f42
pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 14:00:59 +03:00
Adam Finn Tulinius
b3bb82c186
coreclr: update homepage
...
Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
2018-09-18 12:47:37 +02:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
...
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Jörg Thalheim
947ae71dce
Merge pull request #46547 from ivanbrennan/r-devtools
...
git2r: add SSH support
2018-09-18 10:10:29 +01:00
Roger Qiu
9f3c27a104
makefile2graph: init at 2018-01-03 ( #46136 )
2018-09-18 08:03:14 +00:00
Jörg Thalheim
4aaf4d5660
Merge pull request #46794 from vbgl/compcert-3.4
...
compcert: 3.3 -> 3.4
2018-09-18 08:23:50 +01:00
Jörg Thalheim
5b38f33481
Merge pull request #46640 from vbgl/ocaml-mlgmpidl-1.2.7
...
ocamlPackages.mlgmpidl: 1.2.6 -> 1.2.7
2018-09-18 08:19:54 +01:00
Jörg Thalheim
080b3ef0b5
python2.pkgs.mypy_extensions: also enable python2
2018-09-18 08:05:02 +01:00
Jörg Thalheim
bab28c26f1
Merge pull request #46788 from teto/mypy630
...
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Vincent Laporte
66842c9a72
ocamlPackages.ppx_import: 1.4 -> 1.5
2018-09-18 05:00:51 +00:00
John Ericson
226d574870
Merge remote-tracking branch 'upstream/master' into darwin-android-ndk-for-master
2018-09-17 22:48:25 -04:00
John Ericson
6769437186
androidndk: Add Darwin support
...
Also switch Linux to using the official sha1 hashes for consistency.
They are gotten from https://developer.android.com/ndk/downloads/ .
2018-09-17 22:34:37 -04:00
Jan Tojnar
51a6a2bc05
Merge pull request #46790 from teto/gtkmyspellmm
...
gtkspellmm: 3.0.4 -> 3.0.5
2018-09-17 23:49:07 +02:00
Jörg Thalheim
11dcb770b9
heroku: fix homepage
2018-09-17 22:38:22 +01:00
Bob van der Linden
db571e9b78
heroku: set HEROKU_DISABLE_AUTOUPDATE=1
2018-09-17 22:34:45 +02:00
Bob van der Linden
1f8dc21c94
heroku: skip build phase
2018-09-17 22:33:52 +02:00
Bob van der Linden
6ab1ee4951
heroku: 5.6.32 -> 7.16.0
2018-09-17 22:23:44 +02:00
John Ericson
9f768ff43c
Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackages
...
haskell infra: "late bind" `buildHaskellPackages`
2018-09-17 16:20:56 -04:00
John Ericson
8da28de0e8
haskell infra: "late bind" buildHaskellPackages
...
This way it can be overridden.
2018-09-17 16:01:26 -04:00