mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
paper-gtk-theme: fix installation directory
This commit is contained in:
parent
9a18cef082
commit
ecce3999b2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue