1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

ddrescue: Enable cross-compilation

This commit is contained in:
Ben Gamari 2017-12-15 00:13:46 -05:00 committed by John Ericson
parent a2215da9a1
commit ac19f60c93

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ lzip ];
doCheck = hostPlatform == buildPlatform;
configureFlags = [ "CXX=${stdenv.cc.targetPrefix}c++" ];
meta = with stdenv.lib; {
description = "GNU ddrescue, a data recovery tool";