1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #12863 from Mic92/libgit2

libgit2: use upstream version if possible
This commit is contained in:
Robert Hensing 2025-04-02 22:44:42 +02:00 committed by GitHub
commit 33e638dc1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 55 deletions

View file

@ -171,7 +171,7 @@
{
otherSplices = final.generateSplicesForMkScope "nixDependencies";
f = import ./packaging/dependencies.nix {
inherit inputs stdenv;
inherit stdenv;
pkgs = final;
};
};