lol

ddrescue: lzip is a nativeBuildInput

authored by

Tuomas Tynkkynen and committed by
Tuomas Tynkkynen
584b667e b3adffcd

+1 -1
+1 -1
pkgs/tools/system/ddrescue/default.nix
··· 8 8 sha256 = "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph"; 9 9 }; 10 10 11 - buildInputs = [ lzip ]; 11 + nativeBuildInputs = [ lzip ]; 12 12 13 13 doCheck = true; 14 14