Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 30adb1013c1c
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc1c3f3203b4
Choose a head ref

Commits on Jul 4, 2020

  1. wineStaging: use gitMinimal to apply patchset

    Motivation: it works faster, and don't issue suspicious errors like
    `sed: couldn't flush stdout: Broken pipe` during applying patches.
    avnik committed Jul 4, 2020
    Copy the full SHA
    acbe43e View commit details
  2. faudio: 20.06 -> 20.07

    avnik committed Jul 4, 2020
    Copy the full SHA
    f3266b6 View commit details
  3. wineUnstable: 5.11 -> 5.12

    avnik committed Jul 4, 2020
    Copy the full SHA
    e79e7e1 View commit details

Commits on Jul 7, 2020

  1. qt5ct: 0.41 -> 1.0

    r-ryantm committed Jul 7, 2020
    Copy the full SHA
    1ac9eb9 View commit details
  2. Copy the full SHA
    8b6b000 View commit details

Commits on Jul 8, 2020

  1. Copy the full SHA
    e68f20f View commit details

Commits on Jul 9, 2020

  1. wineStaging: allow to blacklist patchsets from staging

    Due repeatable issues with xactengine-initial patchset.
    Later, `disablePatchsets` can be extended to be overridable argument
    of wineStaging.
    avnik committed Jul 9, 2020
    Copy the full SHA
    ec7b6af View commit details
  2. lnd: build with same feature tags as upstream

    See: https://github.com/lightningnetwork/lnd/blob/v0.10.3-beta/make/release_flags.mk#L36
    
    Also pass RawTags and GoVersion to build so that it
    shows in e.g. "lncli version".
    mmilata committed Jul 9, 2020
    Copy the full SHA
    f800711 View commit details

Commits on Jul 10, 2020

  1. wownero: 0.8.0.0 -> 0.8.0.1

    fuwa25519 committed Jul 10, 2020
    Copy the full SHA
    1666a51 View commit details

Commits on Jul 11, 2020

  1. Copy the full SHA
    6973a00 View commit details

Commits on Jul 13, 2020

  1. riot-web: 1.6.7 -> 1.6.8

    claudiiii committed Jul 13, 2020
    Copy the full SHA
    6bc9d72 View commit details

