3
0
Fork 0
forked from mirrors/nixpkgs

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
commit cece288092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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