Commit Graph

50918 Commits

Author SHA1 Message Date
Frederik Rietdijk
384bc1a861 Merge staging-next into staging 2020-06-15 08:29:05 +02:00
Frederik Rietdijk
59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Greg Roodt
8520ec69c6
buildkite-cli: init at 1.1.0 (#89399) 2020-06-14 17:23:26 -07:00
Maximilian Bosch
baa980c3ef
Merge pull request #88577 from evils/sway-contrib
sway-contrib: init with grimshot and inactive-windows-transparency
2020-06-15 01:04:15 +02:00
John Ericson
fd4dcae884 Merge remote-tracking branch 'upstream/nixpkgs-unstable' into staging 2020-06-14 21:46:35 +00:00
John Ericson
e97e3b8641
Merge pull request #90206 from Ericson2314/faster-release-eval
release-lib: Avoid filtering twice
2020-06-14 15:50:02 -04:00
Frederik Rietdijk
c7e89746d9
Merge pull request #90344 from dotlambda/dot2tex-python3
dot2tex: use python3
2020-06-14 19:45:21 +02:00
Benjamin Hipple
4c5c996c2b rippled: fix build after boost 1.72 upgrade
This was broken in #84182; pinning back to 1.71 fixes the build.
2020-06-14 10:34:32 -04:00
Robert Schütz
4235528685 dot2tex: use python3 2020-06-14 15:10:39 +02:00
Robert Schütz
0c30b9ef73 python.pkgs.dot2tex: enable python3 and run tests 2020-06-14 15:10:07 +02:00
Linus Heckemann
2c6fcb0499 Merge pull request #85899 2020-06-14 11:15:41 +02:00
Dmitry Kalinkin
f97f334a6c
Merge pull request #89821 from veprbl/pr/clementine_1_4_0rc1
clementine: 1.3.1 -> 1.4.0rc1, switch to Qt 5, fix build
2020-06-13 19:54:28 -04:00
Dmitry Kalinkin
fa942617bc
Merge pull request #89688 from veprbl/pr/g4py_rework
pythonPackages.geant4: init at 10.6.2
2020-06-13 19:53:17 -04:00
Evan Stoll
187a7f9073 pythonPackages.scrapy-splash: init at 0.7.2 2020-06-13 15:05:11 -07:00
Evan Stoll
0a3c9949ba pythonPackages.scrapy-deltafetch: init at 1.2.1 2020-06-13 15:05:11 -07:00
Evan Stoll
f9559836d1 pythonPackages.scrapy-fake-useragent: init at 1.2.0 2020-06-13 15:05:11 -07:00
Evan Stoll
091c2979ee pythonPackages.fake-useragent: init at 0.1.11 2020-06-13 15:05:11 -07:00
Frederik Rietdijk
2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk
1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Frederik Rietdijk
d2971d15c6
Merge pull request #89723 from NixOS/python-unstable
Python package set major updates
2020-06-13 10:41:31 +02:00
Frederik Rietdijk
818cf7827b buildPythonPackage: recompile bytecode for reproducibility
Due to a change in pip the unpacked wheels are no longer reproducible.
We recompile the bytecode to cleanup this error.
https://github.com/NixOS/nixpkgs/issues/81441
2020-06-13 10:36:28 +02:00
Samuel Dionne-Riel
c42545445a
Merge pull request #90212 from lovesegfault/rm-casper
casperjs: remove
2020-06-12 22:03:32 -04:00
Bernardo Meurer
dbf352aca1
casperjs: remove 2020-06-12 16:08:39 -07:00
John Ericson
2fc097ad74
Merge pull request #90204 from Ericson2314/fix-perl-pkg-config
perlPackages.ExtUtilsPkgConfig: Fix build
2020-06-12 18:01:43 -04:00
Ben Darwin
a6d8a12e4e python3Packages.duecredit: init at 0.8.0 2020-06-12 12:33:44 -07:00
Ben Darwin
4c2504a6bf python3Packages.citeproc-py: init at 0.5.1 2020-06-12 12:33:44 -07:00
Ben Darwin
a113aa5b6b python3Packages.rnc2rng: init at 2.6.4 2020-06-12 12:33:44 -07:00
John Ericson
2a8b8f6593 release-lib: Avoid filtering twice
We were using `supportedMatches` both when getting the list of
platforms, and before `genAttrs` the derivation for each. Now we just
filter the second time,
2020-06-12 15:23:21 -04:00
Jeremy Schlatter
a3b63dbc72 python3Packages.iterm2: init at 1.14 2020-06-12 11:58:19 -07:00
Doron Behar
8e1dcea3d5 ffmpeg: default to ffmpeg_4 2020-06-12 11:55:31 -07:00
John Ericson
41dc003692 perlPackages.ExtUtilsPkgConfig: Fix build
Fixes #90084
2020-06-12 18:22:37 +00:00
Jan Tojnar
3e9434457f
Merge pull request #89408 from jpotier/add-libucl 2020-06-12 16:22:40 +02:00
Mario Rodas
80643891c0
Merge pull request #90181 from martinbaillie/terraform-language-server
terraform-ls: init at 0.3.2
2020-06-12 08:18:35 -05:00
Profpatsch
91340aeea8 gitit: init at 0.13.0.0
This was broken in `haskellPackages` for a long time, but it’s back!

Time to give it a place in the toplevel and a prope) treatment:

