mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
odin: fix not including base library
This commit is contained in:
parent
768e0cf423
commit
e2ed58e86b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user