Merge pull request #258989 from saschagrunert/catatonit

catatonit: remove fetchpatch and format inputs
This commit is contained in:
Nick Cao 2023-10-04 09:53:08 -04:00 committed by GitHub
commit fa6d6cb88e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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