xrectsel: remove unnecessary DESTDIR=$out
This avoids files being installed to $out/nix/store
This commit is contained in:
parent
a8458bb506
commit
ac592121b9
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libX11 ];
|
buildInputs = [ libX11 ];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
make DESTDIR="$out" install
|
make install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user