xrectsel: remove unnecessary DESTDIR=$out

This avoids files being installed to $out/nix/store
This commit is contained in:
Benno Fünfstück 2017-03-03 12:57:24 +01:00
parent a8458bb506
commit ac592121b9

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 ];
postBuild = ''
make DESTDIR="$out" install
make install
'';
meta = with stdenv.lib; {