catatonit: remove fetchpatch and format inputs

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-10-04 14:09:15 +02:00
parent e0b78ab95b
commit d647b9b4b5
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

View file

@ -1,4 +1,10 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, glibc, nixosTests }:
{ stdenv
, lib
, autoreconfHook
, fetchFromGitHub
, glibc
, nixosTests
}:
stdenv.mkDerivation rec {
pname = "catatonit";