ddrescue: Enable cross-compilation
This commit is contained in:
parent
a2215da9a1
commit
ac19f60c93
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
|
|
||||||
doCheck = hostPlatform == buildPlatform;
|
doCheck = hostPlatform == buildPlatform;
|
||||||
|
configureFlags = [ "CXX=${stdenv.cc.targetPrefix}c++" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GNU ddrescue, a data recovery tool";
|
description = "GNU ddrescue, a data recovery tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user