tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yices: fix typo in comment
Luflosi
2 years ago
ddb714f6
07513e2c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
yices
default.nix
+1
-1
pkgs/applications/science/logic/yices/default.nix
···
13
13
};
14
14
15
15
patches = [
16
16
-
# musl las no ldconfig, create symlinks explicitly
16
16
+
# musl has no ldconfig, create symlinks explicitly
17
17
./linux-no-ldconfig.patch
18
18
];
19
19
postPatch = "patchShebangs tests/regress/check.sh";