Compare commits
2 Commits
a14a91ffb0
...
eb8a51ec89
| Author | SHA1 | Date | |
|---|---|---|---|
|
eb8a51ec89
|
|||
|
7d1996306c
|
@@ -12,8 +12,10 @@ pkgs.rustPlatform.buildRustPackage {
|
|||||||
src = lib.cleanSource ./.;
|
src = lib.cleanSource ./.;
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkg-config
|
|
||||||
rust
|
rust
|
||||||
|
|
||||||
|
mold
|
||||||
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user