odin: fix not including base library

This commit is contained in:
Astavie 2024-02-05 08:39:29 +01:00 committed by GitHub
parent 768e0cf423
commit e2ed58e86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ in stdenv.mkDerivation rec {
cp odin $out/bin/odin
mkdir -p $out/share
cp -r base $out/share/base
cp -r core $out/share/core
cp -r vendor $out/share/vendor