xrectsel: remove unnecessary DESTDIR=$out
This avoids files being installed to $out/nix/store
Benno Fünfstück 8 years ago ac592121 a8458bb5
··· 15 buildInputs = [ libX11 ]; 16 17 postBuild = '' 18 - make DESTDIR="$out" install 19 ''; 20 21 meta = with stdenv.lib; {
··· 15 buildInputs = [ libX11 ]; 16 17 postBuild = '' 18 + make install 19 ''; 20 21 meta = with stdenv.lib; {