Commit Graph

74587 Commits

Author SHA1 Message Date
Lily Ballard
048243b8b9 tokei: 10.1.0 -> 10.1.1 (#76630) 2019-12-28 23:07:27 -05:00
Jan Tojnar
a6bb2ede23
python.pkgs.wrapPython: fix string makeWrapperArgs
Bash takes an assignment of a string to an array variable:

local -a user_args
user_args="(foo bar)"

to mean appending the string to the array, not parsing the string into
an array as is the case when on the same line as the declaration:

local -a user_args="(foo bar)"

b0633406cb extracted the declaration before
the newly branched code block, causing string makeWrapperArgs being added
to the array verbatim.

Since local is function scoped, it does not matter if we move it inside
each of the branches so we fix it this way.
2019-12-28 22:23:36 +01:00
zimbatm
f373ecec8f buildGoModule: support impure modules (#76532)
When modSha256 is null, disable the nix sandbox instead of using a
fixed-output derivation. This requires the nix-daemon to have
`sandbox = relaxed` set in their config to work properly.

Because the output is (hopefully) deterministic based on the inputs,
this should give a reproducible output. This is useful for development
outside of nixpkgs where re-generating the modSha256 on each mod.sum
changes is cumbersome.

Don't use this in nixpkgs! This is why null is not the default value.
2019-12-28 12:36:42 -08:00
Dmitry Kalinkin
596fa28448
Merge pull request #76549 from veprbl/pr/pyslurm_remove
pythonPackages.pyslurm: change maintainer
2019-12-28 15:11:07 -05:00
Jan Tojnar
332cfab4ce
Merge pull request #76591 from lourkeur/set_XKB_CONFIG_ROOT
Fix services.xserver.extraLayouts under GNOME 3
2019-12-28 20:34:56 +01:00
Mikołaj Gałkowski
650a6354bb unityhub: init at 2.2.2 (#65391) 2019-12-28 13:16:18 -05:00
Jan Tojnar
59b0ab21e7
Merge pull request #68084 from lopsided98/gts-propagate-glib
gts: propagate glib
2019-12-28 18:29:43 +01:00
Jean-Philippe Braun
1612cf3560 gtk-layer-shell: init at 0.1.0 2019-12-28 16:08:46 +01:00
Matthieu Coudron
a3a0f1f489 unibilium: 2.0.0 -> 20190811
Main maintainer doesn't answer. Neovim is now the upstream see
https://github.com/neovim/neovim/issues/10302
2019-12-28 15:54:07 +01:00
Louis Bettens
0cebd5a0b7 libxklavier: honor $XKB_CONFIG_ROOT 2019-12-28 15:35:00 +01:00
Oleksii Filonenko
af57b17404 act: init at 0.1.3 2019-12-27 16:24:36 -08:00
Ben Wolsieffer
a04a45e8a6 pythonPackages.pymavlink: 2.4.1 -> 2.4.2 2019-12-27 16:23:20 -08:00
Mario Rodas
38b41d86c2
Merge pull request #76559 from bcdarwin/update-parany
ocamlPackages.parany: 7.0.0 -> 8.0.0
2019-12-27 15:03:54 -05:00
Peter Simons
525b8cd3f6 ghc: add 8.10.1-alpha2 2019-12-27 20:58:23 +01:00
Peter Simons
56f1127a42 ghc: add 8.8.2-rc1 2019-12-27 20:43:35 +01:00
Peter Simons
fdd64fbc37 haskell-servant-{ekg,blaze}: jailbreak to fix the build 2019-12-27 20:37:13 +01:00
Peter Simons
4d403a3a51 haskell-ghcide: drop broken overrides
We made an effort to support ghcide in Nixpkgs, but the complexity of the
problem is a bit too high, IMHO. We need to keep older versions of several
packages around in order to satisfy the build requirements, and some of those
older packages don't even build themselves (like hie-bios). We had ghcide
working at some point, but then it was broken again right away after a couple
of days. I fear that we'll run into that issue again and again with a setup of
that complexity.

Instead, I'd propose that we work with upstream to fix their build, i.e. let's
make sure that the proper ghcide build works with recent versions of its build
inputs.

Closes https://github.com/NixOS/nixpkgs/pull/75449.
Closes https://github.com/NixOS/nixpkgs/pull/76103.
2019-12-27 20:37:13 +01:00
Peter Simons
4979823e46 git-annex: update sha256 hash for version 7.20191218 2019-12-27 20:37:13 +01:00
Peter Simons
dbcb34900a haskell-lsp-test: update override to the latest version 2019-12-27 20:37:13 +01:00
Peter Simons
6010ce05b7 pandoc: update override for the ghc-8.8.x to the latest version 2019-12-27 20:37:13 +01:00
Dmitry Kalinkin
c744527e3e gitAndTools.git-annex: fix darwin build
Closes: #76342
Fixes: #73435
2019-12-27 20:37:13 +01:00
(cdep)illabout
b7a5df05c3 spago: 0.12.1.0 -> 0.13.0 2019-12-27 20:37:13 +01:00
(cdep)illabout
54fad88234 haskellPackages.dhall_1_27_0: fix build 2019-12-27 20:37:13 +01:00
Merlin Göttlinger
693b68be7f haskell-lsp: Added 0.18.* to extra-packages for ghcide 2019-12-27 20:37:13 +01:00
(cdep)illabout
db1adfe3c8 haskellPackages.dhall_1_28_0: fix overrides so it builds
This PR fixes dhall_1_28_0, dhall-bash_1_0_25, and dhall-json_1_6_0 so
they build.

They all require a newer version of prettyprinter than we get from the
LTS package set.

This is from https://github.com/NixOS/nixpkgs/pull/75931 by @ijaketak.

Co-authored-by: Keito Kajitani <ijaketak@gmail.com>
2019-12-27 20:37:13 +01:00
(cdep)illabout
7cbc498a0e spago: add update script for automatically updating to new versions 2019-12-27 20:37:13 +01:00
Matt McHenry
9f053666ae haskellPackages.snap-server: patch for network >= 3.0 2019-12-27 20:37:13 +01:00
Robert Djubek
0787a562c4 glirc: init at 2.33.1
haskellPackages.glirc is a "Console IRC Client." I've added a doJailbreak
to fix the build (thanks @infinisil) and added it to top-level/all-packages.nix
so people can find and install it as they would normally.

Would be nice to make this build in a way that allows the OTR extension to be
enabled. One thing at a time....
2019-12-27 20:37:13 +01:00
Peter Simons
42e51bd42e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-11-g2fb6f7e from Hackage revision
16e46fea2e.
2019-12-27 20:37:03 +01:00
(cdep)illabout
753a0d3f72 haskellPackages.dhall_1_27_0: generate this package
This adds dhall-1.27.0 to extra-packages in
configuration-hackage2nix.yaml.

dhall-1.27.0 is used by spago, so this package needs to be available.
2019-12-27 20:37:01 +01:00
Peter Simons
992de916ce hackage2nix: disable broken builds 2019-12-27 20:35:33 +01:00
Aditya Manthramurthy
aaf838d095 haskellPackages.postgresql-simple-url: mark unbroken
Builds fine now.
2019-12-27 20:35:33 +01:00
(cdep)illabout
c1be286ca2 haskellPackages.stack2cabal: mark unbroken 2019-12-27 20:35:33 +01:00
Peter Simons
b77ed68156 LTS Haskell 14.18 2019-12-27 20:35:33 +01:00
Dmitry Kalinkin
2926173123
pythonPackages.pyslurm: add bhipple to maintainers 2019-12-27 13:51:11 -05:00
Dmitry Kalinkin
8e9741ed49
pythonPackages.pyslurm: remove veprbl from maintainers 2019-12-27 13:49:29 -05:00
Peter Simons
3e2e061529 structured-haskell-mode: update github repo location 2019-12-27 18:42:56 +01:00
Peter Simons
c2ba83e98a haskell-descriptive: use the proper release version instead of the one from git
The released version has all the fixes we needed.
2019-12-27 18:37:42 +01:00
Maximilian Bosch
49962a88aa
zookeper_mt: fix darwin build
https://hydra.nixos.org/build/108500112
2019-12-27 18:18:30 +01:00
Ryan Mulligan
60659a5687
Merge pull request #76371 from r-ryantm/auto-update/postman
postman: 7.12.0 -> 7.14.0
2019-12-26 21:04:43 -08:00
worldofpeace
4a2621da53
Merge pull request #76283 from jtojnar/python-mwa
python.pkgs.wrapPython: fix makeWrapperArgs
2019-12-26 19:21:37 -05:00
Dmitry Kalinkin
a10ba57d29
Merge pull request #76550 from veprbl/pr/histbook_remove
pythonPackages.histbook: remove
2019-12-26 18:10:39 -05:00
Ben Darwin
d255365342 ocamlPackages.parany: 7.0.0 -> 8.0.0 2019-12-26 17:31:16 -05:00
Ben Darwin
f1958523e3 ocamlPackages.cpu: setcore 1.0.1 -> cpu 2.0.0 2019-12-26 17:30:49 -05:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
K. Bruneau
690390d493 texlab: fix macOS build (#76544) 2019-12-26 16:12:58 -05:00
Dmitry Kalinkin
88f77259d4
pythonPackages.histbook: remove
The development of this library has been stopped, the github repo
archived.
2019-12-26 16:06:25 -05:00
Maximilian Bosch
645d99ecc3
cargo-expand: 0.4.16 -> 0.4.17
https://github.com/dtolnay/cargo-expand/releases/tag/0.4.17
2019-12-26 21:40:20 +01:00
Maximilian Bosch
b43892e767
python3Packages.pytesseract: 0.3.0 -> 0.3.1
https://github.com/madmaze/pytesseract/releases/tag/v0.3.1
2019-12-26 20:16:16 +01:00
Maximilian Bosch
6f802abc13
nexus: 3.19.1-01 -> 3.20.1-01
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.1
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.0
2019-12-26 20:04:11 +01:00
Maximilian Bosch
70564f31b4
Merge pull request #76543 from mpickering/wip/branca
Python: Add missing setuptools dependency to branca
2019-12-26 19:01:14 +01:00
Matthew Pickering
b9fafdc475 Python: Add missing setuptools dependency to branca 2019-12-26 17:05:10 +00:00
Oleksii Filonenko
debc253bf3 ueberzug: init at 18.1.5 2019-12-26 17:49:35 +01:00
Michael Raskin
0b85ab2686 python2Packages.marionette-harness: fix build by bumping dependencies 2019-12-26 17:54:47 +01:00
Alyssa Ross
106d0920d9
bundlerEnv: fix for Ruby 2.7
Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby
2.7, so we need to use the LOAD_PATH instead.  Without this,
bundlerEnv environments will always use the version of Bundler that
comes with Ruby, which won't necessarily work because it isn't the
version that was used to generate the bundle.

For example, building ronn with Ruby 2.7 without this change results
in a broken executable, but it works (when built with all packaged
Ruby versions) after this change.
2019-12-26 15:49:04 +00:00
Mario Rodas
7c0bc04420
Merge pull request #76287 from r-ryantm/auto-update/klaus
klaus: 1.5.0 -> 1.5.1
2019-12-26 10:08:43 -05:00
Mario Rodas
91b1e4e777
Merge pull request #76361 from r-ryantm/auto-update/python3.7-aiohttp-socks
python37Packages.aiohttp-socks: 0.2.2 -> 0.3.3
2019-12-26 10:03:58 -05:00
Mario Rodas
1001790814
Merge pull request #76372 from r-ryantm/auto-update/python2.7-biopython
python27Packages.biopython: 1.75 -> 1.76
2019-12-26 09:44:06 -05:00
Mario Rodas
87013356e1
Merge pull request #76490 from plapadoo/gprof2dot-2019-11-30
gprof2dot: 2017-09-19 -> 2019-11-30
2019-12-26 09:35:58 -05:00
Mario Rodas
45e69f1872
Merge pull request #75876 from Scriptkiddi/py3_snitun
pythonPackages.haas-nabucasa: init at 0.29
2019-12-26 09:34:36 -05:00
isgy
f6f2dff12f python3Packages.jupyterhub: 0.9.4 -> 1.0.0 2019-12-26 14:32:45 +00:00
isgy
96f5b6315d python3Packages.certipy: init at 0.1.3 2019-12-26 14:31:15 +00:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Timo Kaufmann
8ac53ed0b1 python.pkgs.sympy: 1.4 -> 1.5
Sage needs some doctest changes. The patch was included upstream.
Modelled after https://trac.sagemath.org/ticket/28911.
2019-12-26 11:46:42 +01:00
Mario Rodas
21956ab8b1
pythonPackages.klaus: do not use python.pkgs 2019-12-26 04:20:00 -05:00
Mario Rodas
fdf2020620
python37Packages.aiohttp-socks: 0.3.2 -> 0.3.3 2019-12-26 04:20:00 -05:00
Mario Rodas
dce6d4173e
Merge pull request #75124 from ericdallo/add-clojure-lsp
clojure-lsp: init at release-20191223T204324
2019-12-25 20:37:20 -05:00
Eric Dallo
c7d9ec5ce8
clojure-lsp: init at release-20191223T204324 2019-12-25 20:12:09 -05:00
Silvan Mosberger
5dc7050bd6
Merge pull request #75400 from nand0p/ethminer-v18
ethminer: 0.18.0-rc.0 -> 0.18.0
2019-12-25 23:56:24 +01:00
Mario Rodas
ffd4ad4d0b
Merge pull request #76206 from r-ryantm/auto-update/actor-framework
caf: 0.17.1 -> 0.17.3
2019-12-25 15:50:43 -05:00
Mikhail Klementev
f8dec92f04 out-of-tree: 1.1.1 -> 1.2.1 2019-12-25 19:45:59 +00:00
Ryan Orendorff
2d2146b1fe agda-stdlib: list as not broken on Darwin (#76485) 2019-12-25 21:22:29 +02:00
Ryan Mulligan
b3e3daeeba
Merge pull request #76334 from r-ryantm/auto-update/libngspice
libngspice: 30 -> 31
2019-12-25 10:10:06 -08:00
Mario Rodas
d0f6b1f5a3
caf: fix build on darwin 2019-12-25 12:00:00 -05:00
R. RyanTM
3537767db8
caf: 0.17.2 -> 0.17.3 2019-12-25 12:02:24 -05:00
Mario Rodas
51a5e6257f
Merge pull request #67771 from tobim/pkgs/caf
caf: 0.17.1 -> 0.17.2; enable openssl; run tests
2019-12-25 11:59:45 -05:00
Jan Tojnar
c571098bf8
Merge pull request #76447 from r-ryantm/auto-update/tepl
tepl: 4.2.1 -> 4.3.1
2019-12-25 17:44:02 +01:00
Mario Rodas
76200c4284 ruby_2_7: init at 2.7.0
Release notes: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
2019-12-25 14:24:03 +00:00
Mario Rodas
298010982b ruby: rubygems 3.0.6 -> 3.1.2
Changelog: https://blog.rubygems.org/2019/12/20/3.1.2-released.html
2019-12-25 14:24:03 +00:00
Profpatsch
7d4c1ae7f1 rubyMinimal: ruby with all options disabled by default
Similar to `gitMinimal` or `pythonMinimal`, this is useful for scripts
which don’t use anything but the standard library and want a small
footprint.
2019-12-25 13:59:42 +01:00
Profpatsch
80c07f8aaf ruby: add removeReferenceToCC package option
Reduces the runtime closure by ~200MB if enabled.
2019-12-25 13:59:42 +01:00
Jörg Thalheim
d5a81030ec
mercurial: 4.9.1 -> 5.2.1 + python3 🚀 (#76126)
mercurial: 4.9.1 -> 5.2.1 + python3  🚀
2019-12-25 09:37:44 +00:00
Philipp Middendorf
0421b1316a gprof2dot: 2017-09-19 -> 2019-11-30 2019-12-25 10:29:25 +01:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Ryan Mulligan
87979bb0a3
Merge pull request #76465 from r-ryantm/auto-update/tpm2-tss
tpm2-tss: 2.3.1 -> 2.3.2
2019-12-24 20:34:54 -08:00
Jan Tojnar
4bbc6cc66f
Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Jan Tojnar
9a5e80ae29
Merge pull request #76288 from r-ryantm/auto-update/libical
libical: 3.0.6 -> 3.0.7
2019-12-25 04:26:37 +01:00
Tim Steinbach
4ed50bdd93
Merge pull request #76299 from r-ryantm/auto-update/kotlin
kotlin: 1.3.60 -> 1.3.61
2019-12-24 21:37:14 -05:00
Tim Steinbach
ecbcdc8a4c
Merge pull request #76416 from r-ryantm/auto-update/sbt
sbt: 1.3.4 -> 1.3.5
2019-12-24 21:36:46 -05:00
Jan Tojnar
3b3bd3ced0
Merge pull request #76303 from r-ryantm/auto-update/libplacebo
libplacebo: 1.21.0 -> 1.29.0
2019-12-25 03:05:00 +01:00
R. RyanTM
80cd01707d python27Packages.geopandas: 0.6.1 -> 0.6.2 2019-12-24 17:53:10 -08:00
R. RyanTM
9d0eb65dbb python27Packages.elementpath: 1.3.1 -> 1.3.3 2019-12-24 15:54:11 -08:00
Jonathan Ringer
fff7aded42 python3Packages.internetarchive: make backports_csv universal dep 2019-12-24 15:52:23 -08:00
R. RyanTM
16a7c38151 tpm2-tss: 2.3.1 -> 2.3.2 2019-12-24 15:29:07 -08:00
R. RyanTM
3070700726 python27Packages.internetarchive: 1.8.1 -> 1.9.0 2019-12-24 15:16:39 -08:00
R. RyanTM
f08e0598b1 python37Packages.mpv: 0.3.10 -> 0.4.5 2019-12-24 15:14:42 -08:00
R. RyanTM
648b0b824f python27Packages.pyspotify: 2.0.5 -> 2.1.2 2019-12-24 15:02:29 -08:00
Fernando J Pando
7a01e9096e cudatoolkit: 10.2.89 2019-12-24 17:05:10 -05:00
Fernando J Pando
8ef6867db6 cli11: 1.8.0 remove broken test 2019-12-24 17:05:10 -05:00