casync: nixpkgs-fmt

This commit is contained in:
Florian Klink 2021-02-17 13:37:24 +01:00
parent a240271309
commit 8b6562bd7b

View File

@ -1,10 +1,23 @@
{ lib, stdenv, fetchFromGitHub
, meson, ninja, pkg-config, python3, sphinx
, acl, curl, fuse, libselinux, udev, xz, zstd
{ lib
, stdenv
, fetchFromGitHub
, meson
, ninja
, pkg-config
, python3
, sphinx
, acl
, curl
, fuse
, libselinux
, udev
, xz
, zstd
, fuseSupport ? true
, selinuxSupport ? true
, udevSupport ? true
, glibcLocales, rsync
, glibcLocales
, rsync
}:
stdenv.mkDerivation {