displaylink: Disable free space check

The check fails if you have too much free disk space
This commit is contained in:
Janne Heß 2019-11-18 15:18:16 +01:00 committed by Lassulus
parent 1003613c08
commit f7f1724ee9

View File

@ -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 {