Unverified Commit ddb714f6 authored by Luflosi's avatar Luflosi
Browse files

yices: fix typo in comment

parent 07513e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";