texlive: remove empty list

This commit is contained in:
Sandro 2021-07-13 22:04:23 +02:00 committed by GitHub
parent d91ff7a630
commit 264cfed1b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;