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: 97aa80694033
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0af384a84030
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 26, 2019

  1. fixup! arc-theme: fix build

    jtojnar committed Mar 26, 2019
    Copy the full SHA
    0af384a View commit details
Showing with 3 additions and 8 deletions.
  1. +3 −8 pkgs/misc/themes/arc/default.nix
11 changes: 3 additions & 8 deletions pkgs/misc/themes/arc/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, sassc, autoreconfHook, pkgconfig, gtk3, gnome3
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3, gnome3
, gtk-engine-murrine, optipng, inkscape }:

stdenv.mkDerivation rec {
@@ -29,15 +29,10 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

patches = [
(fetchpatch {
url = https://github.com/NicoHood/arc-theme/commit/6815e946dcbf5ad93bf98c9f49c2f30a38ebcb1f.patch;
sha256 = "1d5ln7qicybn8gw0hnjijwpprf222ngs5bsakqsx2sp66sq34i2h";
})
];

postPatch = ''
patchShebangs .
# TODO: remove this after update
ln -s 3.30 common/gnome-shell/3.32
'';

preBuild = ''