yices: fix typo in comment

This commit is contained in:
Luflosi
2023-03-22 16:08:09 +01:00
parent 07513e2c6b
commit ddb714f68d
@@ -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";