Skip to content

Commit

Permalink
numix-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 8479e0a commit f83cbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/themes/numix-gtk-theme/default.nix
Expand Up @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {

buildInputs = [ gtk-engine-murrine ];

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

meta = {
Expand Down

0 comments on commit f83cbcb

Please sign in to comment.