rcs: cleanup remove unecessary input

This commit is contained in:
Christian Luetke Stetzkamp 2022-04-20 08:52:13 +02:00
parent a8d61ae530
commit cd8f1c2f11

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, buildPackages, diffutils, ed, lzip }:
{ lib, stdenv, fetchurl, buildPackages, diffutils, ed, lzip }:
stdenv.mkDerivation rec {
pname = "rcs";