libsolv: minor cleanup and reformat

This commit is contained in:
Malte Poll 2023-07-14 11:44:54 +02:00
parent eb5117f408
commit ea14b7d487

View file

@ -1,7 +1,17 @@
{ lib, stdenv, fetchFromGitHub, cmake, ninja, pkg-config
, zlib, xz, bzip2, zchunk, zstd
{ lib
, stdenv
, fetchFromGitHub
, cmake
, ninja
, pkg-config
, zlib
, xz
, bzip2
, zchunk
, zstd
, expat
, withRpm ? !stdenv.isDarwin, rpm
, withRpm ? !stdenv.isDarwin
, rpm
, db
}: