pkgs/development/libraries: remove unused fetchpatch and other arguments (#313402)

This commit is contained in:
Yohann Boniface
2024-05-23 13:43:35 +02:00
committed by GitHub
parent 53e446125a
commit d20a86ccc1
76 changed files with 42 additions and 93 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, python3 }:
{ lib, stdenv, fetchurl, python3 }:
stdenv.mkDerivation rec {
pname = "libevdev";