Commits on Jul 14, 2020

  1. kbs2: 0.1.1 -> 0.1.2

    marsam committed Jul 14, 2020
    Copy the full SHA
    709734c View commit details
  2. Copy the full SHA
    939d266 View commit details
  3. monero: 0.16.0.0 -> 0.16.0.1

    rnhmjoj committed Jul 14, 2020
    Copy the full SHA
    e39d0ad View commit details
  4. stage-2: parameterized systemd executable

    This lets users do sneaky things before systemd starts, and
    permanently affect the environment in which systemd runs. For example,
    we could start systemd in a non-default network namespace by setting
    the systemdExecutable to a wrapper script containing:
    
        #!/bin/sh
        ip netns add virtual
        touch /var/run/netns/physical
        mount -o bind /proc/self/ns/net /var/run/netns/physical
        exec ip netns exec virtual systemd
    
    _note: the above example does literally work, but there are unresolved
    problems with udev and dhcp._
    grahamc committed Jul 14, 2020
    Copy the full SHA
    64dd9c1 View commit details
  5. bdf2psf: 1.195 -> 1.196

    rnhmjoj committed Jul 14, 2020
    Copy the full SHA
    6eae3bc View commit details
  6. Merge pull request #93110 from grahamc/systemd-executable

    stage-2: parameterized systemd executable
    grahamc authored Jul 14, 2020
    Copy the full SHA
    0c10b75 View commit details
  7. Merge pull request #93132 from rnhmjoj/monero

    monero: 0.16.0.0 -> 0.16.0.1
    mmahut authored Jul 14, 2020
    Copy the full SHA
    33d763d View commit details
  8. Merge pull request #92831 from fuwa0529/update-wownero

    wownero: 0.8.0.0 -> 0.8.0.1
    mmahut authored Jul 14, 2020
    Copy the full SHA
    36ff726 View commit details
  9. Merge pull request #89668 from mmilata/lnd-0.10.1

    lnd: 0.10.0 -> 0.10.3, enable same features as upstream
    mmahut authored Jul 14, 2020
    Copy the full SHA
    87eb9e3 View commit details
  10. mpd: 0.21.23 -> 0.21.25

    tobim committed Jul 14, 2020
    Copy the full SHA
    292c914 View commit details
  11. firefox-bin: Switch to sha256 sums in update scripts

    There is no extra security properties provided by sha512, they are
    just bigger.
    adisbladis committed Jul 14, 2020
    Copy the full SHA
    f84cd5f View commit details
  12. Copy the full SHA
    11acd8b View commit details
  13. Copy the full SHA
    e97bd70 View commit details
  14. Copy the full SHA
    8b893ec View commit details
  15. Copy the full SHA
    29c38ef View commit details
  16. darktable: Remove $out/share/doc

    This is a very common path that often collides with other packages.
    adisbladis committed Jul 14, 2020
    Copy the full SHA
    5d7cbc6 View commit details
  17. transmission: Remove $out/share/doc

    This is a very common path that often collides with other packages.
    adisbladis committed Jul 14, 2020
    Copy the full SHA
    25bc56f View commit details
  18. alembic: 1.7.12 -> 1.7.13

    r-ryantm authored and veprbl committed Jul 14, 2020
    Copy the full SHA
    a794977 View commit details
  19. Merge pull request #92295 from avnik/wine-update

    Wine update: 5.11 -> 5.12
    veprbl authored Jul 14, 2020
    Copy the full SHA
    a4c7c2a View commit details
  20. Merge pull request #93138 from rnhmjoj/bdf2psf

    bdf2psf: 1.195 -> 1.196
    rnhmjoj authored Jul 14, 2020
    Copy the full SHA
    4a2749b View commit details
  21. Merge pull request #93135 from claudiiii/update-riot-web

    riot-web: 1.6.7 -> 1.6.8
    rnhmjoj authored Jul 14, 2020
    Copy the full SHA
    406e29d View commit details
  22. Merge pull request #92541 from r-ryantm/auto-update/qt5ct

    qt5ct: 0.41 -> 1.0
    romildo authored Jul 14, 2020
    Copy the full SHA
    6b18a48 View commit details
  23. Merge pull request #92954 from etu/composer-update

    php.packages.composer: 1.10.6 -> 1.10.8
    Ma27 authored Jul 14, 2020
    Copy the full SHA
    f0cfc7e View commit details
  24. Copy the full SHA
    25d3591 View commit details
  25. Merge pull request #92671 from r-ryantm/auto-update/yaru

    yaru-theme: 20.04.7 -> 20.10.1
    romildo authored Jul 14, 2020
    Copy the full SHA
    50de229 View commit details
  26. Merge pull request #93143 from tobim/mpd/0.21.25

    mpd: 0.21.23 -> 0.21.25
    marsam authored Jul 14, 2020
    Copy the full SHA
    c08ef80 View commit details
  27. Merge pull request #93129 from r-ryantm/auto-update/python2.7-python-…

    …dotenv
    
    python27Packages.python-dotenv: 0.13.0 -> 0.14.0
    marsam authored Jul 14, 2020
    Copy the full SHA
    2c97056 View commit details
  28. Merge pull request #93120 from marsam/update-kbs2

    kbs2: 0.1.1 -> 0.1.2
    marsam authored Jul 14, 2020
    Copy the full SHA
    dc1c3f3 View commit details
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/stage-2-init.sh
Original file line number Diff line number Diff line change
@@ -169,4 +169,4 @@ exec {logOutFd}>&- {logErrFd}>&-
echo "starting systemd..."
PATH=/run/current-system/systemd/lib/systemd:@fsPackagesPath@ \
LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive \
exec systemd
exec @systemdExecutable@
10 changes: 10 additions & 0 deletions nixos/modules/system/boot/stage-2.nix
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ let
src = ./stage-2-init.sh;
shellDebug = "${pkgs.bashInteractive}/bin/bash";
shell = "${pkgs.bash}/bin/bash";
inherit (config.boot) systemdExecutable;
isExecutable = true;
inherit (config.nix) readOnlyStore;
inherit useHostResolvConf;
@@ -72,6 +73,15 @@ in
'';
};

