mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
libpkgconf: add comment clarifying lack of fetchFromGitHub
This commit is contained in:
@@ -14,6 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pkgconf";
|
||||
version = "2.5.1";
|
||||
|
||||
# fetchFromGitHub isn't used because it's unavailable during bootstrapping
|
||||
src = fetchurl {
|
||||
url = "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-eXIbrcrRmH3q2cNgnrSHerm1iCHAa9rLgk8siJfBHyo=";
|
||||
|
||||
Reference in New Issue
Block a user