!UNVBThoJtlIiVwiDjU:nixos.org

Staging

394 Members
Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen127 Servers

Load older messages


SenderMessageTime
10 Jun 2026
@scrumplex:duckhub.ioScrumplex* So even if we revert the patch now, it will bite us back once 8.21.0 is generally available11:19:37
@raitobezarius:matrix.orgraitobezariusWe are aware of critical bugs in curl even in the current release11:20:03
@scrumplex:duckhub.ioScrumplex* I tested curl 8.21.0-r2 against lix and see the same hang11:20:42
@raitobezarius:matrix.orgraitobezariusWe will try to figure out things with curl upstream but we are also considering dropping curl of our dependency chain due to the quality issues in their releases11:20:47
@scrumplex:duckhub.ioScrumplex* I tested curl 8.21.0-rc2 against lix and see the same hang11:20:53
@raitobezarius:matrix.orgraitobezariusI recommend dropping the bug in the meantime11:20:55
@jkarlson:kapsi.fiEmil Thorsøeat least for nheko on my system the patch is kind of mandatory11:21:29
@raitobezarius:matrix.orgraitobezariusWe can use another curl attribute then11:21:47
@raitobezarius:matrix.orgraitobezariusBut I think the bugfix is probably wrong for any sophisticated user of H211:22:06
@juliusfreudenberger:jfreudenberger.dejuliusfreudenbergerI guess, this was the last one for 25.11?11:54:29
@vcunat:matrix.orgVladimír ČunátYes.11:54:47
@glepage:matrix.orgGaétan Lepage staging-next is next then? 14:25:10
@hexa:lossy.networkhexayes14:26:41
@hexa:lossy.networkhexain ~185k builds14:26:54
@hexa:lossy.networkhexaso 7-10 days14:27:03
@hexa:lossy.networkhexaRedacted or Malformed Event14:27:10
@glepage:matrix.orgGaétan LepageCool, thanks!14:58:16
@hexa:lossy.networkhexa python3Minimal on staging fails with find: ‘nuke-refs’: No such file or directory. 22:46:14
@hexa:lossy.networkhexawhat are the chances? https://github.com/nixos/nixpkgs/commit/4df33765698ad9b6ff28e2eb958f3971e23d106522:46:51
@hexa:lossy.networkhexa

This pr was made before AI policy was merged, I'll add commit trails tomorrow

22:47:10
@hexa:lossy.networkhexaawesome.22:47:13
@pyrox:pyrox.devdish [Fox/It/She]
In reply to @hexa:lossy.network

This pr was made before AI policy was merged, I'll add commit trails tomorrow

and then it was merged before said trailers were added >.>
22:58:36
@hexa:lossy.networkhexaon the commit before 4df337 python3Minimal builds23:10:58
@hexa:lossy.networkhexaI'm trying to find out if it broke on the commit23:11:06
11 Jun 2026
@hexa:lossy.networkhexahm no, builds on that commit00:06:59
@hexa:lossy.networkhexabisect it is00:10:57
@hexa:lossy.networkhexa
94c6cc8ea1eeccbd47b1de266b781c7bdd2df433 is the first bad commit
commit 94c6cc8ea1eeccbd47b1de266b781c7bdd2df433 (HEAD)
Author: Ethan Carter Edwards <ethan@ethancedwards.com>
Date:   Mon Jun 8 11:37:32 2026 -0700

    replaceVarsWith: properly set pname, version
    
    Link: https://github.com/NixOS/nixpkgs/issues/485742
    
    Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>

 pkgs/build-support/replace-vars/replace-vars-with.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
07:59:33
@hexa:lossy.networkhexa👀07:59:51
@hexa:lossy.networkhexa
diff --git a/pkgs/build-support/replace-vars/replace-vars-with.nix b/pkgs/build-support/replace-vars/replace-vars-with.nix
index abbb9a1cc1a0..60e48f841a19 100644
--- a/pkgs/build-support/replace-vars/replace-vars-with.nix
+++ b/pkgs/build-support/replace-vars/replace-vars-with.nix
@@ -122,7 +122,8 @@ in
 
 stdenvNoCC.mkDerivation (
   {
-    name = baseNameOf src;
+    pname = optionalAttrs.pname or optionalAttrs.name or (baseNameOf src);
+    version = "26.11pre-git";
   }
   // optionalAttrs
   // forcedAttrs
08:04:39
@hexa:lossy.networkhexathat's quite the minimal change08:04:50

Show newer messages


Back to Room ListRoom Version: 6