!UNVBThoJtlIiVwiDjU:nixos.org

Staging

390 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.11 | Review Reports: https://malob.github.io/nix-review-tools-reports/127 Servers

Load older messages


SenderMessageTime
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
@hexa:lossy.networkhexareverting in https://github.com/NixOS/nixpkgs/pull/53070010:59:57
@hexa:lossy.networkhexaquickly verifiying that I'm not full of shit11:02:12
@vcunat:matrix.orgVladimír Čunát Verifying that stdenv builds again? 11:23:15
@hexa:lossy.networkhexapython3Minimal11:23:32
@hexa:lossy.networkhexaso going beyond stdenv11:23:42
@hexa:lossy.networkhexaI think11:23:45
@vcunat:matrix.orgVladimír Čunáthttps://hydra.nixos.org/job/nixpkgs/staging/stdenv.x86_64-linux11:24:06
@vcunat:matrix.orgVladimír ČunátI don't think so.11:24:13
@vcunat:matrix.orgVladimír ČunátWell, here it's visible: https://hydra.nixos.org/build/33150808211:24:47
@vcunat:matrix.orgVladimír Čunát Anyway, I started a build, but gcc will take a while even with 24 cores. 11:25:31
@vcunat:matrix.orgVladimír Čunát * Anyway, I started a build, but gcc will take a while even with 24 cores dedicated to this. 11:25:39
@hexa:lossy.networkhexaoh, python3Minimal is part of stdenv?11:27:00
@hexa:lossy.networkhexahm, since dcda21b1556f0b3618dc8f7bd196eaab1fd5089c11:27:46
@vcunat:matrix.orgVladimír Čunátglibc depends on python3Minimal11:33:10
@vcunat:matrix.orgVladimír Čunát (in nativeBuildInputs) 11:33:25
@hexa:lossy.networkhexaso how close are we to python-based hooks 🤔11:34:17
@hexa:lossy.networkhexaRedacted or Malformed Event11:34:38
@vcunat:matrix.orgVladimír Čunát

For reference, originally it was added in 2019

447edaa32fce glibc: 2.27 -> 2.30
11:35:57
@vcunat:matrix.orgVladimír ČunátPython-based hooks might run into bootstrapping. I think we (used to) have basically full stdenv hook system during the whole bootstrapping process.11:37:00
@vcunat:matrix.orgVladimír Čunát* Python-based hooks might run into bootstrapping complications. I think we (used to) have basically full stdenv hook system during the whole bootstrapping process.11:37:09
@hexa:lossy.networkhexaI'm also a bit sad we never got toposorted hooks13:02:59
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/18971413:03:37
@hexa:lossy.networkhexa that would really upend the turtles we have down there 13:03:49
@hexa:lossy.networkhexalike … what does preDistPhases even mean?13:04:01

Show newer messages


Back to Room ListRoom Version: 6