seafile-shared: remove unused arguments

This commit is contained in:
Robert Schütz 2021-03-25 11:44:16 +01:00
parent cf83099225
commit f099477fdb

View File

@ -1,11 +1,7 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, autoreconfHook , autoreconfHook
, ccnet
, curl , curl
, fuse
, glib
, intltool
, libevent , libevent
, libsearpc , libsearpc
, libuuid , libuuid
@ -13,7 +9,6 @@
, python3 , python3
, sqlite , sqlite
, vala , vala
, which
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {