Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 31bc16708a8a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16a49b6be068
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 27, 2020

  1. Copy the full SHA
    3b9b2f6 View commit details
  2. Copy the full SHA
    16a49b6 View commit details
Showing with 6 additions and 6 deletions.
  1. +6 −6 pkgs/data/themes/arc/default.nix
12 changes: 6 additions & 6 deletions pkgs/data/themes/arc/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "arc-theme";
version = "20190917";
version = "20200416";

src = fetchFromGitHub {
owner = "arc-design";
owner = "jnsh";
repo = pname;
rev = version;
sha256 = "1qgpk4p2hi5hd4yy0hj93kq1vs0b32wb8qkaj1wi90c8gwddq5wa";
rev = "0779e1ca84141d8b443cf3e60b85307a145169b6";
sha256 = "1ddyi8g4rkd4mxadjvl66wc0lxpa4qdr98nbbhm5abaqfs2yldd4";
};

nativeBuildInputs = [
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {

configureFlags = [
"--disable-gnome-shell" # 3.36 not supported
"--disable-cinnamon" # not equipped to test
"--disable-unity"
];

@@ -44,10 +45,9 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
homepage = "https://github.com/arc-design/arc-theme";
homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3;
maintainers = with maintainers; [ simonvandel romildo ];
platforms = platforms.linux;
broken = true; # since libsass 3.6.3
};
}