| 14 Jun 2023 |
@piegames:matrix.org | Data definitely can be, but does it meet the necessary criteria here? | 07:49:21 |
Robert Hensing (roberth) | if they constitute intellectual creation by virtue of the selection or arrangement of their contents, even if some or all of the contents do not themselves constitute materials protected by copyright. https://en.wikipedia.org/wiki/Database_right | 10:19:48 |
Robert Hensing (roberth) | I don't think a lot of thought went into selection and arrangement | 10:21:03 |
infinisil | (Offtopic for here though) | 11:06:45 |
profpatsch | infinisil: we missed you at Zürihac :) | 12:00:40 |
tea | In reply to @infinisil:matrix.org (Offtopic for here though) then where should I ask? | 12:05:20 |
infinisil | tea: Possibly #nix-dev:nixos.org and/or #dev:nixos.org | 13:58:36 |
| @ozyman:matrix.org left the room. | 13:59:17 |
John Ericson | Robert Hensing (roberth): curious about your thoughts on https://github.com/NixOS/nix/pull/4463 | 16:39:07 |
Robert Hensing (roberth) | the idea that the pkg.name should match the store path name is flawed, and pname is ugly | 16:40:07 |
John Ericson | yeah | 16:40:22 |
John Ericson | on one hand, the hting that was added to nix-env before is bad | 16:40:28 |
Robert Hensing (roberth) | nix-env is bad. What thing was added? | 16:40:39 |
John Ericson | on the other hand, this should probably all be nixpkgs tool, not nix-env | 16:40:40 |
John Ericson | https://github.com/NixOS/nix/commit/cd933b22d2041b7efc348dcc09ff255967ffc663 that is bad | 16:41:05 |
Robert Hensing (roberth) | oh, yeah. Nixpkgs should just fix name imo | 16:41:35 |
John Ericson | fix name? | 16:41:45 |
Robert Hensing (roberth) | I tried it when working on cleanAttrs, didn't break much | 16:41:56 |
John Ericson | make it pname? | 16:41:57 |
Robert Hensing (roberth) | make it just the package name | 16:41:59 |
Robert Hensing (roberth) | yeah | 16:42:02 |
John Ericson | what ends up being the derivation name? | 16:42:22 |
John Ericson | name-version? | 16:42:23 |
John Ericson | * name + "-" + version? | 16:42:34 |
Robert Hensing (roberth) | exactly. It matches the store path name part | 16:42:48 |
hexa |  Download image.png | 16:43:00 |
Robert Hensing (roberth) | because that's what builtins.derviation cares about | 16:43:07 |
hexa | as long as this situation would get fixed along the way I'll take it | 16:43:17 |
hexa | the first package is actually called solanum, the second package is some gnome extension in some namespace | 16:43:41 |
hexa | but yeah, silly pname parsing | 16:43:50 |