Unverified Commit 1e5c59ca authored by ocfox's avatar ocfox
Browse files

bencodetools: format and remove unused rec

parent e94875c7
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitLab
, python3
{
  stdenv,
  lib,
  fetchFromGitLab,
  python3,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "bencodetools";
  version = "unstable-2022-05-11";