| 27 Jan 2024 |
| @lehmanator:gnulinux.club left the room. | 17:03:54 |
| 28 Jan 2024 |
hexa | commit 238a6053c43f7ac2e3dcc3d3c7f29f1e0c0be589
Author: Artturin <Artturin@artturin.com>
Date: Wed Jun 1 00:34:59 2022 +0300
stdenv: support opt-in __structuredAttrs
Co-authored-by: Robin Gloster <mail@glob.in>
stdenv: print message if structuredAttrs is enabled
stdenv: add _append
reduces the chance of a user doing it wrong
fix nix develop issue
output hooks don't work yet in nix develop though
making $outputs be the same on non-structuredAttrs and structuredAttrs
is too much trouble.
lets instead make a function that gets the output names
reading environment file '/nix/store/2x7m69a2sm2kh0r6v0q5s9z1dh41m4xf-xz-5.2.5-env-bin'
nix: src/nix/develop.cc:299: std::string Common::makeRcScript(nix::ref<nix::Store>, const BuildEnvironment&, const Path&): Assertion `outputs != buildEnvironment.vars.end()' failed.
use a function to get all output names instead of using $outputs
copy env functionality from https://github.com/NixOS/nixpkgs/pull/76732/commits
.../cluster/nomad-autoscaler/default.nix | 2 +-
pkgs/build-support/bintools-wrapper/default.nix | 4 +-
pkgs/build-support/release/nix-build.nix | 2 +-
pkgs/build-support/setup-hooks/auto-patchelf.sh | 2 +-
pkgs/build-support/setup-hooks/move-docs.sh | 12 +-
pkgs/build-support/setup-hooks/multiple-outputs.sh | 34 ++--
.../setup-hooks/patch-ppd-files/patch-ppd-hook.sh | 2 +-
pkgs/build-support/setup-hooks/strip.sh | 21 +-
pkgs/build-support/setup-hooks/win-dll-link.sh | 2 +-
pkgs/build-support/testers/expect-failure.sh | 2 +-
pkgs/data/icons/catppuccin-cursors/default.nix | 2 +-
pkgs/data/icons/comixcursors/default.nix | 2 +-
pkgs/desktops/gnome/core/gdm/default.nix | 2 +-
pkgs/development/compilers/openjdk/11.nix | 4 +-
pkgs/development/compilers/openjdk/12.nix | 4 +-
pkgs/development/compilers/openjdk/13.nix | 4 +-
pkgs/development/compilers/openjdk/14.nix | 4 +-
pkgs/development/compilers/openjdk/15.nix | 4 +-
pkgs/development/compilers/openjdk/16.nix | 4 +-
pkgs/development/compilers/openjdk/17.nix | 4 +-
pkgs/development/compilers/openjdk/18.nix | 4 +-
pkgs/development/compilers/openjdk/19.nix | 4 +-
pkgs/development/compilers/openjdk/8.nix | 4 +-
pkgs/development/libraries/polkit/default.nix | 2 +-
.../darwin/signing-utils/auto-sign-hook.sh | 2 +-
pkgs/stdenv/generic/default-builder.sh | 4 +
pkgs/stdenv/generic/make-derivation.nix | 31 ++-
pkgs/stdenv/generic/setup.sh | 222 ++++++++++++++++-----
pkgs/tools/typesetting/tex/texlive/bin.nix | 2 +-
29 files changed, 272 insertions(+), 120 deletions(-)
| 00:34:20 |
hexa | I'll try to double-check that next | 00:34:28 |
hexa | it does touch configureFlags alot 😄 | 01:09:49 |
hexa | Artturin? 🙂 | 01:09:54 |
hexa | https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/browsers/firefox/common.nix#L323-L327 stopped working after this change | 01:10:32 |
hexa | the modification of the array does not arrive in the configureFlags | 01:10:54 |
hexa | trying appendToVar instead | 01:25:05 |
hexa | * trying appendToVar on configureFlags instead | 01:25:10 |
hexa | https://github.com/NixOS/nixpkgs/pull/284387 | 03:04:22 |
| 29 Jan 2024 |
| Sam Lehman joined the room. | 11:03:40 |
| Sam Lehman set a profile picture. | 11:06:04 |
| 31 Jan 2024 |
hexa | https://github.com/NixOS/nixpkgs/pull/285159 🤷 | 03:30:45 |
| @federicodschonborn:matrix.org changed their profile picture. | 03:36:23 |
| @federicodschonborn:matrix.org changed their profile picture. | 06:22:02 |
vcunat | Worth backporting to 23.11? | 08:29:59 |
hexa | no harm in not doing it | 11:31:16 |
hexa | * no harm in doing it | 11:32:44 |
hexa | floorp-unwrapped> Running phase: configurePhase
floorp-unwrapped> head: cannot open 'sourcestamp.txt' for reading: No such file or directory
| 11:43:33 |
hexa | floorp seems to delete that file | 11:43:41 |