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: c653c7ade3b1
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: c7af822248be
Choose a head ref

Commits on Nov 13, 2019

  1. Copy the full SHA
    05c94e3 View commit details
  2. nftables: build documentation

    thefloweringash authored and Jon committed Nov 13, 2019
    Copy the full SHA
    3823eda View commit details
  3. Merge pull request #73272 from oxalica/fcitx-configtool-path-fix

    fcitx-configtool: patch paths to fcitx-remote
    cdepillabout authored Nov 13, 2019
    Copy the full SHA
    3ac9f1e View commit details
  4. fava: add missing build input

    swflint authored and Jon committed Nov 13, 2019
    Copy the full SHA
    27e7843 View commit details
  5. eksctl: 0.8.0 -> 0.9.0

    xrelkd authored and Jon committed Nov 13, 2019
    Copy the full SHA
    735a829 View commit details
  6. pg_flame: init at 1.1

    Br1ght0ne authored and Jon committed Nov 13, 2019
    Copy the full SHA
    00bbd07 View commit details
  7. wownero: 0.6.1.2 -> 0.7.0

    fuwa25519 authored and Jon committed Nov 13, 2019
    Copy the full SHA
    2bb10a5 View commit details
  8. audacity: use gtk version passed through wxwidgets

    Make possible to build against gtk3, which is useful for HiDPI displays.
    (#73055)
    wakira authored and c0bw3b committed Nov 13, 2019
    Copy the full SHA
    967d294 View commit details
  9. oil: 0.7.pre5 -> 0.7.pre6

    dywedir committed Nov 13, 2019
    Copy the full SHA
    1c30315 View commit details
  10. atlantis: init at 0.10.1

    MartinPotier authored and Jon committed Nov 13, 2019
    Copy the full SHA
    ca0c25f View commit details
  11. audacity: use fetchzip on GH archive

    + move build-time deps to nativeBuildInputs
    + restrict to x86 Linux platforms (fails on ARM)
    c0bw3b authored Nov 13, 2019
    Copy the full SHA
    ba98027 View commit details
  12. Copy the full SHA
    4297d9d View commit details
  13. vim-plugins: update

    Ma27 committed Nov 13, 2019
    Copy the full SHA
    7be2626 View commit details
  14. Copy the full SHA
    7ba54dc View commit details
  15. aria2: 1.34.0 -> 1.35.0

    * aria2: 1.34.0 -> 1.35.0 (#73220)
    
    - Remove the patch
    
    * aria2: add filalex77 as a maintainer
    Br1ght0ne authored and c0bw3b committed Nov 13, 2019
    Copy the full SHA
    4f3c2a2 View commit details
  16. python3Packages.librosa: add missing dependency

     (#72842)
    Jon authored and c0bw3b committed Nov 13, 2019
    Copy the full SHA
    529f030 View commit details
  17. Merge pull request #73327 from dywedir/oil

    oil: 0.7.pre5 -> 0.7.pre6
    lheckemann authored Nov 13, 2019
    Copy the full SHA
    0b0bd1a View commit details
  18. bamf: fix build

    FRidh committed Nov 13, 2019
    Copy the full SHA
    09e2d34 View commit details
  19. Merge pull request #73279 from tekeri/add-perl-logjournald

    perlPackages.LogJournald: init at 0.30
    7c6f434c authored Nov 13, 2019
    Copy the full SHA
    bc14075 View commit details
  20. nixpkgs manual: fix build

    after it was broken by 331f45f
    FRidh committed Nov 13, 2019
    Copy the full SHA
    7805d43 View commit details
  21. Revert "nixos/syncthing: simple versioning"

    Descriptions are missing for params and type, blocking channels
    from advancing.
    
    https://nix-cache.s3.amazonaws.com/log/nkclpxwm91qhw0v1jg5dvzzckb7zh23s-nixpkgs-metrics.drv
    
    This reverts commit 69493cc.
    FRidh committed Nov 13, 2019
    Copy the full SHA
    17b9054 View commit details
  22. i2pd: 2.28.0 -> 2.29.0

     (#72538)
    r-ryantm authored and c0bw3b committed Nov 13, 2019
    Copy the full SHA
    c7af822 View commit details
8 changes: 5 additions & 3 deletions doc/contributing/submitting-changes.xml
Original file line number Diff line number Diff line change
@@ -298,17 +298,19 @@ Additional information.

<para>
review changes from pull request number 12345:
<screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen>
<screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen>
</para>

<para>
review uncommitted changes:
<screen>nix run nixpkgs.nix-review -c nix-review wip</screen>
<screen>nix run nixpkgs.nix-review -c nix-review wip</screen>
</para>

<para>
review changes from last commit:
<screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen>
<screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen>
</para>
</section>

<section xml:id="submitting-changes-tested-execution">
<title>Tested execution of all binary files (usually in <filename>./result/bin/</filename>)</title>
54 changes: 0 additions & 54 deletions nixos/modules/services/networking/syncthing.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ let
fsWatcherEnabled = folder.watch;
fsWatcherDelayS = folder.watchDelay;
ignorePerms = folder.ignorePerms;
versioning = folder.versioning;
}) (filterAttrs (
_: folder:
folder.enable
@@ -221,59 +220,6 @@ in {
'';
};

versioning = mkOption {
default = null;
description = ''
how to keep changed/deleted files with syncthing.
there are 4 different types of versioning with different parameters
see https://docs.syncthing.net/users/versioning.html#simple-file-versioning
'';
example = [
{
versioning = {
type = "simple";
params.keep = "10";
};
}
{
versioning = {
type = "trashcan";
params.cleanoutDays = "1000";
};
}
{
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "31536000";
versionsPath = "/syncthing/backup";
};
};
}
{
versioning = {
type = "external";
params.versionsPath = pkgs.writers.writeBash "backup" ''
folderpath="$1"
filepath="$2"
rm -rf "$folderpath/$filepath"
'';
};
}
];
type = with types; nullOr (submodule {
options = {
type = mkOption {
type = enum [ "external" "simple" "staggered" "trashcan" ];
};
params = mkOption {
type = attrsOf (either str path);
};
};
});
};

rescanInterval = mkOption {
type = types.int;
default = 3600;
13 changes: 6 additions & 7 deletions pkgs/applications/audio/audacity/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2,
{ stdenv, fetchzip, wxGTK30, pkgconfig, file, gettext,
libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
expat, libid3tag, ffmpeg, soundtouch, /*, portaudio - given up fighting their portaudio.patch */
autoconf, automake, libtool
@@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
version = "2.3.2";
pname = "audacity";

src = fetchurl {
src = fetchzip {
url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz";
sha256 = "0cf7fr1qhyyylj8g9ax1rq5sb887bcv5b8d7hwlcfwamzxqpliyc";
sha256 = "08w96124vv8k4myd4vifq73ningq6404x889wvg2sk016kc4dfv1";
};

preConfigure = /* we prefer system-wide libs */ ''
@@ -43,12 +43,11 @@ stdenv.mkDerivation rec {
"-lswscale"
];

nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
buildInputs = [
file gettext wxGTK30 expat alsaLib
libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil gtk2
libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil wxGTK30.gtk
ffmpeg libmad lame libvorbis flac soundtouch
autoconf automake libtool # for the preConfigure phase
]; #ToDo: detach sbsms

enableParallelBuilding = true;
@@ -60,7 +59,7 @@ stdenv.mkDerivation rec {
description = "Sound editor with graphical UI";
homepage = http://audacityteam.org/;
license = licenses.gpl2Plus;
platforms = with platforms; linux;
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
maintainers = with maintainers; [ the-kenny ];
};
}
29 changes: 15 additions & 14 deletions pkgs/applications/blockchains/wownero.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, git
, boost, miniupnpc_2, openssl, unbound, cppzmq
, zeromq, pcsclite, readline, libsodium, rapidjson
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc_2, openssl, unbound
, readline, libsodium, rapidjson
}:

with stdenv.lib;

stdenv.mkDerivation rec {
pname = "wownero";
version = "0.7.0";

version = "0.6.1.2";
src = fetchFromGitHub {
owner = "wownero";
repo = "wownero";
rev = "v${version}";
sha256 = "03q3pviyhrldpa3f4ly4d97jr39hvrz37chl102bap0790d9lk09";
sha256 = "0lji24s6346qxcj4pmylv8byb8fnqzpmz81rx4i3zhc1bcsvdwas";
fetchSubmodules = true;
};

nativeBuildInputs = [ cmake pkgconfig git ];
nativeBuildInputs = [ cmake ];

buildInputs = [
boost miniupnpc_2 openssl unbound rapidjson
cppzmq zeromq pcsclite readline libsodium
boost miniupnpc_2 openssl unbound rapidjson readline libsodium
];

cmakeFlags = [
@@ -30,13 +28,16 @@ stdenv.mkDerivation rec {
];

meta = {
description = "Wownero is a fork of the cryptocurrency Monero with primary alterations";
description = ''
A privacy-centric memecoin that was fairly launched on April 1, 2018 with
no pre-mine, stealth-mine or ICO
'';
longDescription = ''
Wownero’s emission is capped and supply is finite. Wownero is a fairly
launched coin with no premine. It’s not a fork of another blockchain. With
its own genesis block there is no degradation of privacy caused by ring
signatures using different participants for the same transaction outputs.
Unlike opposing forks.
Wownero has a maximum supply of around 184 million WOW with a slow and
steady emission over 50 years. It is a fork of Monero, but with its own
genesis block, so there is no degradation of privacy due to ring
signatures using different participants for the same tx outputs on
opposing forks.
'';
homepage = http://wownero.org/;
license = licenses.bsd3;
25 changes: 25 additions & 0 deletions pkgs/applications/networking/cluster/atlantis/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{ stdenv, buildGoModule, fetchFromGitHub }:

buildGoModule rec {
pname = "atlantis";
version = "0.10.1";

src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
sha256 = "08k2dgz6rph68647ah1rdp7hqa5h1ar4gdy7vdjy5kn7gz21gmri";
};

modSha256 = "1i4s3xcq2qc3zy00wk2l77935ilm6n5k1msilmdnj0061ia4860y";

subPackages = [ "." ];

meta = with stdenv.lib; {
homepage = https://github.com/runatlantis/atlantis;
description = "Terraform Pull Request Automation";
platforms = platforms.all;
license = licenses.asl20;
maintainers = with maintainers; [ jpotier ];
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/fava/default.nix
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ buildPythonApplication rec {
markdown2
ply
simplejson
jaraco_functools
];

# CLI test expects fava on $PATH. Not sure why static_url fails.
4 changes: 1 addition & 3 deletions pkgs/development/libraries/bamf/default.nix
Original file line number Diff line number Diff line change
@@ -26,9 +26,7 @@ stdenv.mkDerivation rec {
vala
which
# Tests
python2
python2.pkgs.libxslt
python2.pkgs.libxml2
(python2.withPackages(ps: with ps; [ libxslt libxml2 ]))
dbus
xorgserver
wrapGAppsHook
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/librosa/default.nix
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
, decorator
, audioread
, resampy
, soundfile
}:

buildPythonPackage rec {
@@ -19,7 +20,7 @@ buildPythonPackage rec {
sha256 = "cca58a2d9a47e35be63a3ce36482d241453bfe9b14bde2005430f969bd7d013a";
};

propagatedBuildInputs = [ joblib matplotlib six scikitlearn decorator audioread resampy ];
propagatedBuildInputs = [ joblib matplotlib six scikitlearn decorator audioread resampy soundfile ];

# No tests
doCheck = false;
Loading