mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
nim: move build time dependencies into nativeBuildInputs
This commit is contained in:
parent
651c1784a9
commit
b786a47e9e
@ -27,8 +27,11 @@ stdenv.mkDerivation rec {
|
||||
# used for bootstrapping, but koch insists on moving the nim compiler around
|
||||
# as part of building it, so it cannot be read-only
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
makeWrapper nodejs-slim-8_x tzdata coreutils
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
openssl pcre readline boehmgc sfml
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user