3
0
Fork 0
forked from mirrors/nixpkgs

swc: remove setuid from install script

This commit is contained in:
Piotr Bogdan 2017-08-29 17:27:59 +01:00 committed by Franz Pletz
parent 24d113ae5a
commit 5172dfd2d1

View file

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
buildInputs = [ wld wayland xwayland fontconfig pixman libdrm libinput libevdev libxkbcommon libxcb xcbutilwm ];
prePatch = ''
substituteInPlace launch/local.mk --replace 4755 755
'';
makeFlags = "PREFIX=$(out)";
installPhase = "PREFIX=$out make install";