tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alienfx: do not attempt to install suid executables
Joachim Fasting
8 years ago
f90d7b23
40cf34aa
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
alienfx
default.nix
+3
-3
pkgs/os-specific/linux/alienfx/default.nix
···
16
17
prePatch = ''
18
substituteInPlace Makefile --replace /usr/ $out/
19
-
substituteInPlace Makefile --replace "install -o root -g root" "install"
20
'';
21
-
22
patches = [./unistd.patch];
23
buildInputs = [ libusb1 ];
24
makeFlags = "build";
···
28
'';
29
installTargets = "install";
30
postInstall = ''cp alienfx.1 $out/man/man1'';
31
-
32
meta = {
33
description = "Controls AlienFX lighting";
34
homepage = "https://github.com/tibz/alienfx";
···
16
17
prePatch = ''
18
substituteInPlace Makefile --replace /usr/ $out/
19
+
substituteInPlace Makefile --replace "install -o root -g root -m 4755" "install -m 555"
20
'';
21
+
22
patches = [./unistd.patch];
23
buildInputs = [ libusb1 ];
24
makeFlags = "build";
···
28
'';
29
installTargets = "install";
30
postInstall = ''cp alienfx.1 $out/man/man1'';
31
+
32
meta = {
33
description = "Controls AlienFX lighting";
34
homepage = "https://github.com/tibz/alienfx";