3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

309871 commits

Author SHA1 Message Date
Sandro ca76f31025
Merge pull request #134668 from figsoda/taplo-cli-main-program
taplo-cli: add meta.mainProgram
2021-08-18 23:19:15 +02:00
Sandro e6e070713f
Merge pull request #134669 from figsoda/luaformatter-add-mainProgram
luaformatter: add meta.mainProgram
2021-08-18 23:15:08 +02:00
Sandro a9a09e6178
Merge pull request #134707 from Chili-Man/terraform_1.0.5
terraform_1_0: 1.0.4 -> 1.0.5
2021-08-18 23:10:40 +02:00
Sandro 74c7c1c196
Merge pull request #134709 from fabaff/fix-nplusone
python3Packages.nplusone: fix build
2021-08-18 23:09:37 +02:00
Sandro 38caa4c26b
Merge pull request #134675 from tpwrules/gym-0.19.0
python3Packages.gym: 0.18.3 -> 0.19.0
2021-08-18 23:09:07 +02:00
Sandro add43f713a
Merge pull request #134710 from lovesegfault/linux_xanmod-5.13.12
linux_xanmod: 5.13.11 -> 5.13.12
2021-08-18 23:07:45 +02:00
Sandro c49031afe9
Merge pull request #134666 from buckley310/pm
postman: 8.4.0 -> 8.10.0
2021-08-18 23:03:14 +02:00
Sandro 804c2669c9
Merge pull request #134684 from nagy/zathura-mupdf
zathura-pdf-mupdf: 0.3.6 -> 0.3.7
2021-08-18 23:01:27 +02:00
Sandro a97598d2a8
Merge pull request #134674 from fabaff/fix-softlayer 2021-08-18 23:00:47 +02:00
Sandro 1ebe77507a
Merge pull request #134680 from happysalada/aws_c_common_disable_flaky_test
aws-c-common: disable flaky test
2021-08-18 22:59:25 +02:00
Sandro a29e9164f7
Merge pull request #134611 from fabaff/bump-slack-sdk
python3Packages.slack-sdk: 3.9.0 -> 3.9.1
2021-08-18 22:57:39 +02:00
Bernardo Meurer f38c807c61
linux_xanmod: 5.13.11 -> 5.13.12 2021-08-18 13:41:14 -07:00
Fabian Affolter 98b571b8ea python3Packages.nplusone: fix build 2021-08-18 22:34:16 +02:00
Vladimír Čunát 7c38b03f74
Merge #131928: branch 'staging-next' 2021-08-18 22:23:15 +02:00
Diego Rodriguez 5a2fd66948
terraform_1_0: 1.0.4 -> 1.0.5 # 2021-08-18 14:22:19 -06:00
R. RyanTM bbc3fbf67c python38Packages.webdavclient3: 3.14.5 -> 3.14.6 2021-08-18 13:18:00 -07:00
Sandro e5415f2538
Merge pull request #134697 from bbigras/anytype
anytype: init at 0.18.59
2021-08-18 22:17:02 +02:00
R. RyanTM 560a55a735 python38Packages.jellyfish: 0.8.2 -> 0.8.8 2021-08-18 13:14:20 -07:00
R. RyanTM cd94f4b26b python38Packages.micawber: 0.5.3 -> 0.5.4 2021-08-18 13:14:12 -07:00
Fabian Affolter 893473a318 python3Packages.ujson: enable tests 2021-08-18 13:11:35 -07:00
Fabian Affolter 7fc097dab8 python3Packages.ujson: 4.0.2 -> 4.1.0 2021-08-18 13:11:35 -07:00
Alyssa Ross 6e6c8b7338 s6-rc: fix cross builds that run s6-rc-compile
The reason for this change is explained in the long comment I added.

Here's a simple example of the problem:

	let
	  pkgs = import <nixpkgs> { crossSystem.system = "aarch64-linux"; };
	in

	pkgs.callPackage ({ stdenv, s6-rc }: stdenv.mkDerivation {
	  name = "s6-rc-compiled";

	  nativeBuildInputs = [ s6-rc ];

	  buildCommand = ''
	    mkdir in
	    s6-rc-compile $out in
	  '';
	}) {}

We're cross compiling for aarch64 here, so we'd expect the scripts
generated by this derivation to be things we could run on aarch64.
But when I build this on my x86_64 machine, without this change
applied, $out/servicedirs/s6rc-oneshot-runner/run gets generated full
of references to x86_64 non-cross store paths for execline, s6, and
s6-rc.

