mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
[Backport release-25.05] libcs50: remove dangling symlink (#413021)
This commit is contained in:
commit
340c288bc4
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mkdir $out
|
||||
cp -R build/lib $out/lib
|
||||
cp -R build/include $out/include
|
||||
ln -sf $out/lib/libcs50.so.11.0.3 $out/lib/libcs50.so.11
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue