Commit Graph

82289 Commits

Author SHA1 Message Date
Vincent Laporte
f0d985cf9c coqPackages.Verdi: 20190202 → 20200131 2020-06-02 09:18:29 +02:00
Vincent Laporte
6f9d12460b coqPackages.Cheerios: 20181102 → 20200201 2020-06-02 09:18:29 +02:00
Vincent Laporte
550533171d coqPackages.InfSeqExt: 20180918 → 20200131 2020-06-02 09:18:29 +02:00
Jan Tojnar
f5ca4bc6ab
sysprof: fix build on i686
Closes: https://github.com/NixOS/nixpkgs/issues/51133
2020-06-02 05:52:32 +02:00
Daiderd Jordan
8d705d9f11
poetry2nix: translate hashes to sha256 2020-06-01 15:24:21 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Minijackson
0332c06389
coz: fix python shebang 2020-06-01 15:04:29 +02:00
Vincent Laporte
19dab239bb coqPackages.CoLoR: enable for Coq 8.11 2020-06-01 15:04:17 +02:00
Domen Kožar
48fc7fce1c
Merge pull request #89272 from marsam/disable-check-cachix
haskellPackages.cachix: dontCheck
2020-06-01 13:46:09 +02:00
Peter Hoeg
7913a86e0c lucky-cli: 0.20.0 -> 0.21.0 2020-06-01 18:14:08 +08:00
Dave Syer
f7651f7074
skaffold: 1.9.1 -> 1.10.1
There's a bug in 1.9.1 where `skaffold debug` adds a spurious `args: ""` to the deployment manifest. It was fixed in 1.10.
2020-06-01 08:52:24 +00:00
contrun
99b5c0bcbe
sbt-extras: 2019-10-21 -> 2020-06-01 (#89289) 2020-06-01 08:46:15 +00:00
Konstantin Alekseev
5e8e887e0e pipenv: 2018.11.26 -> 2020.5.28 2020-06-01 08:24:39 +02:00
Robert T. McGibbon
557a4df3eb tachyon: install header files 2020-06-01 00:29:20 -04:00
Mario Rodas
56a111cec1
Merge pull request #89220 from jollheef/out-of-tree-v1.3.0
out-of-tree: 1.2.1 -> 1.3.0
2020-05-31 16:35:15 -05:00
Florian Klink
5cad739409
Merge pull request #89223 from midchildan/cleanup/intel-media-sdk
intel-media-sdk: remove samples
2020-05-31 22:20:36 +02:00
Daniël de Kok
127cdd0cab mkl: use validatePkgConfig hook 2020-05-31 20:45:07 +02:00
midchildan
4983263166
intel-media-sdk: enable unit tests 2020-06-01 02:12:34 +09:00
Mario Rodas
a03e048348
haskellPackages.cachix: dontCheck 2020-05-31 11:00:00 -05:00
Florian Klink
98ed9c35c9
Merge pull request #89137 from bhipple/fix/colormake
colormake: use fetchFromGitHub
2020-05-31 16:12:49 +02:00
Florian Klink
d5831b9c36
Merge pull request #89138 from bhipple/fix/go-bindata
go-bindata: use fetchFromGitHub
2020-05-31 16:12:05 +02:00
Ryan Mulligan
03147cf7ae
Merge pull request #89243 from andersk/libversion-LD_LIBRARY_PATH
libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
2020-05-31 06:41:39 -07:00
Anders Kaseorg
665dfc26ed libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  This particular
case probably has no security relevance, but we should avoid this
unsafe pattern anyway in case it gets copied.  See #76804.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-31 01:42:09 -07:00
R. RyanTM
b3206bb487 vamp-plugin-sdk: 2.9 -> 2.10 2020-05-31 00:01:55 -04:00
Mario Rodas
6cd1edc4d8
Merge pull request #89230 from lilyball/cocoapods
cocoapods: 1.9.2 -> 1.9.3
2020-05-30 22:49:13 -05:00
Mario Rodas
9c706a2f04
Merge pull request #89231 from Atemu/jc-update
jc: 1.10.12 -> 1.11.1
2020-05-30 22:48:57 -05:00
Mario Rodas
e94d97dcfe
Merge pull request #89228 from marsam/update-act
act: 0.2.8 -> 0.2.9
2020-05-30 22:45:51 -05:00
Keshav Kini
d78985704c sbcl: add option to disable immobile space
Programs which generate and compile a lot of code at runtime (such as
programming language interpreters like ACL2) are not suited for running on SBCL
executables built with the "immobile space" feature, as explained by Douglas
Katzman in this mail thread:

  https://sourceforge.net/p/sbcl/mailman/message/36007057/

In this commit, I add an optional flag to the SBCL package allowing you to
disable the "immobile space" features.

I also migrated away from specifying enabled/disabled features in a
`customize-target-features.lisp` file and towards supplying them as command line
arguments to `make.sh`, as has been recommended by the installation instructions
since 2012 or so.
2020-05-30 17:23:21 -07:00
Atemu
45ac259796 jc: 1.10.12 -> 1.11.1 2020-05-31 01:17:35 +02:00
Lily Ballard
9a11cd674e cocoapods-beta: 1.9.2 -> 1.9.3 2020-05-30 14:17:09 -07:00
Lily Ballard
8cc640b5cb cocoapods: 1.9.2 -> 1.9.3 2020-05-30 14:17:01 -07:00
Jörg Thalheim
639d53bbef
Merge pull request #89210 from Mic92/pulp 2020-05-30 19:56:12 +01:00
Jörg Thalheim
3ee20ba064
pulp: add purescript to PATH 2020-05-30 19:54:20 +01:00
puzzlewolf
f9622e3011 ignition-math: remove 2020-05-30 18:38:37 +02:00
puzzlewolf
a410beaa7f ignition-transport: remove 2020-05-30 18:38:37 +02:00
puzzlewolf
c906c45fec gazebo, sdformat: remove 2020-05-30 18:38:28 +02:00
midchildan
22ff785205
intel-media-sdk: remove samples
fix #88939
2020-05-31 01:25:01 +09:00
Tim Steinbach
f75d62941d
jenkins: 2.222.3 -> 2.222.4 2020-05-30 11:32:34 -04:00
Mikhail Klementev
3f99cc761c
out-of-tree: 1.2.1 -> 1.3.0 2020-05-30 15:11:37 +00:00
vponte
7d69a04d79 androidenv: add missing emulator dynamic libraries 2020-05-30 15:43:32 +02:00
R. RyanTM
71fd66ef17 catch2: 2.12.1 -> 2.12.2 2020-05-30 15:41:07 +02:00
Jörg Thalheim
9921d78589
nodePackages: fix insect build 2020-05-30 12:31:55 +01:00
Jörg Thalheim
fee8e7991a
nodePackages.pulp: fix build 2020-05-30 12:19:57 +01:00
Jörg Thalheim
87908c3743
Merge pull request #89184 from mayflower/continue-pull-85764 2020-05-30 11:36:56 +01:00
Mario Rodas
f943f002c7
act: 0.2.8 -> 0.2.9 2020-05-30 04:20:00 -05:00
Mario Rodas
bb49586391
Merge pull request #89185 from rudolph9/cue-0.2.0
cue: 0.1.2 -> 0.2.0
2020-05-29 23:45:51 -05:00
Benjamin Hipple
a25bdf1742 colormake: use fetchFromGitHub
Verified the sha256 does not change.
2020-05-29 20:00:56 -04:00
Christian Albrecht
6149df8fd0
Readd the two node-packages that were lost in transition and time 2020-05-29 23:44:05 +02:00
Kurt Robert Rudolph
28c8a68f90 cue: 0.1.2 -> 0.2.0 2020-05-29 13:43:02 -07:00
Soares Chen
32d2de8e00 haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
`with-packages-wrapper.nix` has a hack to workaround the linker limit
in MacOS Sierra. However that is now broken with GHC 8.8, because of
slight change in the format of the package config.
In short, the package config produced by GHC 8.8 has a new line between
the key and list of values, while earlier versions have them separated
by a single space.

This PR fixes the linker hack by modifying the `grep` and `sed` commands
to pattern match on either space or new line, so that the hack can work
on all versions of GHC.
2020-05-29 22:28:47 +02:00
Joe Hermaszewski
53594c65ce haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation 2020-05-29 22:28:47 +02:00
Peter Simons
4b2b6ce65e idris: drop obsolete overrides for the new 1.3.3 version
The test suite still fails because of all kinds of implicit assumptions that
are wrong in our build environment. For example, the test suite can't just call
"idris" and expect that executable to be in $PATH.
2020-05-29 22:28:47 +02:00
Peter Simons
a079858747 git-annex: don't update to version 8.20200522 yet to avoid test suite failures 2020-05-29 22:28:47 +02:00
Peter Simons
eb1e07865e haskell-devtools: break infinite recursion with mprelude 2020-05-29 22:28:47 +02:00
Peter Simons
5244ef40ce haskell-dhall: configure overrides for the newly added 0.32.0 version 2020-05-29 22:28:47 +02:00
Malte Brandy
6d8175075e haskellPackages.shh: Disable tests 2020-05-29 22:28:47 +02:00
Peter Simons
fbc0845f28 haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond 2020-05-29 22:28:47 +02:00
Peter Simons
330227bc6c haskell-extra: update overrides for the new version 2020-05-29 22:28:47 +02:00
Peter Simons
995bdd4c85 haskell-ghc-lib-parser: fix overrides for the new release 2020-05-29 22:28:46 +02:00
Aycan Irican
accaa8790c guid: fix compilation of Setup.hs and disable tests
guid: fix compilation of Setup.hs and disable tests

Add more docs

Remove guid from broken-packages
2020-05-29 22:28:46 +02:00
Christoph Bauer
d895bad12a Fix dependencies issues of postgresql-syntax and re+base 2020-05-29 22:28:46 +02:00
Mike Sperber
41786ec21f Update tensorflow-haskell dependencies.
Updating to the current HEAD of the Tensorflow-Haskell bindings allows
us to also update the dependencies, specifically proto-lens, and avoid
having to retain their outdated versions.
2020-05-29 22:28:46 +02:00
Peter Simons
5c3eab8a97 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
5f32599b70.
2020-05-29 22:28:46 +02:00
Peter Simons
05ba8c56cb hackage2nix.yaml: update list of broken builds 2020-05-29 22:28:38 +02:00
Peter Simons
496fad525b hackage2nix.yaml: cabal-fmt now has a maintainer 2020-05-29 22:23:47 +02:00
Malte Brandy
80cc18ac32 haskellPackages.shh: Mark unbroken 2020-05-29 22:16:02 +02:00
Malte Brandy
e9b611352f configuration-hackage2nix: Add maralorn as a maintainer for a number of haskellPackages 2020-05-29 22:16:02 +02:00
Markus Hauck
368364fbaa Unbreak amazonka-dynamodb 2020-05-29 22:16:02 +02:00
Gabriel Volpe
678e947b88 haskellPackages.dhall-lsp-server: unbreak 2020-05-29 22:16:02 +02:00
Manuel Bärenz
9a302dffc8 rhine, rhine-gloss: Remove broken marker 2020-05-29 22:16:02 +02:00
Poscat
44e8c5c0b8 haskellPackages.vulkan: unbreak 2020-05-29 22:16:02 +02:00
pacien
b2e0f05b6b haskellPackages.tart: unmark as broken
Dependency issues for this package have been fixed in the latest release.
See https://github.com/jtdaugherty/tart/issues/10
2020-05-29 22:16:01 +02:00
Peter Simons
4fa8c3e67a LTS Haskell 15.13 2020-05-29 22:16:01 +02:00
Christian Albrecht
db062297cb
Add meta.broken and meta.platforms to node-packages 2020-05-29 21:24:31 +02:00
Frederik Rietdijk
4df2f78ec7 Revert "Merge pull request #78910 from serokell/libarchive-zstd"
Should go to staging instead.

This reverts commit f8d9f59abe, reversing
changes made to b27a19d5bf.
2020-05-29 21:03:02 +02:00
Frederik Rietdijk
f8d9f59abe
Merge pull request #78910 from serokell/libarchive-zstd
libarchive: link to zstd (split zstd output)
2020-05-29 20:51:16 +02:00
Christian Albrecht
8a03e80ea7
Change to non-versioned node-packages generate.sh 2020-05-29 18:24:13 +02:00
Christian Albrecht
ca3f5fe130
Delete versioned node-packages 2020-05-29 18:20:57 +02:00
Frederik Rietdijk
c7d25a5db6 Merge master into staging-next 2020-05-29 17:05:38 +02:00
Claudio Bley
7172514b72 bazel: 3.1.0 -> 3.2.0 2020-05-29 15:22:35 +02:00
Ryan Mulligan
a3a94a957e
Merge pull request #89068 from r-ryantm/auto-update/codeql
codeql: 2.1.3 -> 2.1.4
2020-05-29 05:50:12 -07:00
Maximilian Bosch
4eb9c62591
Merge pull request #89132 from talyz/php-buildenv-keep-extensions
php.buildEnv: Let enabled extensions to pass through by default
2020-05-29 13:03:43 +02:00
Mario Rodas
d9f9fcfd16
Merge pull request #89146 from marsam/init-libfyaml
libfyaml: init at 0.5.7
2020-05-29 04:35:45 -05:00
Claudio Bley
1c5386fa1d bazel: Make bazel_3 the default version
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
Claudio Bley
c456288170 bazel_3: init at 3.1.0 2020-05-29 08:52:17 +02:00
Vincent Laporte
1992d68551 ocamlPackages.core_kernel: remove at 112.24.00
This is a legacy version for OCaml 4.02
2020-05-29 08:23:42 +02:00
zowoq
8609b214fa oniguruma: switch to autotools 2020-05-29 13:14:19 +10:00
MetaDark
ec905d07fa cmake-language-server: init at 0.1.1 2020-05-28 19:21:43 -07:00
MetaDark
f3ee91d47e pythonPackages.pytest-datadir: init at 1.3.1 2020-05-28 19:21:43 -07:00
MetaDark
db2ce6413e python3Packages.pygls: init at 0.8.1 2020-05-28 19:21:43 -07:00
R. RyanTM
f0d90a2ef0 python27Packages.py_scrypt: 0.8.13 -> 0.8.15 2020-05-28 19:19:51 -07:00
Benjamin Hipple
55143290ba go-bindata: use fetchFromGitHub
Cleaned up expression as well. Verified sha256 is reproducible and unchanged.
2020-05-28 21:46:47 -04:00
talyz
bfdc832aef
php.buildEnv: Let enabled extensions to pass through by default
If only extraConfig is specified in buildEnv, keep the currently
enabled extensions active. Brought up in #89011.
2020-05-29 00:32:12 +02:00
Vincent Haupert
354798437a pythonPackages.hiyapyco: init at 0.4.16 2020-05-28 15:29:30 -07:00
Daniël de Kok
8c5f4b8a3b python3Packages.spacy: relax thinc version constraint 2020-05-28 15:17:07 -07:00
R. RyanTM
abe0e561c7 python27Packages.thinc: 7.4.0 -> 7.4.1 2020-05-28 15:17:07 -07:00
R. RyanTM
1096383557 python27Packages.elasticsearch: 7.6.0 -> 7.7.0 2020-05-28 14:57:13 -07:00
Antoine Richard
847de99970
pythonPackages.secp256k1: fix broken package (#88612)
* fix secp256k1 broken package

* Update default.nix

* Update default.nix
2020-05-28 14:46:49 -07:00
adisbladis
63bac1fc59
poetry2nix: 1.8.0 -> 1.9.0 2020-05-28 21:41:17 +01:00
Frederik Rietdijk
e27e3ae169 Merge master into staging-next 2020-05-28 22:03:48 +02:00
Timo Kaufmann
d6cf34ea5a
Merge pull request #89115 from timokau/metals-client-agnostic
metals: provide client-agnostic flavor
2020-05-28 18:55:20 +00:00
Dmitry Kalinkin
dba97ff6dd
Merge pull request #88015 from alexarice/agda-pkg-init
agda-pkg: init at 0.1.50
2020-05-28 12:32:34 -04:00
Orivej Desh
df9ac8b4a0
fmt: 6.2.0 -> 6.2.1, fix cmake config (#89114) 2020-05-28 16:31:13 +00:00
Timo Kaufmann
0e2456da82 metals: provide client-agnostic flavor 2020-05-28 17:43:00 +02:00
Mario Rodas
ffcfd9d498
Merge pull request #89077 from r-ryantm/auto-update/hyperscan
hyperscan: 5.2.1 -> 5.3.0
2020-05-28 09:12:55 -05:00
Mario Rodas
8af3ec3075
Merge pull request #89065 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.12.4 -> 0.13.2
2020-05-28 09:11:20 -05:00
Mario Rodas
ac4713b166
Merge pull request #89097 from marsam/update-zz
zz: 2020-03-02 -> 0.1
2020-05-28 09:10:07 -05:00
Mario Rodas
0c836fa1af
Merge pull request #88040 from zowoq/oniguruma
oniguruma: 6.9.4 -> 6.9.5_rev1
2020-05-28 09:09:36 -05:00
Ryan Mulligan
ce4c8e7fa5
Merge pull request #89053 from r-ryantm/auto-update/xmlrpc-c
xmlrpc_c: 1.39.12 -> 1.51.06
2020-05-28 06:35:50 -07:00
Mario Rodas
501e613507
libfyaml: init at 0.5.7 2020-05-28 04:20:00 -05:00
Mario Rodas
23a75a4465
zz: 2020-03-02 -> 0.1 2020-05-28 04:20:00 -05:00
Yuriy Chernyshov
331ce6981b
Update spdlog to 1.6.0 2020-05-28 10:57:51 +03:00
Vincent Laporte
eab4103efa ocamlPackages.core: remove at 112.24.01
This is a legacy version for OCaml 4.02
2020-05-28 09:09:53 +02:00
Ben Darwin
7547926b81 ocamlPackages.biocaml: patch for -safe-string compilation with Ocaml 4.10 2020-05-28 09:08:51 +02:00
Ben Darwin
203d0644b4 ocamlPackages.owl: 0.8.0 -> 0.9.0 2020-05-28 09:08:51 +02:00
Jörg Thalheim
1b81b5574d
Merge pull request #88425 from makefu/pkgs/dex2jar/init
dex2jar: init at 2.0
2020-05-28 07:53:03 +01:00
makefu
e682df2ef0
dex2jar: init at 2.0 2020-05-28 08:30:45 +02:00
Mario Rodas
e433b62a8a
Merge pull request #89069 from r-ryantm/auto-update/cpputest
cpputest: 3.8 -> 4.0
2020-05-27 23:51:17 -05:00
R. RyanTM
235e1eee8d hyperscan: 5.2.1 -> 5.3.0 2020-05-28 04:28:03 +00:00
Mario Rodas
95105fd37e
Merge pull request #89060 from MetaDark/texlab
texlab: 2.1.0 -> 2.2.0
2020-05-27 21:55:10 -05:00
Jaka Hudoklin
817deba40d
Merge pull request #88794 from dywedir/k6
k6: 0.24.0 -> 0.26.2
2020-05-28 02:41:01 +00:00
R. RyanTM
5739fd1336 cpputest: 3.8 -> 4.0 2020-05-28 01:49:29 +00:00
R. RyanTM
e5b02a7aec codeql: 2.1.3 -> 2.1.4 2020-05-28 01:39:08 +00:00
Ryan Mulligan
a9cdd3ee60
Merge pull request #87464 from r-ryantm/auto-update/quazip
libsForQt5.quazip: 0.8.1 -> 0.9
2020-05-27 17:57:13 -07:00
R. RyanTM
6dd35f3396 cargo-tarpaulin: 0.12.4 -> 0.13.2 2020-05-28 00:45:15 +00:00
Mario Rodas
57800e9b00
texlab: install manpage 2020-05-27 18:18:18 -05:00
MetaDark
2bbf9980f7 texlab: 2.1.0 -> 2.2.0 2020-05-27 18:11:02 -04:00
Raimon Grau
9cb0fd80bc datasette: add setuptools to propagatedBuildInputs 2020-05-27 14:37:08 -07:00
R. RyanTM
e4dd587f78 libmypaint: 1.6.0 -> 1.6.1 2020-05-27 14:36:12 -07:00
R. RyanTM
8d8165b15e rdkafka: 1.4.0 -> 1.4.2 2020-05-27 14:34:07 -07:00
R. RyanTM
4fdefd52dc xmlrpc_c: 1.39.12 -> 1.51.06 2020-05-27 21:25:11 +00:00
R. RyanTM
cf9480ccdf xercesc: 3.2.2 -> 3.2.3 2020-05-27 14:16:48 -07:00
R. RyanTM
ac83b47466 solarus-quest-editor: 1.6.2 -> 1.6.4 2020-05-27 13:55:58 -07:00
R. RyanTM
4cd9a036c8 micronaut: 1.3.4 -> 1.3.5 2020-05-27 13:49:18 -07:00
R. RyanTM
3a389d6f6f mill: 0.6.2 -> 0.7.1 2020-05-27 13:48:20 -07:00
R. RyanTM
ea903c7655 librsync: 2.3.0 -> 2.3.1 2020-05-27 13:33:24 -07:00
Michael Weiss
816e06ce20
python3Packages.google_api_python_client: 1.8.3 -> 1.8.4 2020-05-27 22:27:52 +02:00
Martin Weinelt
92a7ae0a62 python3Packages.pygments-better-html: init at 0.1.4 2020-05-27 12:58:39 -07:00
Jörg Thalheim
6602f87384
nodePackages: switch to 12
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-27 21:45:41 +02:00
R. RyanTM
33f1160930 fdroidserver: 1.1.6 -> 1.1.7 2020-05-27 12:24:00 -07:00
R. RyanTM
ebe1fdda17 python27Packages.nbsmoke: 0.3.0 -> 0.4.1 2020-05-27 12:20:42 -07:00
R. RyanTM
5b6405a83b python27Packages.foxdot: 0.8.7 -> 0.8.8 2020-05-27 12:17:34 -07:00
R. RyanTM
f0d1eec449 guile-cairo: 1.10.0 -> 1.11.0 2020-05-27 12:16:50 -07:00
R. RyanTM
bf03aa3d6e libfilezilla: 0.21.0 -> 0.22.0 2020-05-27 12:12:04 -07:00
R. RyanTM
a31a269cb9 mimalloc: 1.6.1 -> 1.6.3 2020-05-27 12:10:28 -07:00
R. RyanTM
9cab8fcb45 python27Packages.hg-evolve: 9.3.1 -> 10.0.0 2020-05-27 12:08:50 -07:00
R. RyanTM
4544b7d425 python27Packages.cftime: 1.1.2 -> 1.1.3 2020-05-27 12:04:41 -07:00
R. RyanTM
c94dfc22f1 python27Packages.datadog: 0.35.0 -> 0.36.0 2020-05-27 12:03:01 -07:00
R. RyanTM
87a874efbb python27Packages.elasticsearch-dsl: 7.1.0 -> 7.2.0 2020-05-27 12:01:52 -07:00
R. RyanTM
2ac20f513b python27Packages.branca: 0.3.1 -> 0.4.1 2020-05-27 12:00:50 -07:00
R. RyanTM
35b91e5519 python27Packages.geoalchemy2: 0.7.0 -> 0.8.0 2020-05-27 11:59:48 -07:00
R. RyanTM
25e49a88c5 python27Packages.deprecated: 1.2.9 -> 1.2.10 2020-05-27 11:54:03 -07:00
R. RyanTM
6a75bf46e4 python37Packages.pikepdf: 1.11.2 -> 1.13.0 2020-05-27 11:53:00 -07:00
R. RyanTM
5de79cbfd3 python27Packages.convertdate: 2.2.0 -> 2.2.1 2020-05-27 11:51:57 -07:00
R. RyanTM
de700262d0 python37Packages.hstspreload: 2020.5.5 -> 2020.5.19 2020-05-27 11:50:42 -07:00
R. RyanTM
e345038e88 python27Packages.pyacoustid: 1.1.7 -> 1.2.0 2020-05-27 11:48:27 -07:00
R. RyanTM
dc0a3a787a python27Packages.helpdev: 0.6.10 -> 0.7.1 2020-05-27 11:45:11 -07:00
Jonathan Ringer
a02dbee0a0 python3Packages.pyatv: 0.3.13 -> 0.6.1 2020-05-27 11:40:55 -07:00
R. RyanTM
0a02d4129b python37Packages.immutables: 0.12 -> 0.14 2020-05-27 11:40:36 -07:00
R. RyanTM
60b4c4095c python37Packages.minidb: 2.0.3 -> 2.0.4 2020-05-27 11:40:24 -07:00
R. RyanTM
9737325bd1 python27Packages.qtconsole: 4.7.3 -> 4.7.4 2020-05-27 11:40:03 -07:00
R. RyanTM
27657a3494 python27Packages.paste: 3.2.2 -> 3.4.0 2020-05-27 11:33:49 -07:00
R. RyanTM
d48542ea54 python27Packages.rasterio: 1.1.3 -> 1.1.4 2020-05-27 11:31:10 -07:00
Jon
7edf30e3f6
Merge pull request #88734 from r-ryantm/auto-update/python2.7-plotly
python27Packages.plotly: 4.6.0 -> 4.7.1
2020-05-27 11:30:46 -07:00
R. RyanTM
266d57a971 python37Packages.PyChromecast: 4.2.3 -> 5.2.0 2020-05-27 11:29:42 -07:00
R. RyanTM
a4dfc60015 python37Packages.zeroconf: 0.26.0 -> 0.26.1 2020-05-27 11:28:47 -07:00
R. RyanTM
27b307bf60 python27Packages.pydub: 0.23.1 -> 0.24.0 2020-05-27 11:14:29 -07:00
R. RyanTM
81696662c9 python27Packages.stevedore: 1.31.0 -> 1.32.0 2020-05-27 10:58:06 -07:00
R. RyanTM
c9b491d69b python27Packages.spglib: 1.14.1.post0 -> 1.15.1 2020-05-27 10:46:34 -07:00
R. RyanTM
f42b3aca77 simgear: 2019.1.1 -> 2020.1.1 2020-05-27 10:19:50 -07:00
R. RyanTM
bed73effbd python27Packages.sqlalchemy-utils: 0.36.3 -> 0.36.5 2020-05-27 10:15:57 -07:00
R. RyanTM
66e096ac85 python37Packages.tablib: 1.1.0 -> 2.0.0 2020-05-27 10:14:08 -07:00
José Romildo Malaquias
eb0c405670
Merge pull request #88983 from romildo/upd.gsettings-qt
gsettings-qt: 0.1.20170824 -> 0.2
2020-05-27 13:38:42 -03:00
asymmetric
c3f947309a python: scrypt: remove myself from maintainers
I don't use the package anymore.
2020-05-27 09:26:01 -07:00
Chris Ostrouchov
d190eca583 pythonPackages.duckdb: init at 0.1.7 2020-05-27 09:24:47 -07:00
Chris Ostrouchov
bea173fb51 duckdb: init at 0.1.7 2020-05-27 09:24:47 -07:00
Konstantin Alekseev
3795449282 pythonPackages.nodeenv: add setuptools to propagatedBuildInputs 2020-05-27 09:19:20 -07:00
Lancelot SIX
75caa46ca5 pythonPackages.slixmpp: 1.4.2 -> 1.5.2 2020-05-27 09:15:19 -07:00
Moises Nessim
1c8f4ec3a7 dotnetCorePackages: Add support for Darwin 2020-05-27 09:02:27 -07:00
Matthew Bauer
7e571eb994
Merge pull request #88988 from tobim/optimize-cross-libstdc++
gcc: optimize cross-compiled libraries
2020-05-27 10:12:35 -05:00
Matthew Bauer
673827fd31
Merge pull request #88984 from matthewbauer/gfortran-no-pkgsTargetTarget
openmpi: use pkgsHostTarget for gfortran
2020-05-27 10:11:42 -05:00
Ryan Mulligan
ec5a2bf1b5
Merge pull request #88945 from r-ryantm/auto-update/pkgconf
pkgconf: 1.6.3 -> 1.7.0
2020-05-27 07:37:21 -07:00
Mario Rodas
46f975f81e
Merge pull request #89014 from marsam/update-nodejs-12_x
nodejs-12_x: 12.16.3 -> 12.17.0
2020-05-27 08:48:10 -05:00
Frederik Rietdijk
1b7204ab3c Merge master into staging-next 2020-05-27 15:26:50 +02:00
Maximilian Bosch
45e53a7658
cargo-make: 0.30.7 -> 0.30.8
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.8
2020-05-27 15:03:28 +02:00
Frederik Rietdijk
ef5faff8c6 python3Packages.h5netcdf: init at 0.8.0 2020-05-27 13:58:27 +02:00
Mario Rodas
7978a7e90b
Merge pull request #89009 from wamserma/python-svgwrite-1.4.0
pythonPackages.svgwrite: 1.3.1 -> 1.4
2020-05-27 06:55:19 -05:00
Markus S. Wamser
c9e0014c21 pythonPackages.svgwrite: remove pyparsing from dependencies 2020-05-27 13:16:46 +02:00
Markus S. Wamser
b958b715a1 pythonPackages.svgwrite: 1.3.1 -> 1.4 2020-05-27 11:43:37 +02:00
Maximilian Bosch
7fe32a614a
Merge pull request #88934 from Flakebi/cppcheck-z3
cppcheck: enable z3 support
2020-05-27 11:25:34 +02:00
Mario Rodas
484eef51a8
nodejs-12_x: 12.16.3 -> 12.17.0
Changelog: https://github.com/nodejs/node/releases/tag/v12.17.0
2020-05-27 04:20:00 -05:00
Vincent Laporte
2f2ff72db3 ocamlPackages.sodium: disable for OCaml ≥ 4.10 2020-05-27 10:12:22 +02:00
Vincent Laporte
03cd92fe70 ocamlPackages.lens: disable for OCaml ≥ 4.10 2020-05-27 10:12:22 +02:00
Tobias Mayer
2be2b5328c
gcc: optimize cross-compiled libraries
`libstdc++` and a few other libraries are comiled with the options
set in `EXTRA_TARGET_FLAGS`. Normally, this is filled form
`EXTRA_FLAGS` inside of `builder.sh`, from which it inherits its
optimization option. For cross compilers `EXTRA_TARGET_FLAGS` is
set by a dedicated function that does not specify any optimization,
leading to sub-par runtime performance of many C++ programs.
2020-05-27 10:07:01 +02:00
Alex Rice
db1bed3885
agda-pkg: init at 0.1.50 2020-05-27 08:55:27 +01:00
Cyril Cohen
147aded7df coqPackages.mathcomp-extra: refactor
- removing broken packages
- taking into account fixpoint coqPackages in mathcomp-extra-config
2020-05-27 09:22:42 +02:00
Vincent Laporte
670237ec93 ocamlPackages.async_kernel: remove at 112.24.00
This is a legacy version for OCaml 4.02
2020-05-27 09:01:25 +02:00
R. RyanTM
90159ed045 python37Packages.pyenchant: 3.0.1 -> 3.1.0 2020-05-26 22:54:19 -07:00
Jörg Thalheim
660854a266
Merge pull request #88916 from zowoq/patches 2020-05-27 06:54:01 +01:00
R. RyanTM
05d7c27c33 python27Packages.w3lib: 1.21.0 -> 1.22.0 2020-05-26 22:52:17 -07:00
R. RyanTM
2be266cc0f python27Packages.update_checker: 0.16 -> 0.17 2020-05-26 22:48:42 -07:00
R. RyanTM
8856efb30e python27Packages.identify: 1.4.15 -> 1.4.16 2020-05-26 21:52:37 -07:00
R. RyanTM
d29b1f20ce python27Packages.plexapi: 3.4.0 -> 3.6.0 2020-05-26 21:47:17 -07:00
Mario Rodas
6050c0bf45
Merge pull request #88561 from zowoq/ffmpeg
ffmpeg{_4,-full}: 4.2.2 -> 4.2.3, ffmpeg_2_8: 2.8.15 -> 2.8.16
2020-05-26 23:29:43 -05:00
Mario Rodas
7da72d58ad
Merge pull request #88996 from r-ryantm/auto-update/python2.7-phonenumbers
python27Packages.phonenumbers: 8.12.2 -> 8.12.4
2020-05-26 23:28:11 -05:00
Benjamin Hipple
f04a5af0cc
Merge pull request #82180 from bcdarwin/bppcore
bppsuite: init at 2.4.1
2020-05-26 21:07:25 -04:00
Anderson Torres
24f9bc0243
Merge pull request #85986 from suhr/ciao
ciao: init at 1.19.0
2020-05-26 21:58:30 -03:00
R. RyanTM
91f3aa9ab5 python37Packages.elementpath: 1.4.4 -> 1.4.5 2020-05-26 17:41:04 -07:00
R. RyanTM
1791c1a58c python37Packages.jellyfish: 0.7.2 -> 0.8.2 2020-05-26 17:40:26 -07:00
R. RyanTM
a52314bd4d python27Packages.pysmb: 1.1.28 -> 1.2.1 2020-05-26 17:39:42 -07:00
R. RyanTM
2842814654 python27Packages.phonenumbers: 8.12.2 -> 8.12.4 2020-05-27 00:34:23 +00:00
wchresta
7fc97cf30b idris2: 0.2.0-840e020 -> 0.2.0
* Upgrade to release version of idris2
* Add config for proper testing phase
2020-05-26 18:38:54 -04:00
Matthew Bauer
c60144d4c0 openmpi: use pkgsHostTarget for gfortran
This is very confusing. “stdenv” is created from the parent stage so
pkgsTargetTarget.stdenv.cc is a compiler that runs /on/ host platform
and creates binaries for target platform. gfortran on the other hand
is not special cased like stdenv, so the equivalent to
pkgsTargetTarget.stdenv.cc is pkgsHostTarget.gfortran.

I’ve rewritten this to be a little less confusing, “pkgsHostTarget” is
equivalent to “pkgs” so it is unneeded. All that is left is
“pkgsTargetTarget.stdenv” which is equivalent to
“targetPackages.stdenv”.

Fixes #88951

/cc @markuskowa @ericson2314
2020-05-26 16:44:50 -05:00
José Romildo Malaquias
dbc9decefb gsettings-qt: add update script 2020-05-26 18:15:24 -03:00
José Romildo Malaquias
01fc61f585 gsettings-qt: 0.1.20170824 -> 0.2
- Update to version 0.2
- Upstream moved to gitlab (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951019).
2020-05-26 17:34:11 -03:00
Oleksii Filonenko
b2b5ae6e8c wrangler: add filalex77 to maintainers 2020-05-26 23:29:23 +03:00
Oleksii Filonenko
60582f7095 wrangler: only use pkg-config and openssl on Linux 2020-05-26 23:29:23 +03:00
Oleksii Filonenko
a8fc1f4a64 cloudflare-wrangler: use canonical name 2020-05-26 23:29:22 +03:00
Oleksii Filonenko
ab10f3b821 cloudflare-wrangler: 1.9.1 -> 1.9.2 2020-05-26 23:29:22 +03:00
Dmitry Kalinkin
7a36742c36
Merge pull request #88957 from Mindavi/nomacs/maintainer-change
Nomacs/maintainer change
2020-05-26 15:53:50 -04:00
Dmitry Kalinkin
5035c65a60
Merge pull request #88476 from veprbl/pr/rivet3
rivet: 2.7.2 -> 3.1.1
2020-05-26 15:52:08 -04:00
Max Wittig
9a714d249e
gitlab-runner: 12.10.2 -> 13.0.0 (#88935) 2020-05-26 18:28:13 +00:00
Rick van Schijndel
0cf8e1d645 maintainers: remove @ahmedtd 2020-05-26 19:56:24 +02:00
R. RyanTM
31e94f56ba pkgconf: 1.6.3 -> 1.7.0 2020-05-26 15:11:22 +00:00
Sebastian Neubauer
92ec463c51 cppcheck: enable z3 support 2020-05-26 12:55:34 +02:00
Jörg Thalheim
f76f13b1a7
Merge pull request #88645 from wchresta/master 2020-05-26 08:24:36 +01:00
Markus S. Wamser
b20b08dc87 pythonPackages.PyMuPDF: 1.16.18 -> 1.17.0
Update for compatibility with MuPDF 1.17
2020-05-26 08:36:44 +02:00
sternenseemann
9d33cb414a ocamlPackages.curly: init at 2019-11-14 2020-05-26 08:09:07 +02:00
zowoq
6fa13a7e2f cernlib: use patch file extension 2020-05-26 14:51:07 +10:00
Benjamin Hipple
d3082a31cd
Merge pull request #87544 from bcdarwin/vtk-8
vtk: 7.1.1 -> 8.2.0
2020-05-26 00:24:28 -04:00
Ben Darwin
7f656f3ef6 bpp-popgen: init at 2.4.1 2020-05-25 21:12:17 -04:00
Ben Darwin
a53b27829c bpp-phyl: init at 2.4.1 2020-05-25 21:10:59 -04:00
Ben Darwin
8d712ccc16 bpp-seq: init at 2.4.1 2020-05-25 21:09:52 -04:00
Ben Darwin
adc7b4c979 bpp-core: init at 2.4.1 2020-05-25 21:08:31 -04:00
Ben Darwin
b20f22d4cd python3Packages.pytorch-metric-learning: init at 0.9.81 2020-05-25 20:56:03 -04:00
Benjamin Hipple
cd9fb17b75
Merge pull request #76997 from bcdarwin/skorch
python3Packages.skorch: init at 0.8.0
2020-05-25 20:51:03 -04:00
Jan Tojnar
1c0b497768
Merge pull request #88883 from r-ryantm/auto-update/gexiv2
gexiv2: 0.12.0 -> 0.12.1
2020-05-26 02:39:05 +02:00
Ben Darwin
710a48751a skorch: init at 0.8.0 2020-05-25 20:31:11 -04:00
Benjamin Hipple
5e22232f8f
Merge pull request #87447 from bcdarwin/ocaml-torch
ocamlPackages.torch: init at 0.8
2020-05-25 20:25:54 -04:00
Benjamin Hipple
77eb712d50
Merge pull request #77281 from bcdarwin/python-livelossplot
python3Packages.livelossplot: init at v0.5.0
2020-05-25 20:15:52 -04:00
Pavol Rusnak
627df934ae
heroku: 7.39.2 -> 7.41.1 2020-05-25 20:41:38 +02:00
R. RyanTM
27fbd43843 gexiv2: 0.12.0 -> 0.12.1 2020-05-25 17:03:39 +00:00
Markus Schmidl
7915115ae8
pythonPackages.lazy_import: init at 0.2.2 (#70921) 2020-05-25 17:37:52 +01:00
Ryan Mulligan
f1d9510c99
Merge pull request #88761 from r-ryantm/auto-update/rakudo
rakudo: 2020.05 -> 2020.05.1
2020-05-25 07:50:52 -07:00
Anderson Torres
c51d8d6134
Merge pull request #88620 from doronbehar/wrapMpv
mpv: Move all wrapping logic to a single wrapper function
2020-05-25 10:56:04 -03:00
Jan Tojnar
f8ac6112b5
Merge pull request #84994 from r-ryantm/auto-update/spidermonkey 2020-05-25 15:22:42 +02:00
Mario Rodas
bfdb43f1c3
Merge pull request #88832 from r-ryantm/auto-update/lyra
lyra: 1.3 -> 1.4
2020-05-25 07:01:06 -05:00
Mario Rodas
e61b2b165c
Merge pull request #88860 from r-ryantm/auto-update/biblesync
biblesync: 2.0.1 -> 2.1.0
2020-05-25 07:00:13 -05:00
Jan Tojnar
27e0dff5ac
Merge pull request #87531 from r-ryantm/auto-update/uchardet 2020-05-25 13:35:00 +02:00
Mario Rodas
be1b02cbd1
Merge pull request #88830 from r-ryantm/auto-update/libxsmm
libxsmm: 1.13 -> 1.15
2020-05-25 06:21:53 -05:00