Loading pkgs/by-name/fo/fortune/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ recode, perl, rinutils, fortune, withOffensive ? false, }: Loading @@ -20,10 +21,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-Hzh4dyVOleq2H5NyV7QmCfKbmU7wVxUxZVu/w6KsdKw="; }; nativeBuildInputs = [ nativeBuildInputs = [ cmake perl rinutils ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ # "strfile" must be in PATH for cross-compiling builds. fortune ]; buildInputs = [ recode ]; Loading Loading
pkgs/by-name/fo/fortune/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ recode, perl, rinutils, fortune, withOffensive ? false, }: Loading @@ -20,10 +21,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-Hzh4dyVOleq2H5NyV7QmCfKbmU7wVxUxZVu/w6KsdKw="; }; nativeBuildInputs = [ nativeBuildInputs = [ cmake perl rinutils ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ # "strfile" must be in PATH for cross-compiling builds. fortune ]; buildInputs = [ recode ]; Loading