mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nextcloud*Packages: add description, homepage, licenses from JSON
This ensures this data is replicated in the meta attribute.
This commit is contained in:
parent
b4b1ce2443
commit
c74490e000
@ -15,7 +15,7 @@ let packages = self:
|
||||
# This takes the data generated from the go tool.
|
||||
mkNextcloudDerivation = self.callPackage ({ }: { data }:
|
||||
pkgs.fetchNextcloudApp {
|
||||
inherit (data) url sha256;
|
||||
inherit (data) url sha256 description homepage licenses;
|
||||
}) {};
|
||||
|
||||
} // lib.mapAttrs (type: pkgs: lib.makeExtensible (_: lib.mapAttrs (pname: data: self.mkNextcloudDerivation { inherit data; }) pkgs)) generatedJson;
|
||||
|
Loading…
Reference in New Issue
Block a user