-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data did not match any variant of untagged enum PackageMaintainers at line 334347 column 7 #32
Comments
@kjeremy thanks for the bug report, should be fixed now! |
@louib I have another one for you: "nixos.sway-contrib.grimshot": {
"meta": {
"available": true,
"broken": false,
"description": "A helper for screenshots within sway",
"homepage": "https://github.com/swaywm/sway/tree/master/contrib",
"insecure": false,
"license": {
"deprecated": false,
"free": true,
"fullName": "MIT License",
"redistributable": true,
"shortName": "mit",
"spdxId": "MIT",
"url": "https://spdx.org/licenses/MIT.html"
},
"maintainers": [
[
{
"email": "dev.primeos@gmail.com",
"github": "primeos",
"githubId": 7537109,
"keys": [
{
"fingerprint": "86A7 4A55 07D0 58D1 322E 37FD 1308 26A6 C2A3 89FD",
"longkeyid": "ed25519/0x130826A6C2A389FD"
},
{
"fingerprint": "AF85 991C C950 49A2 4205 1933 BCA9 943D D1DF 4C04",
"longkeyid": "rsa3072/0xBCA9943DD1DF4C04"
}
],
"matrix": "@primeos:matrix.org",
"name": "Michael Weiss"
},
{
"email": "nix@hilhorst.be",
"github": "Synthetica9",
"githubId": 7075751,
"name": "Patrick Hilhorst"
},
{
"email": "maximilian@mbosch.me",
"github": "ma27",
"githubId": 6025220,
"matrix": "@ma27:nicht-so.sexy",
"name": "Maximilian Bosch"
}
],
{
"email": "evils.devils@protonmail.com",
"github": "evils",
"githubId": 30512529,
"matrix": "@evils:nixos.dev",
"name": "Evils"
}
],
"name": "grimshot-1.7",
"outputsToInstall": [
"out",
"man"
],
"platforms": [
"i686-cygwin",
"x86_64-cygwin",
"x86_64-darwin",
"i686-darwin",
"aarch64-darwin",
"armv7a-darwin",
"i686-freebsd",
"x86_64-freebsd",
"aarch64-genode",
"i686-genode",
"x86_64-genode",
"x86_64-solaris",
"js-ghcjs",
"aarch64-linux",
"armv5tel-linux",
"armv6l-linux",
"armv7a-linux",
"armv7l-linux",
"i686-linux",
"m68k-linux",
"mipsel-linux",
"mips64el-linux",
"powerpc64-linux",
"powerpc64le-linux",
"riscv32-linux",
"riscv64-linux",
"s390-linux",
"s390x-linux",
"x86_64-linux",
"mmix-mmixware",
"aarch64-netbsd",
"armv6l-netbsd",
"armv7a-netbsd",
"armv7l-netbsd",
"i686-netbsd",
"m68k-netbsd",
"mipsel-netbsd",
"powerpc-netbsd",
"riscv32-netbsd",
"riscv64-netbsd",
"x86_64-netbsd",
"aarch64_be-none",
"aarch64-none",
"arm-none",
"armv6l-none",
"avr-none",
"i686-none",
"msp430-none",
"or1k-none",
"m68k-none",
"powerpc-none",
"powerpcle-none",
"riscv32-none",
"riscv64-none",
"s390-none",
"s390x-none",
"vc4-none",
"x86_64-none",
"i686-openbsd",
"x86_64-openbsd",
"x86_64-redox",
"wasm64-wasi",
"wasm32-wasi",
"x86_64-windows",
"i686-windows"
],
"position": "/nix/store/3nyf6ydmhggdskci66mv0vlyfwwinx0l-nixos/nixos/pkgs/applications/window-managers/sway/contrib.nix:59",
"unfree": false,
"unsupported": false
},
"name": "grimshot-1.7",
"outputName": "out",
"outputs": {
"man": null,
"out": null
},
"pname": "grimshot",
"system": "x86_64-linux",
"version": "1.7"
},
|
See: package-metadata.zip |
I think there are two issues here:
"maintainers": [
[
{
"email": "dev.primeos@gmail.com",
"github": "primeos",
"githubId": 7537109,
"keys": [
{
"fingerprint": "86A7 4A55 07D0 58D1 322E 37FD 1308 26A6 C2A3 89FD",
"longkeyid": "ed25519/0x130826A6C2A389FD"
},
{
"fingerprint": "AF85 991C C950 49A2 4205 1933 BCA9 943D D1DF 4C04",
"longkeyid": "rsa3072/0xBCA9943DD1DF4C04"
}
],
"matrix": "@primeos:matrix.org",
"name": "Michael Weiss"
},
{
"email": "nix@hilhorst.be",
"github": "Synthetica9",
"githubId": 7075751,
"name": "Patrick Hilhorst"
},
{
"email": "maximilian@mbosch.me",
"github": "ma27",
"githubId": 6025220,
"matrix": "@ma27:nicht-so.sexy",
"name": "Maximilian Bosch"
}
],
{
"email": "evils.devils@protonmail.com",
"github": "evils",
"githubId": 30512529,
"matrix": "@evils:nixos.dev",
"name": "Evils"
}
], |
@kjeremy thanks for the additional details. Please consider opening a PR for the GPG keys, I'd love to see this feature make it into the codebase. I'll have to refactor the |
Will do. It just handles the parsing. |
Similar to #21 I am getting:
That derivation is the following:
Here is the file:
packages-metadata.zip
The text was updated successfully, but these errors were encountered: