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:
commit
c48ed52005
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue