asdf_2_26: fix build (#414829)

This commit is contained in:
7c6f434c 2025-06-07 19:35:15 +00:00 committed by GitHub
commit 0e9e520ad1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
mkdir -p "$out"/share/doc/asdf/
cp -r ./* "$out"/lib/common-lisp/asdf/
cp -r doc/* "$out"/share/doc/asdf/
ln -s "$out"/lib/common-lisp/{asdf/uiop,uiop}
'';
meta = with lib; {