We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3cb54cc commit 849b5a5Copy full SHA for 849b5a5
pkgs/os-specific/linux/alienfx/default.nix
@@ -16,9 +16,9 @@ stdenv.mkDerivation {
16
17
prePatch = ''
18
substituteInPlace Makefile --replace /usr/ $out/
19
- substituteInPlace Makefile --replace "install -o root -g root" "install"
+ 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,7 +28,7 @@ stdenv.mkDerivation {
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";
0 commit comments