mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue