Merge pull request #154091 from NickCao/asdf

asdf: fix cross compilation and set strictDeps
This commit is contained in:
7c6f434c 2022-01-09 13:39:43 +00:00 committed by GitHub
commit 9a660c02be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-tuUuIlZcS+a0izXeJl3Ckp+/PYAWkZ0+Cw7blwkh9+M=";
};
buildInputs = [
strictDeps = true;
nativeBuildInputs = [
texinfo
texLive
perl

View File

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-+P+FLM1mr2KRdj7bfhWq4ync86bJS/uE0Jm/E/e4HL0=";
};
buildInputs = [
strictDeps = true;
nativeBuildInputs = [
texinfo
texLive
perl

View File

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-/k7cmN0ymZUgpP4K+IWfhq85TkzfPjTR4QdUgV9n1x4=";
};
buildInputs = [
strictDeps = true;
nativeBuildInputs = [
texinfo
texLive
perl