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