bencodetools: format and remove unused rec

This commit is contained in:
ocfox
2024-10-02 18:41:57 +08:00
parent e94875c797
commit 1e5c59ca5a
@@ -1,10 +1,11 @@
{ stdenv
, lib
, fetchFromGitLab
, python3
{
stdenv,
lib,
fetchFromGitLab,
python3,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "bencodetools";
version = "unstable-2022-05-11";