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: 045384ac98ce
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: 6155a7243e1d
Choose a head ref
  • 10 commits
  • 5 files changed
  • 8 contributors

Commits on Apr 2, 2020

  1. rkdeveloptool: 1.3 -> unstable-2019-07-01

    Bumped to upstream commit 6e92ebcf8b1812da02663494a68972f956e490d3
    stigtsp committed Apr 2, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    samueljsb Samuel Searles-Bryant
    Copy the full SHA
    9531fba View commit details

Commits on Apr 4, 2020

  1. Copy the full SHA
    1af6a1a View commit details
  2. nixos/matrix-synapse: remove web_client option

    Removed in matrix-synapse-0.34.
    mmilata committed Apr 4, 2020
    Copy the full SHA
    2acddcb View commit details
  3. Merge pull request #81212 from mmilata/synapse-webclient

    nixos/matrix-synapse: remove web_client option
    Ma27 authored Apr 4, 2020
    Copy the full SHA
    5572974 View commit details
  4. Merge pull request #84245 from rnhmjoj/riot-fix

    riot-desktop: add gsettings schemas to the wrapper
    rnhmjoj authored Apr 4, 2020
    Copy the full SHA
    4540716 View commit details
  5. Copy the full SHA
    d7bd69b View commit details
  6. Merge pull request #84264 from bqv/qweechat

    qweechat: add setuptools dependency
    bhipple authored Apr 4, 2020
    Copy the full SHA
    167ed90 View commit details
  7. Merge pull request #84034 from stigtsp/package/rkdeveloptool-1.3-62

    rkdeveloptool: 1.3 -> unstable-2019-07-01
    bhipple authored Apr 4, 2020
    Copy the full SHA
    299672a View commit details
  8. recursive: 1.043 -> 1.046

    marsam committed Apr 4, 2020
    Copy the full SHA
    c538814 View commit details
  9. Merge pull request #84265 from marsam/update-recursive

    recursive: 1.043 -> 1.046
    marsam authored Apr 4, 2020
    Copy the full SHA
    6155a72 View commit details
9 changes: 1 addition & 8 deletions nixos/modules/services/misc/matrix-synapse.nix
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ bind_host: "${cfg.bind_host}"
''}
server_name: "${cfg.server_name}"
pid_file: "/run/matrix-synapse.pid"
web_client: ${boolToString cfg.web_client}
${optionalString (cfg.public_baseurl != null) ''
public_baseurl: "${cfg.public_baseurl}"
''}
@@ -202,13 +201,6 @@ in {
This is also the last part of your UserID.
'';
};
web_client = mkOption {
type = types.bool;
default = false;
description = ''
Whether to serve a web client from the HTTP/HTTPS root resource.
'';
};
public_baseurl = mkOption {
type = types.nullOr types.str;
default = null;
@@ -719,6 +711,7 @@ in {
Database configuration must be done manually. An exemplary setup is demonstrated in
<nixpkgs/nixos/tests/matrix-synapse.nix>
'')
(mkRemovedOptionModule [ "services" "matrix-synapse" "web_client" ] "")
];

meta.doc = ./matrix-synapse.xml;
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ pkgs, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, electron_7, riot-web, mkYarnPackage }:
{ stdenv, fetchFromGitHub
, makeWrapper, makeDesktopItem, mkYarnPackage
, electron_7, riot-web, gtk3,
}:

# Notes for maintainers:
# * versions of `riot-web` and `riot-desktop` should be kept in sync.
@@ -24,7 +27,7 @@ in mkYarnPackage rec {
packageJSON = ./riot-desktop-package.json;
yarnNix = ./riot-desktop-yarndeps.nix;

nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper gtk3 ];

installPhase = ''
# resources
@@ -47,7 +50,8 @@ in mkYarnPackage rec {
# executable wrapper
makeWrapper '${electron}/bin/electron' "$out/bin/${executableName}" \
--add-flags "$out/share/riot/electron"
--add-flags "$out/share/riot/electron" \
--prefix XDG_DATA_DIRS : $GSETTINGS_SCHEMAS_PATH
'';

# Do not attempt generating a tarball for riot-web again.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/irc/qweechat/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ python27Packages.buildPythonApplication rec {
'';

propagatedBuildInputs = with python27Packages; [
pyside
pyside setuptools
];

meta = with stdenv.lib; {
4 changes: 2 additions & 2 deletions pkgs/data/fonts/recursive/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchzip }:

let
version = "1.043";
version = "1.046";
in
fetchzip {
name = "recursive-${version}";
@@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';

sha256 = "0y7wg3ssr4j0r8dyxd0i0ji8bjvipzsqf0l6wznl5sfxk41mvjvd";
sha256 = "1j2rygkcmm2gpial24lks907mxjnhjrvl8z4skl8b43a55fg7mmp";

meta = with lib; {
homepage = "https://recursive.design/";
6 changes: 3 additions & 3 deletions pkgs/misc/rkdeveloptool/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation {
pname = "rkdeveloptool";
version = "1.3";
version = "unstable-2019-07-01";

src = fetchFromGitHub {
owner = "rockchip-linux";
repo = "rkdeveloptool";
rev = "081d237ad5bf8f03170c9d60bd94ceefa0352aaf";
sha256 = "05hh7j3xgb8l1k1v2lis3nvlc0gp87ihzg6jci7m5lkkm5qgv3ji";
rev = "6e92ebcf8b1812da02663494a68972f956e490d3";
sha256 = "0zwrkqfxd671iy69v3q0844gfdpm1yk51i9qh2rqc969bd8glxga";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];