Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wavebox: 3.14.10 -> 4.1.0 #46931

Merged
merged 305 commits into from Dec 17, 2018
Merged

wavebox: 3.14.10 -> 4.1.0 #46931

merged 305 commits into from Dec 17, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wavebox/versions.

meta.description for wavebox is: '"Wavebox messaging application"'.

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/216eba6be2ceb76da4106b9b627146d5a0bc99ef.tar.gz -p wavebox
ls -la /nix/store/6cqk8my5icv5mp3h70251srfqlvd6dqn-wavebox-4.1.0

cc @rawkode for testing.

FRidh and others added 30 commits November 24, 2018 10:44
direnv: make cross-compile on windows
... as this fails if the source dir contains a "config" directory.
buildRustPackage: write cargo config to temporary file instead of source dir
* pr-46056:
  binutils: use shared libs
  binutils: fix NixOS#44936 the huge size regression
libical: disable parallel check, fix
version is set in lots of places but might not need to be in a name.

Alternative to NixOS#50364.
When separateDebugInfo = true & !stdenv.hostPlatform.isLinux, we
always gave an error. There is no reason to do this. Instead, just
don’t add separate debug info when we aren’t on Linux.
Some trivial builders use the name attr to choose the exec name
produced. For example nixos-install,

  nixos-install = makeProg {
    name = "nixos-install";
    src = ./nixos-install.sh;
    nix = config.nix.package.out;
    path = makeBinPath [ nixos-enter ];
  };

When cross compiling, this puts the prog in,

  /bin/nixos-install-powerpc64le-unknown-linux-gnu
markuskowa and others added 19 commits December 2, 2018 14:53
gobjectIntrospection is now named gobject-introspection.
seems to have been merged incorrectly
NixOS#51107 added a patch to Makefile.am to fix
a race condition in the build. It was unfortunately never picked up as we we're
using the generated makefile from the tarball.
This reverts commit bcf736b.

28cdb6e fixed the issue with pytest-3.9.0.
valgrind: run autoconf to pick up Makefile.am patch
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavebox/versions
@fpletz fpletz merged commit 14541f7 into NixOS:master Dec 17, 2018
@r-ryantm r-ryantm deleted the auto-update/wavebox branch December 24, 2018 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet