Commit Graph

223243 Commits

Author SHA1 Message Date
Daniel Fullmer
301ede4157 hcxdumptool: fix incorrect pname 2020-04-27 16:22:25 -04:00
Jan Tojnar
61a2045c9a
pulseeffects: fix build
Meson 0.54 is no longer able to find Boost:

See https://github.com/NixOS/nixpkgs/issues/86131
2020-04-27 22:19:14 +02:00
Matthew Bauer
712026ead1
Merge pull request #85246 from matthewbauer/use-system-libraries-for-grpcio
python.pkgs.grpcio: use system openssl, zlib, and c-ares
2020-04-27 14:46:03 -05:00
Simonas Kazlauskas
dde3e8edf4 nix-prefetch-docker: Add jq into path
Otheriwse running the tool fails with

    line 41: jq: command not found
2020-04-27 22:21:55 +03:00
worldofpeace
a7ca287ecb nixos/qemu-vm: don't set -vga std
This has been default since QEMU 2.2, it also prevents using a different
-vga
2020-04-27 20:04:03 +02:00
Frederik Rietdijk
16f031e8e7
Merge pull request #86139 from NixOS/staging-next
Staging next
2020-04-27 19:35:17 +02:00
Cole Helbling
a43ae05369
fish: 3.1.0 -> 3.1.1
https://github.com/fish-shell/fish-shell/compare/3.1.0...3.1.1

The patch we had to use for Apple SDKs was merged upstream, so it can be
dropped. I ran nixpkgs-fmt, and removed the `with stdenv.lib;` scope
expander.

Additionally, did a little bit of cleanup. I plan on refactoring this
more down the line, but this'll do for now.

I finally figured out why we use `fetchurl` for the tagged release: the
published release tarballs contain a version file, which the
`build_tools/git_version_gen.sh` script reads (and uses as the version
if it exists). The other thing it contains are pre-generated docs for
various `fish` builtins. I've expanded the comment to document this so
nobody is as confused as I was when I first saw it. (Though I plan to
change this and add sphinx as a native build input in order to build the
docs ourselves.)
2020-04-27 09:51:09 -07:00
Jörg Thalheim
2805d68529
nixpkgs-review: 2.3.0 -> 2.3.1 2020-04-27 17:37:06 +01:00
Jörg Thalheim
32e4d072a0
Merge pull request #85987 from vbgl/ocaml-async_shell-remove-legacy 2020-04-27 17:00:54 +01:00
Jörg Thalheim
1dddfb24c9
Merge pull request #86093 from MetaDark/vdf
pythonPackages.vdf: 3.2 -> 3.3
2020-04-27 16:56:11 +01:00
Jörg Thalheim
c3b4c131df
Merge pull request #86064 from georgewhewell/init-bluepy
pythonPackages.bluepy: init at 1.3.0
2020-04-27 16:49:26 +01:00
Jörg Thalheim
bd282ba93d
Merge pull request #84350 from bandresen/babashka_0.0.78->0.0.79
babashka: 0.0.78 -> 0.0.89
2020-04-27 16:15:32 +01:00
Florian Klink
3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Mario Rodas
417974355f
Merge pull request #86091 from marsam/update-delta
gitAndTools.delta: 0.0.18 -> 0.1.1
2020-04-27 08:54:59 -05:00
Jörg Thalheim
16a49b6be0
Merge pull request #86115 from colemickens/arc 2020-04-27 14:54:39 +01:00
Jörg Thalheim
31bc16708a
Merge pull request #85451 from Elyhaka/teams-audio-fix
teams: fixing pulseaudio access
2020-04-27 14:53:28 +01:00
Elyhaka
73e4647085 teams: fixing pulseaudio access 2020-04-27 15:14:07 +02:00
Mario Rodas
eeb257f04d
Merge pull request #86076 from kimat/kimat-tmux-3.1
tmux: 3.0a -> 3.1
2020-04-27 08:07:27 -05:00
zimbatm
1bf7f5f240
Merge pull request #85750 from zimbatm/srcOnly-docs
srcOnly: fix invocation and document
2020-04-27 14:49:55 +02:00
Florian Klink
98dbff9a65
Merge pull request #85959 from Ma27/bump-neomutt
neomutt: 20200417 -> 20200424
2020-04-27 14:34:59 +02:00
zimbatm
31ead7d030
srcOnly: rename buildInputs to nativeBuildInputs
The only reason to pass build inputs is to extend the unpackPhase with
custom unpack commands. Eg: add "unrar" to unpack rar sources. And those
should really be passed as native build inputs. Why? Because
nativeBuildInputs is for dependencies that are used at build time but
will not propagate as runtime dependencies. And also, cross-compilation.
2020-04-27 14:31:40 +02:00
Jörg Thalheim
bf801d4ce6
Merge pull request #86086 from kimat/kimat-helm-3.2.0
helm: 3.1.3 -> 3.2.0
2020-04-27 13:26:55 +01:00
Jörg Thalheim
16e83ef96f
Merge pull request #86044 from samhug/coc-rust-analyzer
vimPlugins.coc-rust-analyzer: init at 2020-04-24
2020-04-27 13:26:16 +01:00
Jörg Thalheim
1a6bd2bcdc
Merge pull request #82313 from iAmMrinal0/update/rescuetime
rescuetime: 2.14.5.2 -> 2.15.0.1
2020-04-27 13:20:22 +01:00
Jörg Thalheim
aa4ec8c7be
Merge pull request #86117 from raboof/puredata-0.49-0-to-0.50-2
puredata: 0.49-0 -> 0.50-2
2020-04-27 13:11:59 +01:00
Tim Steinbach
45a09ec5bf
slack: 4.4.{0,1} -> 4.4.2 2020-04-27 08:10:45 -04:00
Jörg Thalheim
eeeba2a793
Merge pull request #86121 from zowoq/more-go-fixes
buildGoPackage: use installShellFiles, {excluded,sub}Packages
2020-04-27 13:08:50 +01:00
Jörg Thalheim
2bd4ff03cb
Merge pull request #86113 from colemickens/azure-local-nixpkgs 2020-04-27 13:04:33 +01:00
Jörg Thalheim
3a22f3c29e
Merge pull request #86112 from Mic92/kops 2020-04-27 12:24:39 +01:00
Jörg Thalheim
4cc520ba0f
kops: remove old versions 2020-04-27 12:23:20 +01:00
Jörg Thalheim
abe679b2ba
kops: 1.16.0 -> 1.16.1 2020-04-27 12:19:40 +01:00
adisbladis
bcbfef7592
emacsPackages.jist: Fix build 2020-04-27 12:18:57 +01:00
adisbladis
e1d4b8e867
emacsPackages.github-pullrequest: Fix build 2020-04-27 12:18:46 +01:00
adisbladis
15abc04544
emacsPackages.gerrit-download: Fix build 2020-04-27 12:18:37 +01:00
adisbladis
716e320bcf
emacsPackages.gerrit: Fix build 2020-04-27 12:18:30 +01:00
adisbladis
3e6aa7ba47
emacsPackages.eopengrok: Fix build 2020-04-27 12:18:13 +01:00
adisbladis
09f4fec63c
emacs-packages: Expose manually packaged packages through emacsPackages.manualPackages 2020-04-27 12:08:13 +01:00
zowoq
05683aceae blockbook: use subPackages 2020-04-27 21:06:12 +10:00
zowoq
16b418177c git-lfs1: use subPackages 2020-04-27 21:06:12 +10:00
zowoq
cef17fb6ee heptio-ark: use excludedPackages 2020-04-27 21:06:12 +10:00
zowoq
481c7bbd71 cloudfoundry-cli: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
b83b2591dd aptly: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
bd6b2318c3 prometheus-alertmanager: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
7516cc7226 openshift: use installShellFiles 2020-04-27 21:06:12 +10:00
Maximilian Bosch
730aad72b7
Merge pull request #86107 from xwvvvvwx/wireguard-compat-1.0.20200426
wireguard-compat: 1.0.20200413 -> 1.0.20200426
2020-04-27 13:05:48 +02:00
Max Wittig
8f5e4d1b63
gitlab-runner: 12.10.0 -> 12.10.1 (#86100) 2020-04-27 10:57:17 +00:00
Jörg Thalheim
2b81a974ae
Merge pull request #86119 from mweinelt/powerlevel10k/v1.6.0 2020-04-27 11:54:15 +01:00
Martin Weinelt
b53cabcfed
gitstatus: unstable-2020-03-15 → unstable-2020-04-21 2020-04-27 12:37:24 +02:00
Martin Weinelt
c17800c081
zsh-powerlevel10k: v1.5.0 → v1.6.0
Changes since the last release

    Wizard
        Configuration wizard now reacts to terminal size changes in real time and can function at much smaller terminal dimensions.
        Configs with prompt_char now have vi_mode disabled by default.
        Generated configs now unset DEFAULT_USER.
        Classic and Rainbow configs now set POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND. This makes it easier to define 3-line prompt.

    New parameters
        If POWERLEVEL9K_CONFIG_FILE is set, configuration wizard will write configs to the specified location instead of the default ${ZDOTDIR:-~}/.p10k.zsh.

    gitstatus
        Support older macOS versions (at least El Capitan; even older versions might work).
        Support Linux on armv6, i386 and i686.
        Support cygwin and msys2 on i686.
        macOS builds now use iconv from Homebrew.
        gitstatusd binaries are now being built with https://github.com/romkatv/gitstatus/blob/release/mbuild.

    Misc
        The default icon for proxy segment is now ↔ instead of ⮂. The old icon is missing in many fonts.

    Bug fixes
        gitstatus once again works on 64-bit Linux without glibc.
        Instant prompt no longer gets gradually slower over time when XDG_HOME_CACHE is on a slow filesystem.
        Instant prompt no longer prints spurious erros when XDG_HOME_CACHE is on NTFS.
        The old-style (and discouraged) custom prompts now work on zsh 5.3.1.
        Configuration wizard once again presents "extra icons" and "fluent prompt" options when using 12-hour time format.
2020-04-27 12:37:17 +02:00
Alexandre Esteves
ce6dbccdfb ocamlPackages.bigstring: init at 0.2 2020-04-27 12:28:20 +02:00