pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub
|
||||
, python, cmake, sip, protobuf, pythonOlder }:
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
||||
, cmake, sip, protobuf, pythonOlder }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libarcus";
|
||||
|
||||
Reference in New Issue
Block a user