1
0
Fork 1
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:
José Romildo Malaquias 2016-05-26 23:41:39 -03:00
parent 9a18cef082
commit ecce3999b2

View file

@ -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;