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: e233a9d4dd14
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: bc0e5f8c4ccc
Choose a head ref
  • 12 commits
  • 6 files changed
  • 6 contributors

Commits on Apr 14, 2020

  1. joplin-desktop: 1.0.179 -> 1.0.200

    Builds successfully on NixOS
    HugoReeves committed Apr 14, 2020
    Copy the full SHA
    b70a3dc View commit details

Commits on Apr 16, 2020

  1. Copy the full SHA
    9301b2c View commit details

Commits on Apr 18, 2020

  1. docker: add git to extraPath

    When building a docker container from git, docker was missing the git
    binary in $PATH.
    Milan Pässler committed Apr 18, 2020
    Copy the full SHA
    08d83c1 View commit details
  2. fira: 4.106 -> 4.202

    rvolosatovs committed Apr 18, 2020
    Copy the full SHA
    6a634cf View commit details

Commits on Apr 19, 2020

  1. firefox-wrapper: don't throw on enableGnomeExtensions

    We use the config for the native messaging host below this statement.
    worldofpeace committed Apr 19, 2020
    Copy the full SHA
    443e544 View commit details
  2. Copy the full SHA
    0bab525 View commit details
  3. Merge pull request #85527 from NixOS/revert-84363-update-twolame

    Revert "[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0"
    worldofpeace authored Apr 19, 2020
    Copy the full SHA
    b8a2ebd View commit details
  4. Merge pull request #85524 from rvolosatovs/update/fira

    fira: 4.106 -> 4.202
    worldofpeace authored Apr 19, 2020
    Copy the full SHA
    d0716d2 View commit details
  5. Merge pull request #85248 from HugoReeves/update-joplin-desktop

    joplin-desktop: 1.0.179 -> 1.0.200
    adisbladis authored Apr 19, 2020
    Copy the full SHA
    8804e2f View commit details
  6. Copy the full SHA
    ddbc832 View commit details
  7. Merge pull request #85528 from NixOS/revert-84370-update-calibre

    Revert "calibre: 4.12.0 -> 4.13.0"
    worldofpeace authored Apr 19, 2020
    Copy the full SHA
    f578913 View commit details
  8. Merge pull request #85514 from petabyteboy/feature/docker

    docker: add git to extraPath
    offlinehacker authored Apr 19, 2020
    Copy the full SHA
    bc0e5f8 View commit details
12 changes: 7 additions & 5 deletions pkgs/applications/misc/calibre/default.nix
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
, hyphen
, unrarSupport ? false
, chmlib
, python3Packages
, python2Packages
, libusb1
, libmtp
, xdg_utils
@@ -25,15 +25,16 @@
}:

let
pypkgs = python3Packages;
pypkgs = python2Packages;

in
mkDerivation rec {
pname = "calibre";
version = "4.13.0";
version = "4.12.0";

src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
sha256 = "1xp1fvpdizk6g74diam4nd59s6fhcvp086y1brm6r9wy9zm7sn7r";
sha256 = "144vl5p0adcywcqaarrriq5zd8q5i934yfjg9himiq1vdp9vy4fi";
};

patches = [
@@ -170,7 +171,8 @@ mkDerivation rec {
description = "Comprehensive e-book software";
homepage = "https://calibre-ebook.com";
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
maintainers = with maintainers; [ domenkozar pSub ];
maintainers = with maintainers; [ domenkozar pSub AndersonTorres ];
platforms = platforms.linux;
inherit version;
};
}
8 changes: 4 additions & 4 deletions pkgs/applications/misc/joplin-desktop/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "joplin-desktop";
version = "1.0.179";
version = "1.0.200";
desktopItem = makeDesktopItem {
name = "Joplin";
exec = "joplin-desktop";
@@ -13,7 +13,7 @@ in appimageTools.wrapType2 rec {
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.AppImage";
sha256 = "0v7d5wzwiznl755pl6jfg33g6jxr1cbm9j13jpbmfi497hj8w82k";
sha256 = "14gwv8i6dprvl96mifadq0zj77a82rww8xd5bmzm8ql6sidi2216";
};


@@ -40,9 +40,9 @@ in appimageTools.wrapType2 rec {
applications directly or from your own text editor. The notes are in
Markdown format.
'';
homepage = "https://joplin.cozic.net/";
homepage = "https://joplinapp.org";
license = licenses.mit;
maintainers = with maintainers; [ rafaelgg raquelgb ];
maintainers = with maintainers; [ hugoreeves rafaelgg raquelgb ];
platforms = [ "x86_64-linux" ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/networking/browsers/firefox/wrapper.nix
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ let
"icedtea"
"enableGoogleTalkPlugin"
"enableFriBIDPlugin"
"enableGnomeExtensions"
"enableBluejeans"
"enableAdobeReader"
];
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, removeReferencesTo, pkgconfig
, go-md2man, go, containerd, runc, docker-proxy, tini, libtool
, sqlite, iproute, lvm2, systemd
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs, git
, procps, libseccomp
}:

@@ -123,7 +123,7 @@ rec {

outputs = ["out" "man"];

extraPath = optionals (stdenv.isLinux) (makeBinPath [ iproute iptables e2fsprogs xz xfsprogs procps utillinux ]);
extraPath = optionals (stdenv.isLinux) (makeBinPath [ iproute iptables e2fsprogs xz xfsprogs procps utillinux git ]);

installPhase = optionalString (stdenv.isLinux) ''
install -Dm755 ./components/engine/bundles/dynbinary-daemon/dockerd $out/libexec/docker/dockerd
4 changes: 2 additions & 2 deletions pkgs/data/fonts/fira/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:

let
version = "4.106";
version = "4.202";
in fetchFromGitHub {
name = "fira-${version}";

@@ -15,7 +15,7 @@ in fetchFromGitHub {
cp otf/*.otf $out/share/fonts/opentype
'';

sha256 = "0c97nmihcq0ki7ywj8zn048a2bgrszc61lb9p0djfi65ar52jab4";
sha256 = "1iwxbp7kw5kghh5nbycb05zby7p2ib61mywva3h6giv2wd4lpxnz";

meta = with lib; {
homepage = "https://mozilla.github.io/Fira/";
18 changes: 8 additions & 10 deletions pkgs/development/libraries/twolame/default.nix
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{ stdenv, fetchFromGitHub
, autoreconfHook
, pkgconfig
, libsndfile, xmlto, asciidoc }:
, autoreconfHook, pkgconfig
, libsndfile }:

with stdenv.lib;
stdenv.mkDerivation rec {
stdenv.mkDerivation {

pname = "twolame";
version = "0.4.0";
version = "2017-09-27";

src = fetchFromGitHub {
owner = "njh";
repo = "twolame";
rev = version;
sha256 = "0ckwdx5kmgmh1jq2wl6c9d57pf6z6p2wjdy6fw01a8f3clg21a8g";
rev = "977c8ac55d8ca6d5f35d1d413a119dac2b3b0333";
sha256 = "1rq3yc8ygzdqid9zk6pixmm4w9sk2vrlx217lhn5bjaglv7iyf7x";
};

nativeBuildInputs = [ autoreconfHook pkgconfig xmlto asciidoc ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libsndfile ];

doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"

meta = {
meta = with stdenv.lib;{
description = "A MP2 encoder";
longDescription = ''
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on