3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

229083 commits

Author SHA1 Message Date
Domen Kožar d020ee07cd
patchelf: 0.9 -> 0.11 2020-06-09 17:36:57 +02:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
Florian Klink b56c66e7e8
Merge pull request #89762 from nlewo/nextcloud-oc_pass
nixos/nextcloud: preserve OC_PASS env variable in the occ wrapper
2020-06-08 10:57:49 +02:00
Florian Klink 3590f02e7d
Merge pull request #88574 from JJJollyjim/qemu-vm-qboot-opt
nixos/qemu-vm: add option to use qboot
2020-06-08 10:46:11 +02:00
Mario Rodas 657f4927eb dune_2: 2.5.1 -> 2.6.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.0
2020-06-08 10:45:02 +02:00
markuskowa 9ebc144034
Merge pull request #89740 from markuskowa/fix-moosefs
moosefs: fix datapath for mfscgiserv
2020-06-08 09:48:16 +02:00
Linus Heckemann 8ef0ed1dd3
Merge pull request #89538 from WilliButz/update/atlassian-crowd/4.0.2
atlassian-crowd: 3.4.5 -> 4.0.2
2020-06-08 09:38:31 +02:00
R. RyanTM 5f7d9d0985
poco: 1.9.4 -> 1.10.1 (#80665) 2020-06-08 09:10:06 +02:00
Lassulus 1701285f18
Merge pull request #88933 from knl/bump-1password-to-1.0.0
1password: 0.10.0 -> 1.0.0
2020-06-08 09:06:19 +02:00
Frederik Rietdijk 5f47c36752
Merge pull request #89607 from danieldk/pep-517-shellhook-fix
pythonPackages.pipBuildHook: do not build in an isolated environment
2020-06-08 08:41:26 +02:00
John Ericson b668fe8796
Merge pull request #89582 from input-output-hk/fix-rust-cross
rust: fix rust cross-compile
2020-06-08 00:48:49 -04:00
Moritz Angermann f2a33e4486
Update configure-flags.nix 2020-06-08 12:43:58 +08:00
Moritz Angermann 58ffaee5d7
Update configure-flags.nix 2020-06-08 12:40:38 +08:00
hyperfekt 5ac6f222fa nym: 0.6.0 -> 0.7.0 2020-06-08 10:05:00 +05:30
hyperfekt 0a8fb89fca rustPlatform: fix cross-compiling by using native diff 2020-06-08 10:05:00 +05:30
Vladimír Čunát b59847b848
systemd: avoid rebuild from the parent commit for now
Otherwise we'd be delaying this staging-next cycle noticeably.
2020-06-08 06:28:58 +02:00
Mario Rodas 92c3267ad4
Merge pull request #89747 from alexarice/styx-update
styx: 0.7.1 -> 0.7.2
2020-06-07 19:51:50 -05:00
Mario Rodas e3a86263ad
Merge pull request #89764 from geistesk/watson-1.9.0
watson: 1.8.0 -> 1.9.0
2020-06-07 19:50:15 -05:00
Mario Rodas 524e24c9ff
Merge pull request #89706 from marsam/init-go-toml
go-toml: init at 1.8.0
2020-06-07 19:30:25 -05:00
John Ericson a239864fc6 systemd: Fix cross build
This was very similar to the Mesa issues fixed in
62e6d73a09870174a891d2a8d29a38e62b05efd5: the user-written code is
looking up an unprefixed binutils program.

[I think we should have a way in Meson of specifying a program prefix in
the cross / native files, as a fallback for any program that isn't
explicitly specified. This could both be availible for user written
rules, and help with the default rules.]

Fixes https://github.com/NixOS/mobile-nixos/issues/161
2020-06-08 00:29:51 +00:00
Mario Rodas f0870fc119
Merge pull request #89739 from zowoq/editorconfig-checker
editorconfig-checker: 2.0.4 -> 2.1.0
2020-06-07 19:25:52 -05:00
Mario Rodas 46e172ecd9
Merge pull request #89771 from Atemu/jc-update
jc: 1.11.1 -> 1.11.2
2020-06-07 19:24:30 -05:00
Mario Rodas 6f128c37bb
Merge pull request #89749 from marsam/init-git-subset
gitAndTools.git-subset: init at 0.1.1
2020-06-07 19:22:51 -05:00
Jamie McClymont 55912f3535 nixos/qemu-vm: add option to use a non-standard BIOS
I'd like to change the default on x86 platforms to qboot at some point, since it
saves a fair bit of startup time.
2020-06-08 11:21:53 +12:00
Ryan Mulligan d0abc5d54f
Merge pull request #89597 from r-ryantm/auto-update/cq-editor
cq-editor: 0.1RC2 -> 0.1.1
2020-06-07 15:39:19 -07:00
Ryan Mulligan 38b720e653
Merge pull request #89667 from r-ryantm/auto-update/picard-tools
picard-tools: 2.22.8 -> 2.22.9
2020-06-07 15:38:23 -07:00
Maximilian Bosch 7d3dd35e42
Merge pull request #89617 from omniitgmbh/graylog_3.3.0_with_plugins
graylog: 3.2.5 -> 3.3.0 (+ plugins)
2020-06-08 00:10:44 +02:00
davlum a554e12833
idris2: fix build on macOS (#89548)
The idris2 Makefile tries to use different versions of sed depending on
the OS, but nix always uses the same version. Because the version of
sed that is expected on macOS doesn't exist in the nix environment, the
build fails. Setting the OS to empty string resolves the issue.
2020-06-07 18:06:35 -04:00
Atemu 2372dc5422 jc: 1.11.1 -> 1.11.2 2020-06-08 00:03:35 +02:00
Anderson Torres 53780e7944
Merge pull request #89603 from AndersonTorres/update-tiny8086
tiny8086: update source and build script
2020-06-07 19:01:32 -03:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Maximilian Bosch 1ea60ca783
Merge pull request #89680 from mweinelt/borgbackup
borgbackup: 1.1.11 -> 1.1.13
2020-06-07 23:06:35 +02:00
Marek Mahut 458919e9fe
Merge pull request #89768 from 1000101/ninvaders
ninvaders: init at 0.1.2
2020-06-07 22:53:45 +02:00
Jörg Thalheim eadcec4988
Merge pull request #89742 from lblasc/rls-std-completion-fix 2020-06-07 21:39:00 +01:00
Maximilian Bosch c0571a0462
Merge pull request #89684 from r-ryantm/auto-update/sbt
sbt: 1.3.10 -> 1.3.12
2020-06-07 22:27:57 +02:00
1000101 c8d679a141 ninvaders: init at 0.1.2 2020-06-07 22:24:36 +02:00
Maximilian Bosch 09b137a057
Merge pull request #89587 from r-ryantm/auto-update/bitwarden_rs
bitwarden_rs: 1.14.2 -> 1.15.0
2020-06-07 21:21:06 +02:00
Florian Klink 495cf5fd17
Merge pull request #89565 from jsravn/enable-chromium-rtc-use-pipewire
chromium: add rtc_use_pipewire
2020-06-07 21:13:28 +02:00
geistesk 1e3559fe19 watson: 1.8.0 -> 1.9.0
The src was switched to GitHub because PyPi does not contain all the
necessary test artefacts. Furthermore, a custom patch to support the
latest arrow version was added.
2020-06-07 21:12:21 +02:00
Antoine Eiche cb682317b0 nixos/nextcloud: preserve OC_PASS env variable in the occ wrapper
The OC_PASS environment variable can be used to create a user with
`occ user:add --password-from-env`. It is currently not possible to
use the `nextcloud-occ` to "non-interactively" create a user since
this variable is ignored by sudo.
2020-06-07 20:47:11 +02:00
worldofpeace d508591039
Merge pull request #86163 from worldofpeace/wallpaper-refactor
Gnome and Pantheon: install nixos wallpapers
2020-06-07 14:44:59 -04:00
Carles Pagès 1059cdab38
Merge pull request #88519 from karolchmist/sdl2-add-optional-dont-disable-static
SDL2: Add withStatic option
2020-06-07 20:22:31 +02:00
worldofpeace 131028cd50
Merge pull request #89613 from flokli/pipewire_0_2_version
pipewire_0_2: move from 2.nix to 0.2.nix
2020-06-07 14:19:54 -04:00
Nikola Knezevic 00ec55d043 1password: 0.10.0 -> 1.0.0 2020-06-07 20:16:45 +02:00
Marek Mahut 9ed9140cc6
Merge pull request #86230 from prusnak/electron-cleanup
electron_3: refactor
2020-06-07 20:07:10 +02:00
Frederik Rietdijk e1efaad932 home-assistant: use python37 because of aiohttp 2020-06-07 19:24:44 +02:00
Frederik Rietdijk 1deac026fe azure-cli: use python37 because of aiohttp 2020-06-07 19:24:44 +02:00
El-Hussein Abdelraouf 148bf83cee
vscode: add %U to exec command of the desktop item (#88623) 2020-06-07 13:15:24 -04:00
Marek Mahut 7b9d7cc05d
Merge pull request #85947 from prusnak/images-zstd
Use zstd for ISO and SD images
2020-06-07 19:09:43 +02:00