Skip to content

Commit

Permalink
paper-gtk-theme: fix installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed May 27, 2016
1 parent 9a18cef commit ecce399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/themes/paper-gtk-theme/default.nix
Expand Up @@ -15,8 +15,8 @@ stdenv.mkDerivation rec {

buildInputs = [ gtk_engines ];

installPhase = ''
make install DESTDIR="$out"
postPatch = ''
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
'';

preferLocalBuild = true;
Expand Down

0 comments on commit ecce399

Please sign in to comment.