tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.acpi_call: fix build with 4.14+ kernels
Franz Pletz
8 years ago
0ea0e3cf
3d692437
+2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
acpi-call
default.nix
+2
pkgs/os-specific/linux/acpi-call/default.nix
···
18
19
hardeningDisable = [ "pic" ];
20
0
0
21
preBuild = ''
22
sed -e 's/break/true/' -i examples/turn_off_gpu.sh
23
sed -e 's@/bin/bash@.bin/sh@' -i examples/turn_off_gpu.sh
···
18
19
hardeningDisable = [ "pic" ];
20
21
+
nativeBuildInputs = kernel.moduleBuildDependencies;
22
+
23
preBuild = ''
24
sed -e 's/break/true/' -i examples/turn_off_gpu.sh
25
sed -e 's@/bin/bash@.bin/sh@' -i examples/turn_off_gpu.sh