mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
leanPackages.mathlib: set pname and version at correct location
This commit is contained in:
@@ -72,11 +72,11 @@ in
|
||||
runCommand mathlib__archive.name
|
||||
{
|
||||
nativeBuildInputs = [ leangz-raw ];
|
||||
inherit (mathlib__archive) pname version;
|
||||
passthru = {
|
||||
inherit mathlib__archive;
|
||||
inherit (mathlib__archive)
|
||||
src
|
||||
version
|
||||
lakePackageName
|
||||
lean4
|
||||
allLeanDeps
|
||||
|
||||
Reference in New Issue
Block a user