Merge pull request #33577 from dtzWill/fix/cross-2

Minor cross fixes, 2
This commit is contained in:
John Ericson
2018-01-09 12:36:53 -05:00
committed by GitHub
6 changed files with 8 additions and 7 deletions
+1
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";