lua*Packages.binaryheap: init at 0.4-1 (generated)

The generator wanted to do various changes in other packages as well,
but I didn't commit those.
This commit is contained in:
Vladimír Čunát
2019-05-01 10:33:26 +02:00
parent bf3dea4164
commit 6108e63a01
3 changed files with 28 additions and 1 deletions
+7 -1
View File
@@ -75,4 +75,10 @@ with super;
sed -i '/set(CMAKE_C_FLAGS/d' CMakeLists.txt
'';
});
}
binaryheap = super.binaryheap.overrideAttrs(oa: {
meta = oa.meta // {
maintainers = with pkgs.lib.maintainers; oa.meta.maintainers ++ [ vcunat ];
};
});
}