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
commit dac74fead8
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;