displaylink: Disable free space check
The check fails if you have too much free disk space
This commit is contained in:
parent
1003613c08
commit
f7f1724ee9
@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
|
||||
unpackPhase = ''
|
||||
unzip $src
|
||||
chmod +x displaylink-driver-${version}.run
|
||||
./displaylink-driver-${version}.run --target . --noexec
|
||||
./displaylink-driver-${version}.run --target . --noexec --nodiskspace
|
||||
'';
|
||||
|
||||
patches = [ (substituteAll {
|
||||
|
Loading…
Reference in New Issue
Block a user