Loading pkgs/tools/system/which/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -19,10 +19,11 @@ stdenv.mkDerivation rec { lib.optional stdenv.hostPlatform.is32bit "-D_FILE_OFFSET_BITS=64" ); meta = with lib; { meta = { homepage = "https://www.gnu.org/software/which/"; description = "Shows the full path of (shell) commands"; platforms = platforms.all; license = licenses.gpl3; license = lib.licenses.gpl3Plus; mainProgram = "which"; platforms = lib.platforms.all; }; } Loading
pkgs/tools/system/which/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -19,10 +19,11 @@ stdenv.mkDerivation rec { lib.optional stdenv.hostPlatform.is32bit "-D_FILE_OFFSET_BITS=64" ); meta = with lib; { meta = { homepage = "https://www.gnu.org/software/which/"; description = "Shows the full path of (shell) commands"; platforms = platforms.all; license = licenses.gpl3; license = lib.licenses.gpl3Plus; mainProgram = "which"; platforms = lib.platforms.all; }; }