Jan Tojnar
e75c71869d
polkit: Don't build elogind on non-Linux. ( #73837 )
...
polkit: Don't build elogind on non-Linux.
2019-11-21 00:04:21 +01:00
Niklas Hambüchen
504199e48a
polkit: Don't build elogind on non-Linux.
...
In #72057 I added support for elogind when systemd is not supported,
but it occurred to me that it probably doens't make sense to have
either of systemd or elogind on Darwin.
2019-11-20 23:23:46 +01:00
Roman Volosatovs
6db9f40641
gotools: 2019-09-05 -> 2019-11-14
2019-11-20 23:12:57 +01:00
Jan Tojnar
d1f7fee20a
libwmf: split outputs
...
The pc file depends on freetype.dev so we would rather not have it in out.
2019-11-20 22:57:53 +01:00
Oleksii Filonenko
86a760948b
hyphen: init at 2.8.8
...
Related to #60005 .
2019-11-20 22:53:00 +01:00
Markus Kowalewski
8419bb2a20
scalapack: 2.0.2 -> 2.1
2019-11-20 22:44:33 +01:00
Gabriel Ebner
c5860fccf7
libheif: 1.5.0 → 1.6.0 ( #73833 )
...
libheif: 1.5.0 → 1.6.0
2019-11-20 22:43:48 +01:00
Jan Tojnar
e7566ebf82
libheif: 1.5.0 → 1.6.0
...
https://github.com/strukturag/libheif/releases/tag/v1.6.0
Fixes crashes in gimp file-heif plug-in:
https://gitlab.gnome.org/GNOME/gimp/issues/4185
Also split outputs since manpage was added.
2019-11-20 22:18:07 +01:00
Domen Kožar
7217090464
ghc: compile with DWARF support by default
...
This allows our GHCs to build programs with DWARF debug information
when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF .
Compiling with debug symbols is off by default until GHC ticket
https://gitlab.haskell.org/ghc/ghc/issues/15960
(Using -g causes differences in generated core) is fixed.
2019-11-20 15:35:25 +01:00
Martin Weinelt
2bb4191613
Ansible: Fix connection plugins and add support for NETCONF ( #72370 )
...
* ansible: Fix use of connection plugins
Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.
Fixes #71342
* ansible: Add ncclient to support NETCONF connections
* ansible: Some cleanups
- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
2019-11-20 14:55:07 +01:00
José Luis Lafuente
1c17da33f4
clj-kondo: 2019.11.03 -> 2019.11.07
2019-11-20 14:42:20 +01:00
Vladimír Čunát
39ecc2db19
Merge #73797 : ldns: 1.7.0 -> 1.7.1
2019-11-20 13:34:09 +01:00
Jan Tojnar
1243424d56
zeitgeist: fix build with gettext 0.20
2019-11-20 12:22:19 +01:00
Jan Tojnar
30d8f65330
zeitgeist: format with nixpkgs-fmt
2019-11-20 12:21:53 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
Frederik Rietdijk
13bab298fc
kdeFrameworks: provide a default hookName
2019-11-20 09:58:26 +01:00
Frederik Rietdijk
648152fdbb
python39: init at 3.9.0a1
...
It's a year until the final release but this will give a chance to test
out certain features and how it integrates with other packages.
https://www.python.org/dev/peps/pep-0596/
2019-11-20 09:42:27 +01:00
Dennis Gosnell
5ccbcf2ea5
Merge pull request #73801 from endgame/callHackageDirect-docstring
...
callHackageDirect: correct type signature
2019-11-20 17:29:21 +09:00
Daniel Schaefer
09f9bcd19c
Merge pull request #67749 from markuskowa/upd-targetcli
...
targetcli: 2.1.fb49 -> 2.1.51
2019-11-20 08:28:19 +01:00
Jack Kelly
9f41d8a9d0
callHackageDirect: correct type signature
2019-11-20 16:36:33 +10:00
Jan Tojnar
2a85ee83b2
guile: fix unbound variable in setup-hook
...
For compat with set -u
2019-11-20 05:12:13 +01:00
Jan Tojnar
ae465621ff
pythonPackages.pipBuildHook: fix unbound variable
...
for compatibility with set -u
2019-11-20 05:06:51 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level
2019-11-20 04:58:00 +01:00
Jan Tojnar
4fb168176a
python3.pkgs.pydrive: init at 1.3.0
2019-11-20 04:57:59 +01:00
Jan Tojnar
52e9198719
python2.pkgs.google-auth-httplib2: disable tests
...
============================= test session starts ==============================
platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0
rootdir: /build/google-auth-httplib2-0.0.3
plugins: localserver-0.5.0
collected 0 items / 1 errors
==================================== ERRORS ====================================
_____________ ERROR collecting tests/test_google_auth_httplib2.py ______________
ImportError while importing test module '/build/google-auth-httplib2-0.0.3/tests/test_google_auth_httplib2.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_google_auth_httplib2.py:20: in <module>
import google_auth_httplib2
google_auth_httplib2.py:21: in <module>
from google.auth import exceptions
E ImportError: No module named google.auth
2019-11-20 04:57:59 +01:00
Jan Tojnar
7adf662696
python3.pkgs.babelgladeextractor: init at 0.6.0
2019-11-20 04:57:57 +01:00
Will Dietz
d9c19f4aa6
ldns: add myself as maintainer! :)
2019-11-19 21:53:11 -06:00
Will Dietz
dc9e2c38e5
ldns: 1.7.0 -> 1.7.1
...
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/
* examples no longer can be configured separately,
so build everything we want in a single go
and sort into the appropriate outputs after.
* libtool file doesn't seem to reference openssl at all
so nothing to patch up there as we did previously.
2019-11-19 21:51:05 -06:00
Jan Tojnar
7429f5fe9b
dleyna-core: fix setup hook
...
For compatibility with set -u.
2019-11-20 03:57:43 +01:00
Jan Tojnar
44083d9999
SDL: fix setup hook
...
SDL_LIB_PATH needs to contain -L
2019-11-20 03:44:14 +01:00
Kirill Elagin
2e79c2d969
android: Install platform-tools binaries on all OSes
2019-11-19 22:29:21 +01:00
R. RyanTM
1b53f78ef5
libsearpc: 3.1.0 -> 3.2.0
2019-11-19 20:50:11 +01:00
Dmitry Kalinkin
3ff236097b
fastjet-contrib: init at 1.042
2019-11-19 09:38:06 -08:00
Jonathan Ringer
542af6df87
conan: 1.12.0 -> 1.12.3
...
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Mario Rodas
68e1a78368
nodejs-12_x: 12.13.0 -> 12.13.1
...
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
2019-11-19 09:00:29 -08:00
Matthieu Coudron
56b5f663cc
python3Packages.cmd2: 0.19.0 -> 0.20.0
2019-11-19 07:43:49 -08:00
Jonathan Ringer
6a983b61d4
elasticsearch-curator: move out of python-packages
...
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Frederik Rietdijk
34715da5dc
pyditz: make python.pkgs.cerberus11 private to it.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk
9c52da0e0c
Revert "python: Cerberus: 1.1 -> 1.3.1"
...
This package was pinned at 1.1.
This reverts commit a2614154b1
.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Ben Darwin
e3e3bd61f8
pythonPackages.gpyopt: provide setuptools at runtime, needed by the package
2019-11-18 20:08:13 -08:00
Mario Rodas
93be69d42f
Merge pull request #73473 from bcdarwin/gpyopt
...
pythonPackages.gpyopt: init at unstable-2019-09-25
2019-11-18 21:57:38 -05:00
Dennis Gosnell
5f3b21f7b0
Merge pull request #73693 from toonn/drop-alex-patch
...
alex: drop patch
2019-11-19 09:34:44 +09:00
Mario Rodas
f7076d3726
Merge pull request #73583 from marsam/add-pack
...
buildpack: init at 0.5.0
2019-11-18 19:32:09 -05:00
Renaud
5411dbda33
Merge pull request #71710 from bcdarwin/fix-elastix
...
elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
2019-11-18 23:23:16 +01:00
Daiderd Jordan
f89fff0154
Merge pull request #73457 from cw789/erlang_update
...
erlangR22: 22.0.4 -> 22.1.7
2019-11-18 23:17:44 +01:00
Tom Hall
801e8b4d72
Allow ffmpeg attributes to be overridden
...
Switch the order in which the version-specific attributes are combined
with args. Otherwise, if args such as 'branch' are overridden by an
overlay or other derivation, the new value is replaced with the
original when the sets are combined with //.
2019-11-18 23:13:59 +01:00
Jonathan Ringer
60e1709bae
python3Packages.cliff: fix build and add tests
2019-11-18 12:50:48 -08:00
mhaselsteiner
263ee30a70
python: wrf-python : 1.3.1.1 -> 1.3.2
2019-11-18 12:39:51 -08:00
Timo Kaufmann
d17a25d190
Merge pull request #73448 from cw789/elixir_update
...
elixir_1_9: 1.9.2 -> 1.9.4
2019-11-18 21:30:10 +01:00
Ben Darwin
b618730708
elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
2019-11-18 13:29:02 -05:00
toonn
64c5eda317
alex: drop patch
...
simonmar/alex#140 was merged and the patch has been applied in alex
version 3.2.5 so the build is broken trying to re-apply the patch.
2019-11-18 17:04:41 +01:00
Florian Klink
93f5c85d66
Merge pull request #73074 from obsidiansystems/python3-airflow
...
python3Packages.apache-airflow init 1.10.5
2019-11-18 14:28:40 +01:00
markuskowa
7d728faea5
Merge pull request #73227 from markuskowa/fix-mkl
...
mkl: add scalapack libraries to output
2019-11-18 10:46:33 +01:00
Peter Simons
c95664665d
obs-studio: package the missing ndi library to make the obs-ndi plug-in actually work
2019-11-18 10:18:04 +01:00
Markus Kowalewski
d817a49faa
mkl: add scalapack libraries to output
2019-11-18 09:05:03 +01:00
Ariel
7af3a955c9
apache-airflow: 1.10.3 -> 1.10.5, enable python
...
Includes misc fixes suggested during the PR process.
2019-11-17 21:44:15 -05:00
Pascal Hertleif
e89c1c704f
cargo-fuzz: 0.5.3 -> 0.5.4
2019-11-17 17:06:27 -08:00
Ryan Mulligan
6160a5f771
Merge pull request #73479 from cko/coredumper
...
coredumper: remove
2019-11-17 13:37:17 -08:00
Ivan Kozik
106d4049cd
quickjs: init at 2019-10-27 ( #73515 )
2019-11-17 13:35:29 -08:00
Ryan Mulligan
7bcebc60ac
Merge pull request #73542 from cko/missing_descriptions4
...
pkgs/development/libraries: Add missing descriptions and homepages
2019-11-17 13:28:49 -08:00
Mario Rodas
d3df05e61d
buildpack: init at 0.5.0
2019-11-17 16:20:00 -05:00
John Ericson
ef43c5f5d9
wrap-qt-apps-hook: qtWrapperArgs
may be undefined
2019-11-17 15:48:39 -05:00
Ryan Mulligan
b73a601e84
Merge pull request #73541 from marsam/update-flow
...
flow: 0.111.3 -> 0.112.0
2019-11-17 11:41:53 -08:00
Ryan Mulligan
88ed6b2674
Merge pull request #73575 from minijackson/init-async
...
async: init at 0.1.1
2019-11-17 11:40:18 -08:00
Christine Koppelt
813346b619
word2vec: fix build
2019-11-17 11:22:08 -08:00
Mario Rodas
1f11326e02
tflint: 0.12.1 -> 0.13.1
...
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.1
2019-11-17 11:21:37 -08:00
Ryan Mulligan
f0d170bb49
Merge pull request #73573 from risicle/ris-libextractor-CVE-2019-15531
...
libextractor: add patch for CVE-2019-15531
2019-11-17 10:22:46 -08:00
Minijackson
9cf2d91282
async: init at 0.1.1
2019-11-17 19:21:07 +01:00
Markus Kowalewski
688e9f1019
mpich: 3.3.2 -> 3.3.3
2019-11-17 17:24:06 +01:00
Robert Scott
593def2396
libextractor: add patch for CVE-2019-15531
2019-11-17 16:12:50 +00:00
Markus Kowalewski
1b9b0dd77c
pythonPackages.rtslib: 2.1.70 -> 2.1.71
2019-11-17 16:50:57 +01:00
Markus Kowalewski
2c067b46ad
pythonPackages.configshell: 1.1.26 -> 1.1.27
2019-11-17 16:50:57 +01:00
markuskowa
e1e381f02f
Merge pull request #73554 from markuskowa/upd-codec2
...
codec2: 0.8.0 -> 0.9.2
2019-11-17 16:43:45 +01:00
Thomas Depierre
8de4654d4b
beam-modules/hex-snapshot: remove
...
The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
2019-11-17 13:45:57 +01:00
Markus Kowalewski
2eed11e703
codec2: 0.8.0 -> 0.9.2
...
* pull sources from GitHub instead of SVN
2019-11-17 13:27:48 +01:00
Jörg Thalheim
f3759a61cb
clang-tools: teach about nix's include path ( #73345 )
...
clang-tools: teach about nix's include path
2019-11-17 10:37:36 +00:00
Christine Koppelt
96476e6b2a
pkgs/development/libraries: add missing descriptions and homepages
...
(#73312 )
2019-11-17 10:41:21 +01:00
Frederik Rietdijk
3864800226
Merge master into staging-next
2019-11-17 10:31:52 +01:00
Christine Koppelt
3aa0d776a1
pkgs/development/libraries: Add missing descriptions and homepages
2019-11-17 09:43:55 +01:00
tilpner
08eb8dc3eb
python3Packages.matrix-nio: init at 0.6
2019-11-16 23:06:50 -08:00
tilpner
58a4eccf00
python3Packages.python-olm: init at (automatic) 3.1.4
2019-11-16 23:06:50 -08:00
tilpner
58e573d358
olm: 3.0.0 -> 3.1.4
2019-11-16 23:06:50 -08:00
Doron Behar
430b7b24d4
pynvim: 0.3.2 -> 0.4.0
2019-11-16 23:00:44 -08:00
Leon Isenberg
ac4b42434a
poetry: add lockfile dep
...
Fixes build.
2019-11-16 22:41:13 -08:00
Mario Rodas
44c5e3da45
flow: 0.111.3 -> 0.112.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.112.0
2019-11-17 00:00:00 -05:00
Renaud
c19ab4587e
rucksack: restrict to x86 linux platforms
2019-11-16 19:11:21 +01:00
Renaud
57a19cb5b6
qcdnum: fix build
...
It was failing on Hydra with:
ld: cannot find -lz
2019-11-16 18:42:04 +01:00
Renaud
af6ffdaacb
apfel: fix build
...
Was failing on Hydra with:
ld: cannot find -lz
2019-11-16 18:40:10 +01:00
Vladimír Čunát
908f6240d8
Merge #72958 : libexif: fix CVE-2018-20030
2019-11-16 18:26:13 +01:00
Vladimír Čunát
233f36303b
libexif: convert to fetchpatch
2019-11-16 18:22:59 +01:00
Jörg Thalheim
26a4ff8370
Merge pull request #73492 from c0bw3b/fix/alioth
...
Treewide: replace last refs to alioth.debian.org
2019-11-16 15:02:14 +00:00
Renaud
bc77ec7e56
gaia: restrict to X86 platforms
...
ARM Hydra build keeps failing
2019-11-16 15:14:24 +01:00
Jamey Sharp
5d1c9cebd6
deployAndroidPackage: prefer local builds
...
These derivations just unzip something and maybe do a little patching,
so there's no benefit to sending the zip file off to a build server and
then downloading the unzipped results again.
2019-11-16 14:37:47 +01:00
xrelkd
0b21ea6d04
cargo-bloat: 0.9.0 -> 0.9.1
2019-11-16 12:03:51 +01:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
Vincent Laporte
17e0d73278
ocamlPackages.facile: 1.1.3 → 1.1.4
2019-11-16 10:36:34 +00:00
c0bw3b
d811bb1dcb
Treewide: replace last refs to alioth.debian.org
...
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
2019-11-16 11:32:05 +01:00
Daniel Schaefer
d0aec3b1d4
jitterentropy: Find strip when crosscompiling
2019-11-16 11:22:38 +01:00
Renaud
1459e57db1
rfc-bibtex: fix homepage url
...
Incorrect schema: "ttps://" -> "https://"
2019-11-16 09:51:54 +01:00