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: 619d8c0da0a5
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: aaa66d8d887c
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 16, 2020

  1. Copy the full SHA
    4cc800b View commit details
  2. Copy the full SHA
    76e9262 View commit details

Commits on Jul 17, 2020

  1. xdg-desktop-portal-gtk: add gnome-settings-daemon

    This fixes "xdg-desktop-portal-gtk breaks font hinting".
    Aka, NixOS/nixpkgs#93199.
    
    (cherry picked from commit 749418c)
    colemickens authored and worldofpeace committed Jul 17, 2020
    Copy the full SHA
    aaa66d8 View commit details
Showing with 4 additions and 3 deletions.
  1. +3 −3 pkgs/applications/version-management/git-and-tools/gh/default.nix
  2. +1 −0 pkgs/development/libraries/xdg-desktop-portal-gtk/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "0m4qgvhd4fzl83acfbpwff0sqshyfhqiy5q4i7ly8h6rdsjysdck";
sha256 = "13nq7rvxwl9cld9gng7rm534yqrr2ii0bqyzqwlkpzh9m61m3ra2";
};

modSha256 = "1cw3l6zka4mnis6zd0gc3zspw22b7vkdlcfskmgw1m1207jcscmz";
vendorSha256 = "1xvrxdxhyj5nz5plypc5mniw5dl17w1wxcrs77w24hisn90jphgd";

nativeBuildInputs = [ installShellFiles ];

Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
gsettings-desktop-schemas
gtk3
gnome3.gnome-desktop
gnome3.gnome-settings-daemon # schemas needed for settings api (fonts, etc)
];

meta = with stdenv.lib; {