Merge pull request #222548 from Luflosi/yices-fix-typo

yices: fix typo in comment
This commit is contained in:
Sergei Trofimovich
2023-03-22 15:41:09 +00:00
committed by GitHub
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
patches = [
# musl las no ldconfig, create symlinks explicitly
# musl has no ldconfig, create symlinks explicitly
./linux-no-ldconfig.patch
];
postPatch = "patchShebangs tests/regress/check.sh";