Guillaume Bouchard
b5546faf29
pythonPackages.pycrc: init at 1.21
2018-08-20 11:39:32 +02:00
Jörg Thalheim
f520d7ce8c
Merge pull request #45033 from Infinisil/update/buku
...
buku: 3.7 -> 3.8
2018-08-20 10:01:56 +01:00
Jörg Thalheim
8204f10a8a
Merge pull request #45357 from markuskowa/license-7
...
Add licenses
2018-08-20 09:43:03 +01:00
Jörg Thalheim
e180e018fe
Xaw3d: add license, move build tools nativeBuildInputs
2018-08-20 09:42:18 +01:00
Jörg Thalheim
1afba8790b
SDL_mixer: add license
2018-08-20 09:42:18 +01:00
Jörg Thalheim
7f991de745
SDL_image: add license
2018-08-20 09:42:17 +01:00
John Ericson
cfa4e0ac14
openjdk: Fix a cross problem
...
38eea804e6
dropped the C and C++ compiler prefixes. Probably more work is needed to make cross work, but this at least helps preserve/establish the pattern.
2018-08-20 10:16:17 +02:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Peter Hoeg
0c2b33da4b
Merge pull request #44947 from bkchr/kde_frameworks_5_49
...
kde-frameworks: 5.48 -> 5.49
2018-08-20 14:14:58 +08:00
Markus Kowalewski
52f6778230
gcl:; add license
2018-08-20 01:04:09 +02:00
Markus Kowalewski
a3d148a64c
gcab: add license
2018-08-20 01:00:25 +02:00
Markus Kowalewski
51a22165ce
gamin: add license
2018-08-20 00:57:54 +02:00
Markus Kowalewski
84d13849df
funambol-client-cpp: add license
2018-08-20 00:39:49 +02:00
Markus Kowalewski
49ee72b744
fpc: add license + homepage
2018-08-20 00:20:07 +02:00
Markus Kowalewski
456a1346a8
fontconfig-ultimate: add meta data
2018-08-20 00:16:08 +02:00
Silvan Mosberger
01bbc716e2
pythonPackages.flask-paginate: init at 0.5.1
2018-08-20 00:14:56 +02:00
Silvan Mosberger
f40c61cc15
pythonPackages.flask-api: init at 1.0
2018-08-20 00:14:56 +02:00
Silvan Mosberger
4433f40331
pythonPackages.flask-bootstrap: init at 3.3.7.1
2018-08-20 00:14:56 +02:00
Silvan Mosberger
28d7d7c2ca
pythonPackages.visitor: init at 0.1.3
2018-08-20 00:14:56 +02:00
Silvan Mosberger
b2b9e68d1c
pythonPackages.dominate: init at 2.3.1
2018-08-20 00:14:45 +02:00
Mitsuhiro Nakamura
5e42a081a3
r-jqr: fix build ( #45333 )
2018-08-20 00:08:28 +02:00
xeji
08f69510e5
Merge pull request #45341 from flokli/sqldeveloper-18.2
...
sqldeveloper_18: init at 18.2.0.183.1748
2018-08-19 23:44:39 +02:00
Susan Potter
8ac25594e4
rubygems: use official HTTPS src location
2018-08-19 17:23:51 -04:00
Susan Potter
dda639bf86
rubygems: 2.7.6 -> 2.7.7
2018-08-19 17:23:51 -04:00
R. RyanTM
e137f0e837
libdwarf: 20180527 -> 20180809 ( #45194 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdwarf/versions .
2018-08-19 23:20:29 +02:00
R. RyanTM
91ece32e56
libgit2_0_27: 0.27.3 -> 0.27.4 ( #45200 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgit2/versions .
2018-08-19 23:04:39 +02:00
R. RyanTM
83b6a28908
libwps: 0.4.9 -> 0.4.10 ( #44749 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwps/versions .
2018-08-19 22:58:29 +02:00
R. RyanTM
8bc6b4101d
libguestfs: 1.38.3 -> 1.38.4 ( #45198 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libguestfs/versions .
2018-08-19 22:57:58 +02:00
R. RyanTM
70f63b6411
librelp: 1.2.16 -> 1.2.17 ( #44753 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librelp/versions .
2018-08-19 22:38:38 +02:00
Silvan Mosberger
99c593a8a3
Merge pull request #45334 from uskudnik/fix-backblaze-autocompletion-issue
...
Fix backblaze CLI bash autocomplete issue
2018-08-19 22:24:02 +02:00
Urban Skudnik
af5511659c
backblaze-b2: Fix backblaze bash autocomplete issue
...
Backblaze's CLI tool is relying on `have` function which is
deprecated[1] and gets dereferenced[2] at the end of `bash-completion`.
This causes issues for NixOS because those bash completions are
run after bash-completion[3] has already run and unset the
`have` function.
[1] 4d88339928/bash_completion (L114)
[2] 4d88339928/bash_completion (L2103)
[3] 80b6513fbf/nixos/modules/programs/bash/bash.nix (L22)
2018-08-19 22:13:42 +02:00
Thomas Mader
4d0203d2d3
dtools: 2.081.1 -> 2.081.2
2018-08-19 21:56:50 +02:00
Thomas Mader
89e4834892
dmd: 2.081.1 -> 2.081.2
2018-08-19 21:53:13 +02:00
Thomas Mader
ed5b1946c6
ldc: 1.10.0 -> 1.11.0
2018-08-19 21:52:28 +02:00
Daiderd Jordan
98579944cd
Merge pull request #45324 from teto/libvirt_fix2
...
libvirt: darwin/linux fix dlopen("libjansson.so.4")
2018-08-19 21:21:27 +02:00
Vladimír Čunát
38eea804e6
openjdk: fixup build after #44767
2018-08-19 20:10:07 +02:00
Vladimír Čunát
01fc00cc81
Revert "Merge #43190 : libyaml: 0.1.7 -> 0.2.1"
...
This reverts commit 0f57d85522
, reversing
changes made to 65af43026a
.
I'm missing human time to solve errors or verify that they're harmless...
2018-08-19 19:57:36 +02:00
Jake Waksbaum
b99b7c5ef8
linbox: Add darwin support
2018-08-19 13:55:48 -04:00
Florian Klink
3edf605622
sqldeveloper: add flokli to maintainers
2018-08-19 17:32:10 +02:00
Maximilian Bosch
5354e99401
sqldeveloper_18: init at 18.2.0.183.1748
2018-08-19 17:32:10 +02:00
Timo Kaufmann
8014c7f186
Merge pull request #45013 from jbaum98/fflas-ffpack_darwin
...
fflas-ffpack: Add darwin support
2018-08-19 16:24:52 +02:00
Jörg Thalheim
035906ce66
Merge pull request #45278 from veprbl/pr/arrow-cpp_0.10.0_bump
...
arrow-cpp: 0.9.0 -> 0.10.0
2018-08-19 14:49:26 +01:00
Matthieu Coudron
929a53f281
libvirt: fix dlopen("libjansson.so.4")
...
Commit 59027e2
broke libvirt broke libvirt/nixops on linux.
Use ${targetPlatform.extensions.sharedLibrary} to accomodate both linux and darwin.
2018-08-19 22:33:06 +09:00
Peter Simons
08f48236d2
cabal2nix: update hpack override to the new version
2018-08-19 13:36:20 +02:00
Peter Simons
782e96e7d4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11 from Hackage revision
d5c89ad106
.
2018-08-19 13:36:14 +02:00
Peter Simons
87ae21cd12
LTS Haskell 12.6
2018-08-19 13:34:59 +02:00
Daiderd Jordan
ac95ddb008
gtk3: propagate Cocoa on darwin
...
Generally frameworks should not be propagated, but in this case it's
always needed so we propagate (only) Cocoa.
2018-08-19 13:09:25 +02:00
Joachim F
90b991625b
Merge pull request #45072 from fgaz/lmdbxx
...
lmdbxx: init at 0.9.14.0
2018-08-19 10:27:41 +00:00
Joachim F
f1c5054d78
Merge pull request #45002 from q3k/q3k/diamond
...
diamond: init at 3.10
2018-08-19 10:09:56 +00:00
Joachim F
ed7b0f6f4f
Merge pull request #44977 from alyssais/puppet-lint
...
puppet-lint: init at 2.3.6
2018-08-19 09:54:47 +00:00
Jörg Thalheim
96b9d77dd8
Merge pull request #45282 from markuskowa/lics-2
...
Add licenses
2018-08-19 09:03:31 +01:00
Vladimír Čunát
8af2786ef6
qtcreator: (nitpick) better cross-compilation correctness
2018-08-19 09:44:15 +02:00
Peter Simons
8546be38e5
hackage-packages: avoid broken reference to gnome2.gnome-keyring
...
Fixes https://github.com/NixOS/nixpkgs/issues/44996 .
2018-08-19 09:38:40 +02:00
Vladimír Čunát
11f1893291
Merge #44625 : libgit2* updates (security)
2018-08-19 09:23:01 +02:00
Vladimír Čunát
ef6b76ca7d
ntl: use a more "stable" fix for clang platforms
...
Always passing the configuration option should be simple and reliable.
See comments on https://github.com/NixOS/nixpkgs/commit/1bfbe76772b731
2018-08-19 09:15:45 +02:00
Jörg Thalheim
cfe738baf9
Merge pull request #45284 from orivej/msgpack
...
msgpack: rename from libmsgpack
2018-08-19 07:54:31 +01:00
Timo Kaufmann
6954dd26d3
Merge pull request #45301 from timokau/ntl-11.3.0
...
ntl: 11.2.1 -> 11.3.0
2018-08-19 01:56:52 +02:00
Orivej Desh
65663f883c
msgpack: rename from libmsgpack
...
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Markus Kowalewski
2521f7cbdc
perl: set license to artistic
2018-08-18 23:11:55 +02:00
Jake Waksbaum
8374400cec
fflas-ffpack: Add darwin support
2018-08-18 20:28:06 +00:00
Tom Hall
73ac45108a
qtcreator: enable on aarch64 and armv7
...
Patch (from https://bugreports.qt.io/browse/QTCREATORBUG-8107 ) to allow botan to build on arm.
2018-08-18 20:45:34 +01:00
Daiderd Jordan
abe2ab1581
at-spi2-core: fix darwin dylib install_name
2018-08-18 21:37:27 +02:00
Daiderd Jordan
a71a9eab8c
at-spi2-atk: fix darwin dylib install_name
2018-08-18 21:37:26 +02:00
Daiderd Jordan
2286655abd
gtk3: add x11Support for darwin
2018-08-18 21:37:25 +02:00
Jörg Thalheim
92ce64d54a
Merge pull request #45293 from thefloweringash/libqmatrixclient-darwin
...
libqmatrixclient: enable Darwin platform
2018-08-18 18:07:47 +01:00
Jörg Thalheim
5b3637dbe6
Merge pull request #45283 from orivej/libmsgpack
...
libmsgpack: 2.1.5 -> 3.0.1
2018-08-18 18:01:48 +01:00
Silvan Mosberger
e8145704e5
Merge pull request #45292 from bhipple/add/ecos
...
ecos: init at 2.0.6
2018-08-18 18:33:48 +02:00
Benjamin Hipple
65bb0b23b9
Add platforms.all
2018-08-18 12:11:06 -04:00
Daiderd Jordan
3c5c50488d
Merge pull request #45157 from mikemckibben/fix/oracle-instantclient-dylib
...
oracle-instantclient: fixes dylib rpath on macos
2018-08-18 18:06:20 +02:00
Michael Raskin
c92766fec8
mono514: init at 5.14.0.177
2018-08-18 17:01:02 +03:00
Michael McKibben
0aa26ae766
oracle-instantclient: fixes dylib rpath on macos
2018-08-18 06:24:11 -06:00
Elis Hirwing
2d6bfc360a
php71: 7.1.20 -> 7.1.21 ( #45296 )
...
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.21
2018-08-18 14:16:20 +02:00
Timo Kaufmann
fe0c07a6c0
Merge pull request #45299 from timokau/gf2x-purity
...
gf2x: disable hardware-specific code
2018-08-18 14:00:55 +02:00
Timo Kaufmann
f34589709e
ntl: 11.2.1 -> 11.3.0
2018-08-18 13:51:17 +02:00
Timo Kaufmann
73aaad4936
gf2x: disable hardware-specific code
...
This was causing "Illegal instruction" issues in the ntl testsuite when
it was executed on a different cpu than the one gf2x was built on
(43679).
2018-08-18 13:37:48 +02:00
Vladimír Čunát
0f57d85522
Merge #43190 : libyaml: 0.1.7 -> 0.2.1
...
It builds, the NEWS seem safe enough.
The "large" change in version is apparently due to switching
the maintenance team; ABI tracker shows no changes.
2018-08-18 12:53:48 +02:00
Vladimír Čunát
65af43026a
Merge #45224 : harfbuzz: 1.8.2 -> 1.8.8
...
It builds, NEWS seem safe enough.
2018-08-18 12:53:27 +02:00
Vladimír Čunát
e0339418f0
Merge #45174 : p11-kit: 0.23.12 -> 0.23.13
...
Builds, NEWS seem OK.
2018-08-18 12:20:34 +02:00
Vladimír Čunát
aabe9790ff
Merge #45237 : expat: 2.2.5 -> 2.2.6
2018-08-18 12:16:57 +02:00
Andrew Childs
9ef9a55038
libqmatrixclient: enable Darwin platform
2018-08-18 12:44:56 +09:00
Benjamin Hipple
460029cf94
ecos: init at 2.0.6
2018-08-18 03:38:50 +00:00
Orivej Desh
908693d6e7
libmsgpack: 2.1.5 -> 3.0.1
2018-08-17 22:36:31 +00:00
Silvan Mosberger
7a78c30055
Merge pull request #45244 from r-ryantm/auto-update/closure-compiler
...
closurecompiler: 20180716 -> 20180805
2018-08-18 00:31:36 +02:00
Markus Kowalewski
0320769991
polkit: add license
2018-08-18 00:12:55 +02:00
Markus Kowalewski
a3990e734d
perl: add license
2018-08-18 00:11:32 +02:00
Markus Kowalewski
4ba295b797
openssl: add license
2018-08-18 00:05:21 +02:00
Markus Kowalewski
8844504fba
openldap: add license
2018-08-18 00:03:01 +02:00
Markus Kowalewski
73eede0543
nss: add license
2018-08-17 23:55:36 +02:00
Markus Kowalewski
7dceb84419
libressl: add licenses
2018-08-17 22:15:45 +02:00
John Ericson
89efc27f57
Merge pull request #44767 from obsidiansystems/wrapper-env-var-path
...
{cc,bintools}-wrapper, ghc, libgcc: Define wrapper env vars as full paths
2018-08-17 16:12:26 -04:00
Dmitry Kalinkin
72d630779d
arrow-cpp: 0.9.0 -> 0.10.0
2018-08-17 15:00:42 -04:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Peter Simons
aa5a93e21d
multi-ghc-travis: update to latest git version
2018-08-17 19:27:19 +02:00
xeji
7569513ef8
Merge pull request #45143 from LnL7/darwin-grpc
...
grpc: fix darwin build
2018-08-17 18:57:32 +02:00
Matthew Bauer
4ff7702082
Merge pull request #45183 from matthewbauer/macdevelop
...
Assorted darwin/macOS fixes
2018-08-17 10:29:12 -05:00
Jan Tojnar
9169b372d1
Merge pull request #45265 from r-ryantm/auto-update/babl
...
babl: 0.1.54 -> 0.1.56
2018-08-17 16:48:36 +02:00
R. RyanTM
2a3d5f7ad7
babl: 0.1.54 -> 0.1.56
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babl/versions .
2018-08-17 07:00:06 -07:00
Timo Kaufmann
8c43a3e828
Merge pull request #45061 from Ma27/fix-python-git-annex-adapter
...
python3Packages.git-annex-adapter: fix build
2018-08-17 15:51:31 +02:00
Shea Levy
2d32f7daa8
haskellPackages.hadoop-rpc: Apply stack overflow patch on 8.4 as well.
2018-08-17 09:36:53 -04:00
Shea Levy
38396acd3b
haskellPackages.xmlhtml: Jailbreak for hspec 2.5
2018-08-17 09:25:35 -04:00
Jan Tojnar
a7720d8a5e
Merge pull request #45227 from r-ryantm/auto-update/gegl
...
gegl_0_4: 0.4.4 -> 0.4.6
2018-08-17 15:20:31 +02:00
Shea Levy
a07cc456bc
haskellPackages.hoopl: Disable broken testsuite.
...
https://github.com/haskell/hoopl/issues/50
2018-08-17 09:02:24 -04:00
R. RyanTM
6573f3a60b
checkstyle: 8.11 -> 8.12
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions .
2018-08-17 05:45:10 -07:00
Jan Tojnar
c40af1fde3
Merge pull request #45052 from worldofpeace/indicator-application-12.10.1
...
indicator-application-gtk3: 12.10.0 -> 12.10.1
2018-08-17 14:21:13 +02:00
Jörg Thalheim
10baf9fe51
Merge pull request #45221 from r-ryantm/auto-update/grails
...
grails: 3.3.6 -> 3.3.8
2018-08-17 12:47:53 +01:00
Jörg Thalheim
5c7d351ee1
Merge pull request #45223 from r-ryantm/auto-update/groovy
...
groovy: 2.5.1 -> 2.5.2
2018-08-17 12:47:28 +01:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Jörg Thalheim
d6d9ca679e
Merge pull request #45233 from r-ryantm/auto-update/ghp-import
...
ghp-import: 0.4.1 -> 0.5.5
2018-08-17 12:43:38 +01:00
R. RyanTM
d520aa6386
closurecompiler: 20180716 -> 20180805
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions .
2018-08-17 04:19:39 -07:00
Jörg Thalheim
2dadcb3000
Merge pull request #45203 from r-ryantm/auto-update/libsolv
...
libsolv: 0.6.34 -> 0.6.35
2018-08-17 12:07:34 +01:00
Jörg Thalheim
e151c6f6fc
Merge pull request #45204 from r-ryantm/auto-update/librealsense
...
librealsense: 2.14.1 -> 2.15.0
2018-08-17 12:00:40 +01:00
Jörg Thalheim
332b304862
Merge pull request #45230 from r-ryantm/auto-update/folly
...
folly: 2018.07.09.00 -> 2018.08.13.00
2018-08-17 11:57:18 +01:00
R. RyanTM
c64637ec6d
expat: 2.2.5 -> 2.2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/expat/versions .
2018-08-17 03:46:07 -07:00
R. RyanTM
dec5067b16
ghp-import: 0.4.1 -> 0.5.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/ghp-import/versions .
2018-08-17 03:14:21 -07:00
R. RyanTM
23130640cb
folly: 2018.07.09.00 -> 2018.08.13.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions .
2018-08-17 02:56:37 -07:00
R. RyanTM
8248ad3929
gegl_0_4: 0.4.4 -> 0.4.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions .
2018-08-17 02:42:24 -07:00
R. RyanTM
7cb57d7530
harfbuzz: 1.8.2 -> 1.8.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions .
2018-08-17 02:28:29 -07:00
R. RyanTM
0c60aee290
groovy: 2.5.1 -> 2.5.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groovy/versions .
2018-08-17 02:27:07 -07:00
R. RyanTM
4ec9a8726a
grails: 3.3.6 -> 3.3.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grails/versions .
2018-08-17 02:09:39 -07:00
Wael M. Nasreddine
9c5b7cc5d1
bazel: patch //tools/bash/runfiles/runfiles.bash to include defaultShellPath in PATH
...
closes #43955
2018-08-17 10:51:03 +02:00
R. RyanTM
6ecbab9c1b
librealsense: 2.14.1 -> 2.15.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions .
2018-08-17 00:07:20 -07:00
R. RyanTM
a9307e0a2e
libsolv: 0.6.34 -> 0.6.35
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions .
2018-08-16 23:55:26 -07:00
Matthew Bauer
aba9f67d7d
qca: fix on darwin
2018-08-16 22:44:07 -05:00
Matthew Bauer
bca8144274
treewide: disable some tests broken on darwin
...
disable checks for:
- cython
- ldap
- tqdm
2018-08-16 22:44:07 -05:00
R. RyanTM
86a6c4218e
p11-kit: 0.23.12 -> 0.23.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/p11-kit/versions .
2018-08-16 20:13:12 -07:00
Ruben Maher
d591f8a54d
flow: 0.78.0 -> 0.79.0
2018-08-17 12:08:53 +09:30
Calvin Loncaric
ebc5284681
gdal: allow version 1.11 on Darwin
...
The GDAL 1.11 derivation has been Linux-only for its entire life, but builds just fine on Mac.
2018-08-16 15:36:45 -07:00
Jörg Thalheim
6b900840bc
Merge pull request #45151 from r-ryantm/auto-update/react-native-debugger
...
react-native-debugger: 0.7.18 -> 0.7.20
2018-08-17 00:33:47 +02:00
Jörg Thalheim
d70d575151
Merge pull request #45156 from markuskowa/lics-tools
...
Add license meta tags
2018-08-17 00:31:26 +02:00
R. RyanTM
a1f77fbf9c
react-native-debugger: 0.7.18 -> 0.7.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions .
2018-08-16 13:38:48 -07:00
Timo Kaufmann
255608b865
Merge pull request #45141 from veprbl/pr/rivet_271_bump
...
rivet: fix hash broken by upstream
2018-08-16 22:14:16 +02:00
Daiderd Jordan
062ae9ee0a
c-ares: fix darwin cmake-config
2018-08-16 22:06:24 +02:00
Daiderd Jordan
2058c69de0
grpc: fix darwin build
2018-08-16 22:06:18 +02:00
gnidorah
67628c7a55
pakcs: 2.0.2-b7 -> 2.0.2-b9 ( #45118 )
2018-08-16 22:03:22 +02:00
Markus Kowalewski
f9a1aef084
flex: add license
2018-08-16 21:51:07 +02:00
Shea Levy
9c32d185d1
haskellPackages.hasktags: Disable broken testsuite.
...
https://github.com/MarcWeber/hasktags/issues/52
2018-08-16 15:35:05 -04:00
Dmitry Kalinkin
bd2e865b44
rivet: fix hash broken by upstream
2018-08-16 15:34:32 -04:00
Shea Levy
816f4ef188
haskellPackages.cabal-plan: Remove broken patch.
2018-08-16 15:16:54 -04:00
Andreas Rammhold
47c0245d9c
Merge pull request #45093 from andir/libmspack
...
libmspack: 0.6alpha -> 0.7.1alpha
2018-08-16 19:28:43 +02:00
Léo Gaspard
6195eee47a
fixup: add links to upstream issues
2018-08-17 01:32:03 +09:00
Léo Gaspard
fd14b4d48d
fixup: merge buildPhase and installPhase
2018-08-17 01:27:45 +09:00
Léo Gaspard
61e0b8d3be
fixup: use the correct gephy package name
2018-08-17 01:13:46 +09:00
Shea Levy
429131ac79
Add back (optional) deterministic profiling patch for GHC 8.4
2018-08-16 11:37:24 -04:00
Léo Gaspard
39cd3f370d
fixup: reindent
2018-08-17 00:25:44 +09:00
Léo Gaspard
a52ad2569a
fixup: points mentioned by timokau
2018-08-17 00:19:40 +09:00
Jörg Thalheim
c4dbfa0321
Merge pull request #45115 from dtzWill/update/strace-4.24
...
strace: 4.23 -> 4.24
2018-08-16 15:44:17 +02:00
Jörg Thalheim
8c044897dc
Merge pull request #44098 from alyssais/capybara-webkit
...
gem-config: fix capybara-webkit on Darwin
2018-08-16 15:31:37 +02:00
Jörg Thalheim
1fd75a1003
Merge pull request #45110 from flokli/sqldeveloper
...
sqldeveloper: simplify, add darwin support
2018-08-16 15:20:46 +02:00
Will Dietz
42f5a23fc2
strace: 4.23 -> 4.24
2018-08-16 07:59:27 -05:00