mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-05 21:42:23 +00:00
numix-gtk-theme: fix installation directory
This commit is contained in:
parent
8479e0ad84
commit
f83cbcb51e
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gtk-engine-murrine ];
|
||||
|
||||
installPhase = ''
|
||||
make install DESTDIR="$out"
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user