mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03: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