Merge pull request #1239 from jcollie/nix-fix-build

In some cases, 'self' would not be passed to the package. It's not necessary so remove it.
This commit is contained in:
Mitchell Hashimoto
2024-01-06 15:19:22 -08:00
committed by GitHub

View File

@ -1,5 +1,4 @@
{ {
self,
lib, lib,
stdenv, stdenv,
bzip2, bzip2,