forked from mirrors/nixpkgs
yices: fix typo in comment
This commit is contained in:
parent
07513e2c6b
commit
ddb714f68d
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# musl las no ldconfig, create symlinks explicitly
|
# musl has no ldconfig, create symlinks explicitly
|
||||||
./linux-no-ldconfig.patch
|
./linux-no-ldconfig.patch
|
||||||
];
|
];
|
||||||
postPatch = "patchShebangs tests/regress/check.sh";
|
postPatch = "patchShebangs tests/regress/check.sh";
|
||||||
|
|
Loading…
Reference in a new issue