* Semi-static binary
* Remove all references to `Paths_` modules of dependencies
* gitit tries very hard to have a runtime dependency on GHC, disable
  that by default.

Also added myself as a maintainer, let’s try to keep this working from
now on.

Fixes https://github.com/NixOS/nixpkgs/issues/32377
2020-06-12 13:21:34 +02:00
Martin Baillie
66dcfc613e
terraform-ls: init at 0.3.2
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-06-12 20:35:06 +10:00
Frederik Rietdijk
febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Graham Christensen
80b39add79
Merge pull request #90095 from mgdm/add-rtl-ais
rtl-ais: init at 0.8.1
2020-06-11 16:15:04 -04:00
Jan Tojnar
e7e68b2d8a
Merge pull request #89545 from magnetophon/lv2_1_18_0 2020-06-11 21:50:05 +02:00
Robert Schütz
45f21f7c84
setzer: init at 0.2.8 (#90047) 2020-06-11 19:49:48 +02:00
Bart Brouns
0e90984ff0 faust: unstable-2020-03-20 -> unstable-2020-06-08 2020-06-11 19:26:56 +02:00
Matthew Bauer
0daaed8730 Revert "Merge pull request #89726 from doronbehar/ruby-gcc-ref"
This reverts commit 6590c33850, reversing
changes made to d659f968ba.
2020-06-11 12:05:14 -05:00
WilliButz
efd8f66119
Merge pull request #89449 from mmilata/lnd-exporter
nixos/prometheus-lnd-exporter: init
2020-06-11 18:53:54 +02:00
adisbladis
9de29f6dd7
aliases: Remove lib.warn call
It makes ofborg evaluation fail.
2020-06-11 18:48:42 +02:00
Martin Milata
0a5eab2692 prometheus-lnd-exporter: init at unstable-2020-01-09 2020-06-11 18:22:53 +02:00
Matthew Bauer
6590c33850
Merge pull request #89726 from doronbehar/ruby-gcc-ref
rubyMinimal: don't reference stdenv.cc
2020-06-11 11:01:39 -05:00
Doron Behar
7be315a842 mpv-with-scripts: revive in aliases along with a warning
To prevent a breaking change while providing fully backwards compatible
interface to mpv-with-scripts, this replaces the harsh error using
`mpv-with-scripts` had.
2020-06-11 17:18:23 +02:00
WilliButz
016a538f71
Merge pull request #89810 from mdlayher/mdl-keylight-exporter
prometheus-keylight-exporter: init at 0.1.1
2020-06-11 15:14:17 +02:00
Frederik Rietdijk
df412d462f mitmproxy: keep using python37 until asynctest is fixed 2020-06-11 12:47:11 +02:00
Frederik Rietdijk
06ef649346 mitmproxy: keep using python37 until asynctest is fixed 2020-06-11 12:46:16 +02:00
Frederik Rietdijk
0b292e7ee3 python2.pkgs.sympy: keep 1.5.1 for python2 for sage 2020-06-11 12:13:11 +02:00