zchunk: format

This commit is contained in:
Sandro Jäckel 2021-08-02 09:19:27 +02:00
parent b4c40c665c
commit 6cd1b4ef26
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";