From 6cd1b4ef26b758c22884e92e3d4079a77bb2c97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 2 Aug 2021 09:19:27 +0200 Subject: [PATCH] zchunk: format --- pkgs/development/libraries/zchunk/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/development/libraries/zchunk/default.nix b/pkgs/development/libraries/zchunk/default.nix index ddbd95b55d9..c2ddda7a6c5 100644 --- a/pkgs/development/libraries/zchunk/default.nix +++ b/pkgs/development/libraries/zchunk/default.nix @@ -31,12 +31,7 @@ stdenv.mkDerivation rec { zstd ] ++ lib.optional stdenv.isDarwin argp-standalone; - - outputs = [ - "out" - "lib" - "dev" - ]; + outputs = [ "out" "lib" "dev" ]; meta = with lib; { homepage = "https://github.com/zchunk/zchunk";