Merge pull request #130126 from SuperSandro2000/SuperSandro2000-patch-1

texlive: remove empty list
This commit is contained in:
Dmitry Kalinkin
2021-07-13 16:48:05 -04:00
committed by GitHub
@@ -51,7 +51,7 @@ in (buildEnv {
];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ ] ++ pkgList.extraInputs;
buildInputs = pkgList.extraInputs;
# This is set primarily to help find-tarballs.nix to do its job
passthru.packages = pkgList.all;