systemdExecutable = mkOption {
default = "systemd";
type = types.str;
description = ''
The program to execute to start systemd. Typically
<literal>systemd</literal>, which will find systemd in the
PATH.
'';
};
};

};
24 changes: 19 additions & 5 deletions pkgs/applications/blockchains/lnd.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
{ buildGoModule, fetchFromGitHub, lib }:
{ buildGoModule, fetchFromGitHub, lib
, tags ? [ "autopilotrpc" "signrpc" "walletrpc" "chainrpc" "invoicesrpc" "watchtowerrpc" ]
}:

buildGoModule rec {
pname = "lnd";
version = "0.10.0-beta";
version = "0.10.3-beta";

src = fetchFromGitHub {
owner = "lightningnetwork";
repo = "lnd";
rev = "v${version}";
sha256 = "1amciz924s2h6qhy7w34jpv1jc25p5ayfxzvjph6hhx0bccrm88w";
sha256 = "129vi8z2sk4hagk7axa675nba6sbj9km88zlq8a1g8di7v2k9z6a";
};

vendorSha256 = "1iyghg11cxvbzi0gl40fvv8pl3d3k52j179w3x5m1f09r5ji223y";
vendorSha256 = "0a4bk2qry0isnrvl0adwikqn6imxwzlaq5j3nglb5rmwwq2cdz0r";

subPackages = ["cmd/lncli" "cmd/lnd"];

preBuild = let
buildVars = {
RawTags = lib.concatStringsSep "," tags;
GoVersion = "$(go version | egrep -o 'go[0-9]+[.][^ ]*')";
};
buildVarsFlags = lib.concatStringsSep " " (lib.mapAttrsToList (k: v: "-X github.com/lightningnetwork/lnd/build.${k}=${v}") buildVars);
in
lib.optionalString (tags != []) ''
buildFlagsArray+=("-tags=${lib.concatStringsSep " " tags}")
buildFlagsArray+=("-ldflags=${buildVarsFlags}")
'';

meta = with lib; {
description = "Lightning Network Daemon";
homepage = "https://github.com/lightningnetwork/lnd";
license = lib.licenses.mit;
maintainers = with maintainers; [ cypherpunk2140 ];
};
}
}
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@ assert stdenv.isDarwin -> IOKit != null;

stdenv.mkDerivation rec {
pname = "monero";
version = "0.16.0.0";
version = "0.16.0.1";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "0x74h5z0nxxxip97ibc854pqmrgd8r4d6w62m424f66i8gbzfskh";
sha256 = "0n2cviqm8radpynx70fc0819k1xknjc58cvb4whlc49ilyvh8ky6";
fetchSubmodules = true;
};

18 changes: 9 additions & 9 deletions pkgs/applications/blockchains/wownero.nix
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc_2, openssl, unbound
{ stdenv, fetchgit, cmake, boost, miniupnpc_2, openssl, unbound
, readline, libsodium, rapidjson, fetchurl
}:

with stdenv.lib;

let
randomwowVersion = "1.1.6";
randomwowVersion = "1.1.7";
randomwow = fetchurl {
url = "https://github.com/wownero/RandomWOW/archive/${randomwowVersion}.tar.gz";
sha256 = "1c55y2dwrayh6k1avpchs89gq1mvy5c305h92jm2k48kzhw6a792";
sha256 = "1xp76zf01hnhnk6rjvqjav9n9pnvxzxlzqa5rc574d1c2qczfy3q";
};
in

stdenv.mkDerivation rec {
pname = "wownero";
version = "0.8.0.0";
version = "0.8.0.1";

src = fetchFromGitHub {
owner = "wownero";
repo = "wownero";
rev = "v${version}";
sha256 = "14nggivilgzaqhjd4ng3g2p884yp2hc322hpcpwjdnz2zfc3qq6c";
src = fetchgit {
url = "https://git.wownero.com/wownero/wownero.git";
rev = "v${version}";
sha256 = "15443xv6q1nw4627ajk6k4ghhahvh82lb4gyb8nvq753p2v838g3";
fetchSubmodules = false;
};

nativeBuildInputs = [ cmake ];
2 changes: 2 additions & 0 deletions pkgs/applications/graphics/darktable/default.nix
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
"-DUSE_KWALLET=OFF"
];

# Doc has high risk of collisions
postInstall = "rm -r $out/share/doc";

# darktable changed its rpath handling in commit
# 83c70b876af6484506901e6b381304ae0d073d3c and as a result the
Loading