0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

llvmPackages.lldb-manpages: fix building (#409958)

This commit is contained in:
Aleksana 2025-05-23 11:15:03 +08:00 committed by GitHub
commit c48ed52005
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation (
"dev"
];
sourceRoot = lib.optional (lib.versionAtLeast release_version "13") "${finalAttrs.src.name}/${finalAttrs.pname}";
sourceRoot = lib.optional (lib.versionAtLeast release_version "13") "${finalAttrs.src.name}/lldb";
patches =
let