mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #228541 from ivan/fix-nix-store-ng
nix-serve-ng: use upstream commit that is compatible with Nix 2.13
This commit is contained in:
commit
db261a3a10
@ -290,11 +290,14 @@ self: super: builtins.intersectAttrs super {
|
||||
src = assert super.nix-serve-ng.version == "1.0.0";
|
||||
# Workaround missing files in sdist
|
||||
# https://github.com/aristanetworks/nix-serve-ng/issues/10
|
||||
#
|
||||
# Workaround for libstore incompatibility with Nix 2.13
|
||||
# https://github.com/aristanetworks/nix-serve-ng/issues/22
|
||||
pkgs.fetchFromGitHub {
|
||||
repo = "nix-serve-ng";
|
||||
owner = "aristanetworks";
|
||||
rev = "433f70f4daae156b84853f5aaa11987aa5ce7277";
|
||||
sha256 = "0mqp67z5mi8rsjahdh395n7ppf0b65k8rd3pvnl281g02rbr69y2";
|
||||
rev = "dabf46d65d8e3be80fa2eacd229eb3e621add4bd";
|
||||
hash = "sha256-SoJJ3rMtDMfUzBSzuGMY538HDIj/s8bPf8CjIkpqY2w=";
|
||||
};
|
||||
} (addPkgconfigDepend pkgs.boost.dev super.nix-serve-ng);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user