| 5 May 2023 |
baloo | keep in mind the end goal I guess. But I won't diminish the value of compromises. | 20:28:22 |
delroth | my tribute to the reproducibility gods in exchange for this discussion: https://github.com/NixOS/nixpkgs/pull/230186 and https://github.com/google/libphonenumber/pull/2921 (to be backported if it gets merged)
(Trying to keep my nitpicking / contributions ratio < 1 :P) | 21:07:39 |
| 6 May 2023 |
@genericnerdyusername:matrix.org | im working on fixing the gegl unreprodicibility, should I use sed or a tool dedicated to xml? I dont want to increase the closure size just for some text substitution, but i dont want it to break every update | 23:35:49 |
| 7 May 2023 |
@genericnerdyusername:matrix.org | went for patching the source instead | 00:56:54 |
@genericnerdyusername:matrix.org | https://github.com/NixOS/nixpkgs/pull/230429 | 01:04:36 |
| @lotte:chir.rs joined the room. | 07:41:00 |
@rnhmjoj:maxwell.ydns.eu | if anyone wants to make a PR the libnvme issue seems to be fixed with just:
--- a/pkgs/os-specific/linux/libnvme/default.nix
+++ b/pkgs/os-specific/linux/libnvme/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Ddocs=man"
- "-Ddocs-build=true"
+ "-Ddocs-build=false"
];
doCheck = true;
| 08:19:25 |
@rnhmjoj:maxwell.ydns.eu | * if anyone wants to make a PR, the libnvme issue seems to be fixed with just:
--- a/pkgs/os-specific/linux/libnvme/default.nix
+++ b/pkgs/os-specific/linux/libnvme/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Ddocs=man"
- "-Ddocs-build=true"
+ "-Ddocs-build=false"
];
doCheck = true;
| 08:19:32 |
delroth | that's more of a workaround than a fix... having the docs built would probably still be desirable | 19:56:00 |
delroth | ah nvm, I misunderstood -- looks like -Ddocs-build=false just uses pre-built manpages bundled in the source repo | 19:58:56 |
delroth | but I think libnvme is already fixed anyway by using the source epoch? | 19:59:10 |
| 8 May 2023 |
@rnhmjoj:maxwell.ydns.eu | I think so, but it's quite useless upstream stops bundling the manual pages | 05:50:34 |
@rnhmjoj:maxwell.ydns.eu | * I think so, but it's quite useless unless upstream stops bundling the manual pages | 06:40:08 |
| @lotte:chir.rs changed their profile picture. | 07:13:40 |
| JoelMcCracken joined the room. | 23:48:37 |
| 9 May 2023 |
raboof | raitobezarius suggested in #marketing:nixos.org that it might be nice to highlight some of the more 'epic' ideas/roadmap items we have on https://reproducible.nixos.org - so... let's make issues about them in the nixpkgs github repo and then link to them from the https://reproducible.nixos.org frontpage? | 14:54:32 |
raboof | https://github.com/orgs/NixOS/projects/30 is nice but more fine-grained/day-to-day | 14:55:37 |