With this change applied, the scripts generated by the above
expression now refer to the cross-compiled aarch64 store paths for
execline, s6, and s6-rc.
2021-08-18 20:09:19 +00:00
Sandro 158d92cbb2
Merge pull request #134683 from alyssais/s6-rc 2021-08-18 22:08:51 +02:00
Sandro cb2871a6cf
Merge pull request #134689 from fabaff/bump-versioneer 2021-08-18 21:48:00 +02:00
Sandro ef86d4bf65
Merge pull request #134691 from bachp/openapi-core-mock
python3Packages.openapi-core: add missing mock dependency
2021-08-18 21:40:41 +02:00
Bruno Bigras 385b85ef36 anytype: init at 0.18.59 2021-08-18 15:39:15 -04:00
Martin Weinelt 6b029eba84
Merge pull request #134685 from r-ryantm/auto-update/python3.8-pygit2
python38Packages.pygit2: 1.6.0 -> 1.6.1
2021-08-18 21:13:42 +02:00
Martin Weinelt c808ab8b3d
Merge pull request #134688 from r-ryantm/auto-update/python3.8-pyscreenshot
python38Packages.pyscreenshot: 2.3 -> 3.0
2021-08-18 21:04:19 +02:00
Martin Weinelt e130bfeddd
Merge pull request #134681 from Kloenk/fix-moodle 2021-08-18 21:02:29 +02:00
Martin Weinelt d4f5bd1cd3
Merge pull request #134687 from r-ryantm/auto-update/python3.8-pyro-ppl
python38Packages.pyro-ppl: 1.6.0 -> 1.7.0
2021-08-18 20:58:41 +02:00
Pascal Bach 9f85f9201a pythonPackages3.openapi-core: add missing mock dependency
Without the mock packages the tests fail.

Closes #134632
2021-08-18 20:54:20 +02:00
Fabian Affolter 2f9cbba251 python3Packages.versioneer: add pythonImportsCheck 2021-08-18 20:53:40 +02:00
Fabian Affolter 656343a753 python3Packages.versioneer: 0.19 -> 0.20 2021-08-18 20:44:14 +02:00
R. RyanTM 9fc4bf504c python38Packages.pyscreenshot: 2.3 -> 3.0 2021-08-18 18:16:19 +00:00
R. RyanTM 755bda4230 python38Packages.pyro-ppl: 1.6.0 -> 1.7.0 2021-08-18 18:11:55 +00:00
github-actions[bot] 57cedea2a2
Merge master into staging-next 2021-08-18 18:01:03 +00:00
Daniel Nagy 896be09342
zathura-pdf-mupdf: 0.3.6 -> 0.3.7 2021-08-18 19:39:11 +02:00
Alyssa Ross 1f099b87f9
s6-rc: broaden platforms 2021-08-18 17:33:31 +00:00
Ryan Mulligan 34142f1d9a
Merge pull request #134595 from r-ryantm/auto-update/stern
stern: 1.19.0 -> 1.20.0
2021-08-18 10:27:19 -07:00
R. RyanTM 4a2482b353 python38Packages.pygit2: 1.6.0 -> 1.6.1 2021-08-18 17:16:06 +00:00
Finn Behrens c93e318747 moodle: update to 3.11.2 2021-08-18 19:12:43 +02:00
happysalada dcaab31c8d aws-c-common: disable flaky test 2021-08-19 02:11:52 +09:00
Finn Behrens cc927c650b nixos/moodle: revert to php74 for xmlrpc extension 2021-08-18 19:05:48 +02:00
Ryan Mulligan d66e050644
Merge pull request #134422 from r-ryantm/auto-update/osu-lazer
osu-lazer: 2021.720.0 -> 2021.815.0
2021-08-18 09:53:29 -07:00
Fabian Affolter 15d4912e50 python3Packages.softlayer: cleanup 2021-08-18 18:50:44 +02:00
Thomas 0457e3dbd1 python3Packages.gym: 0.18.3 -> 0.19.0 2021-08-18 11:37:39 -05:00
Fabian Affolter b3bf4ccae1 python3Packages.softlayer: 5.8.4 -> 5.9.7 2021-08-18 18:27:37 +02:00
figsoda 7849715e22 luaformatter: add meta.mainProgram 2021-08-18 12:21:17 -04:00
figsoda 1c2c9ea158 taplo-cli: add meta.mainProgram 2021-08-18 12:14:46 -04:00
R. RyanTM aa045621af python38Packages.ipyvuetify: 1.7.0 -> 1.8.1 2021-08-18 08:32:33 -07:00