yices: fix typo in comment

This commit is contained in:
Luflosi 2023-03-22 16:08:09 +01:00
parent 07513e2c6b
commit ddb714f68d
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

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