Merge pull request #258989 from saschagrunert/catatonit
catatonit: remove fetchpatch and format inputs
This commit is contained in:
commit
fa6d6cb88e
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, glibc, nixosTests }:
|
||||
{ stdenv
|
||||
, lib
|
||||
, autoreconfHook
|
||||
, fetchFromGitHub
|
||||
, glibc
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "catatonit";
|
||||
|
|
Loading…
Reference in a new issue