mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
commit
bf29019bd3
@ -16,22 +16,24 @@
|
||||
nlohmann_json,
|
||||
pkg-config,
|
||||
testers,
|
||||
python3,
|
||||
}:
|
||||
|
||||
let
|
||||
common = rec {
|
||||
version = "2.2.3";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "nixd";
|
||||
rev = version;
|
||||
hash = "sha256-1i4U012vqw84NuD5cjgfVX/he4vW9MyEeIetJ55g280=";
|
||||
hash = "sha256-iB6Hc3kgtsZ360JlAhPqCRWFTf3tawHEKYAeYt7DM4E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
python3
|
||||
pkg-config
|
||||
];
|
||||
|
||||
@ -49,6 +51,7 @@ let
|
||||
inclyc
|
||||
Ruixi-rebirth
|
||||
aleksana
|
||||
redyf
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user