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: f3d099fb1d75
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: bc30b9d4ccce
Choose a head ref
  • 9 commits
  • 7 files changed
  • 8 contributors

Commits on Sep 25, 2020

  1. dvdbackup: fix build with libdvdread >= 6.1.0

    (cherry picked from commit e8d1a48)
    woffs committed Sep 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    e460fae View commit details
  2. tuxpaint: install desktop file

    (cherry picked from commit faec169)
    iblech authored and woffs committed Sep 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    b9b0217 View commit details
  3. lnav: 0.8.5 -> 0.9.0

    Ma27 committed Sep 25, 2020
    Copy the full SHA
    57a1205 View commit details
  4. Copy the full SHA
    4a7e257 View commit details
  5. Merge pull request #98753 from woffs/dvdbackup-20.09

    [20.09] dvdbackup: fix build with libdvdread >= 6.1.0
    zimbatm authored Sep 25, 2020
    Copy the full SHA
    a3ba14d View commit details
  6. lefthook: use go 1.14 to build (#97963)

    Due to some changes in `go` from 1.14 to 1.15 the lefthook tool
    currently can't start external programs and errors each test it tries
    to run, making it effectively useless.
    
    This is a temporary fix to make `lefthook` usable again until the
    upstream issue was fixed and a new release has been cut.
    
    Upstream issue: evilmartians/lefthook#151
    
    (cherry picked from commit 4312e24)
    NobbZ authored Sep 25, 2020
    Copy the full SHA
    53eac87 View commit details
  7. nextcloud-client: 2.6.5 -> 3.0.0

    (cherry picked from commit 5703813)
    claudiiii authored and Ma27 committed Sep 25, 2020
    Copy the full SHA
    35709c0 View commit details
  8. nextcloud-client: 3.0.0 -> 3.0.2

    Contains upstream fix for maintaining folder links when upgrading from
    2.x to 3.x.
    
    (cherry picked from commit 57883ee)
    afontaine authored and Ma27 committed Sep 25, 2020
    Copy the full SHA
    8fe375c View commit details
  9. Merge pull request #98757 from woffs/tuxpaint-desktop-20.09

    [20.09] tuxpaint: install desktop file
    Lassulus authored Sep 25, 2020
    Copy the full SHA
    bc30b9d View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/neomutt/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@
}:

stdenv.mkDerivation rec {
version = "20200821";
version = "20200925";
pname = "neomutt";

src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
rev = version;
sha256 = "0l66xf6qp2fdhm5h2v58bbc73pwj72c80mriqac9pfyjh5padir5";
sha256 = "1q931n9sijq1iin3swzk57rz7qmy485hvr1fahy5i2wd1xx9yhb2";
};

buildInputs = [
8 changes: 6 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
@@ -12,18 +12,20 @@
, qtkeychain
, qttools
, qtwebengine
, qtquickcontrols2
, qtgraphicaleffects
, sqlite
}:

mkDerivation rec {
pname = "nextcloud-client";
version = "2.6.5";
version = "3.0.2";

src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "0r2n9l383drnnzbyywnbqljh9kxm3kz4g0mv7bnrp6b10b2ma3pg";
sha256 = "ROzaiRa9Odq4lXuHL7nbE0S49d0wxmDgm01qI1WM+WM=";
};

patches = [
@@ -44,6 +46,8 @@ mkDerivation rec {
qtkeychain
qttools
qtwebengine
qtquickcontrols2
qtgraphicaleffects
sqlite
];

Original file line number Diff line number Diff line change
@@ -201,7 +201,11 @@ let

lab = callPackage ./lab { };

lefthook = callPackage ./lefthook { };
lefthook = callPackage ./lefthook {
# Please use empty attrset once upstream bugs have been fixed
# https://github.com/Arkweid/lefthook/issues/151
buildGoModule = buildGo114Module;
};

legit = callPackage ./legit { };

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{ stdenv, buildGoModule, fetchFromGitHub }:

# Currently `buildGo114Module` is passed as `buildGoModule` from
# `../default.nix`. Please remove the fixed 1.14 once a new release has been
# made and the issue linked below has been closed upstream.

# https://github.com/Arkweid/lefthook/issues/151

buildGoModule rec {
pname = "lefthook";
version = "0.7.2";
9 changes: 8 additions & 1 deletion pkgs/applications/video/dvdbackup/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libdvdread, libdvdcss, dvdauthor }:
{ stdenv, fetchurl, fetchpatch, libdvdread, libdvdcss, dvdauthor }:

stdenv.mkDerivation rec {
version = "0.4.2";
@@ -11,6 +11,13 @@ stdenv.mkDerivation rec {

buildInputs = [ libdvdread libdvdcss dvdauthor ];

# see https://bugs.launchpad.net/dvdbackup/+bug/1869226
patchFlags = [ "-p0" ];
patches = [ (fetchpatch {
url = "https://git.slackbuilds.org/slackbuilds/plain/multimedia/dvdbackup/patches/dvdbackup-dvdread-6.1.patch";
sha256 = "1v3xl01bwq1592i5x5dyh95r0mmm1zvvwf92fgjc0smr0k3davfz";
})];

meta = {
description = "A tool to rip video DVDs from the command line";
homepage = "http://dvdbackup.sourceforge.net/";
6 changes: 6 additions & 0 deletions pkgs/games/tuxpaint/default.nix
Original file line number Diff line number Diff line change
@@ -30,6 +30,12 @@ stdenv.mkDerivation rec {
};

postInstall = ''
# Install desktop file
mkdir -p $out/share/applications
cp hildon/tuxpaint.xpm $out/share/pixmaps
sed -e "s+Exec=tuxpaint+Exec=$out/bin/tuxpaint+" < src/tuxpaint.desktop > $out/share/applications/tuxpaint.desktop
# Install stamps
tar xzf $stamps
cd tuxpaint-stamps-2014.08.23
make install-all PREFIX=$out
8 changes: 6 additions & 2 deletions pkgs/tools/misc/lnav/default.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "tstack";
repo = "lnav";
rev = "v${meta.version}";
sha256 = "0z8bsr0falxlkmd1b5gy871vyafyih0sw7lgg858lqnbsy0q2m4i";
sha256 = "1frdrr3yjlk2fns3ny0qbr30rpswhwlvv3kyhdl3l6a0q5cqaqsg";
inherit name;
};

@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
curl
];

postPatch = ''
sed -ie '/DUMP_INTERNALS/d' src/Makefile.am
'';

preConfigure = ''
./autogen.sh
'';
@@ -43,7 +47,7 @@ stdenv.mkDerivation rec {
'';
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
version = "0.8.5";
version = "0.9.0";
maintainers = with maintainers; [ dochang ma27 ];
platforms = platforms.unix;
};