mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
asdf_2_26: fix build (#414829)
This commit is contained in:
commit
0e9e520ad1
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
|
||||||
mkdir -p "$out"/share/doc/asdf/
|
mkdir -p "$out"/share/doc/asdf/
|
||||||
cp -r ./* "$out"/lib/common-lisp/asdf/
|
cp -r ./* "$out"/lib/common-lisp/asdf/
|
||||||
cp -r doc/* "$out"/share/doc/asdf/
|
cp -r doc/* "$out"/share/doc/asdf/
|
||||||
ln -s "$out"/lib/common-lisp/{asdf/uiop,uiop}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue