mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
schemaspy: reformat and migrate to pkgs/by-name
This commit is contained in:
parent
54eab35914
commit
79eeb500d6
@ -1,10 +1,11 @@
|
||||
{ lib
|
||||
, maven
|
||||
, jre
|
||||
, makeWrapper
|
||||
, fetchFromGitHub
|
||||
, graphviz
|
||||
, nix-update-script
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
graphviz,
|
||||
jre,
|
||||
makeWrapper,
|
||||
maven,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
maven.buildMavenPackage rec {
|
||||
@ -39,11 +40,14 @@ maven.buildMavenPackage rec {
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://schemaspy.org";
|
||||
description = "Document your database simply and easily";
|
||||
mainProgram = "schemaspy";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ jraygauthier anthonyroussel ];
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
jraygauthier
|
||||
anthonyroussel
|
||||
];
|
||||
};
|
||||
}
|
@ -18899,8 +18899,6 @@ with pkgs;
|
||||
|
||||
shellharden = callPackage ../development/tools/shellharden { };
|
||||
|
||||
schemaspy = callPackage ../development/tools/database/schemaspy { };
|
||||
|
||||
scenebuilder = callPackage ../development/tools/scenebuilder { };
|
||||
|
||||
scenic-view = callPackage ../development/tools/scenic-view { };
|
||||
|
Loading…
Reference in New Issue
Block a user