arion: use build makeWrapper instead of host one

authored by Rick van Schijndel and committed by Artturin a22312d5 f993f699

+2 -1
+2 -1
pkgs/applications/virtualization/arion/default.nix
··· 3 3 , haskellPackages 4 4 , haskell 5 5 , runCommand 6 + , buildPackages 6 7 }: 7 8 8 9 let ··· 32 33 inherit (haskellPackages) arion-compose; 33 34 34 35 cabalOverrides = o: { 35 - buildTools = (o.buildTools or []) ++ [pkgs.makeWrapper]; 36 + buildTools = (o.buildTools or []) ++ [buildPackages.makeWrapper]; 36 37 passthru = (o.passthru or {}) // { 37 38 inherit eval build; 38 39 };