!OqhvaDMJdKYUicLDiE:nixos.org

Nixpkgs Stdenv

136 Members
49 Servers

Load older messages


SenderMessageTime
24 Sep 2024
@artturin:matrix.orgArtturinthen rebase and merge immediately19:00:51
@emilazy:matrix.orgemilyok, works for me19:02:04
@emilazy:matrix.orgemilyI wasn't sure if ofborg completes eval for conflicted PRs but I guess it started eval before it was conflicted :)19:02:19
@artturin:matrix.orgArtturinOfborg said failed to merge so I rebased19:20:54
@emilazy:matrix.orgemilymaybe we should just merge and then revert if ofborg looks wrong19:50:50
@artturin:matrix.orgArtturin
In reply to @emilazy:matrix.org
maybe we should just merge and then revert if ofborg looks wrong
Yep can't go more than an hour without conflicts and would require a few hours for ofborg
21:05:12
@artturin:matrix.orgArtturinRebased again21:05:55
@emilazy:matrix.orgemilymight have been a good reason to split things up :) but we got successful ofborg results before. I'll reproduce the commit locally and merge21:06:30
@artturin:matrix.orgArtturin
nixfmt 'pkgs/applications/misc/blender/default.nix' 'pkgs/applications/misc/zathura/core/default.nix' 'pkgs/applications/networking/pjsip/default.nix' 'pkgs/by-name/av/avbroot/package.nix' 'pkgs/by-name/ch/chatd/package.nix' 'pkgs/by-name/da/darklua/package.nix' 'pkgs/by-name/de/debase/package.nix' 'pkgs/by-name/do/dotter/package.nix' 'pkgs/by-name/fl/flameshot/package.nix' 'pkgs/by-name/gd/gdlv/package.nix' 'pkgs/by-name/ld/ld64/package.nix' 'pkgs/by-name/ma/maa-assistant-arknights/package.nix' 'pkgs/by-name/mi/mistral-rs/package.nix' 'pkgs/by-name/nt/ntpd-rs/package.nix' 'pkgs/by-name/op/ophcrack/package.nix' 'pkgs/by-name/pr/protonmail-desktop/package.nix' 'pkgs/by-name/py/pylyzer/package.nix' 'pkgs/by-name/ra/rathole/package.nix' 'pkgs/by-name/ru/rustlings/package.nix' 'pkgs/by-name/ty/typst-lsp/package.nix' 'pkgs/by-name/ya/yabai/package.nix' 'pkgs/development/libraries/SDL2/default.nix' 'pkgs/development/libraries/science/math/suitesparse-graphblas/default.nix' 'pkgs/development/python-modules/behave/default.nix' 'pkgs/development/python-modules/cherrypy/default.nix' 'pkgs/development/python-modules/cmsis-pack-manager/default.nix' 'pkgs/development/python-modules/construct/default.nix' 'pkgs/development/python-modules/devito/default.nix' 'pkgs/development/python-modules/doit/default.nix' 'pkgs/development/python-modules/hupper/default.nix' 'pkgs/development/python-modules/imagecodecs-lite/default.nix' 'pkgs/development/python-modules/img2pdf/default.nix' 'pkgs/development/python-modules/intake/default.nix' 'pkgs/development/python-modules/invisible-watermark/default.nix' 'pkgs/development/python-modules/materialx/default.nix' 'pkgs/development/python-modules/mmengine/default.nix' 'pkgs/development/python-modules/modeled/default.nix' 'pkgs/development/python-modules/openusd/default.nix' 'pkgs/development/python-modules/pillow-simd/default.nix' 'pkgs/development/python-modules/pyeclib/default.nix' 'pkgs/development/python-modules/pylibjpeg-openjpeg/default.nix' 'pkgs/development/python-modules/pyqtwebengine/default.nix' 'pkgs/development/python-modules/pyside6/default.nix' 'pkgs/development/python-modules/pysvn/default.nix' 'pkgs/development/python-modules/pytest-flask/default.nix' 'pkgs/development/python-modules/scipy/default.nix' 'pkgs/development/python-modules/sleekxmpp/default.nix' 'pkgs/development/python-modules/sourmash/default.nix' 'pkgs/development/python-modules/spectral-cube/default.nix' 'pkgs/development/python-modules/torch/default.nix' 'pkgs/development/python-modules/twisted/default.nix' 'pkgs/development/python-modules/watchdog/default.nix' 'pkgs/development/python-modules/zigpy/default.nix' 'pkgs/development/tools/language-servers/lua-language-server/default.nix' 'pkgs/development/tools/misc/ddd/default.nix' 'pkgs/development/tools/misc/hydra-cli/default.nix' 'pkgs/development/tools/wasm-pack/default.nix' 'pkgs/os-specific/linux/rtl8821ce/default.nix' 'pkgs/servers/homepage-dashboard/default.nix' 'pkgs/tools/misc/goaccess/default.nix' 'pkgs/tools/security/chainsaw/default.nix' 'pkgs/by-name/th/thonny/package.nix' 'pkgs/by-name/ge/gepetto-viewer/package.nix' 'pkgs/by-name/ht/httptoolkit/package.nix' 'pkgs/by-name/zu/zutty/package.nix'
21:07:10
@artturin:matrix.orgArtturinthis is the nixfmt cmd21:07:13
@emilazy:matrix.orgemilyGitHub sure chugs on a PR this big21:10:07
@emilazy:matrix.orgemily'tis done21:10:51
@rosscomputerguy:matrix.orgTristan RossIt's a little scary to look at but glad it's in.21:13:22
@ckie:ckie.devmei 🌒& changed their profile picture.23:19:25
25 Sep 2024
@janne.hess:helsinki-systems.deJanne Heß joined the room.10:00:48
@janne.hess:helsinki-systems.deJanne Heß Hi, I'm currently trying out stuff with python and the respective propagated inputs. My goal is to only propagate PYTHONPATH and not other variables like PATH. I tried that by adding a nix-support/python-dependencies file which works great but I struggle with parsing it. The current implementation which takes deps from propagated-build-inputs just calls addEnvHooks but I don't think I can do this because that would also add all pages to PATH. So I started implementing my own logic that recurses over the packages but I struggle to figure out which variables I should inspect. I am sure about propagatedBuildInputs and nativeBuildInputs but it feels like I shouldn't start my own list. Is there something in stdenv I can use to not reimplement these lists? 10:04:28
@emilazy:matrix.orgemily Artturin: not sure we should ignore that treewide for blame as it obscures "wait, why is this using hostPlatform?" 15:32:20
@emilazy:matrix.orgemily(as opposed to something like nixfmt which is purely presentational)15:32:40
@emilazy:matrix.orgemily(posted on github instead actually)15:34:15
27 Sep 2024
@yannis:mozilla.orgyannis changed their display name from yannis to yannis|pto back oct 16.15:17:29
1 Oct 2024
@-_o:matrix.org-_o joined the room.21:00:11
4 Oct 2024
@terrorjack:matrix.terrorjack.comterrorjack joined the room.17:38:12
7 Oct 2024
@lehmanator:tchncs.deSam Lehman changed their profile picture.14:24:11
9 Oct 2024
@rosscomputerguy:matrix.orgTristan Rosshttps://github.com/NixOS/nixpkgs/pull/335023 I hope we can get this in soon, it'll fix aarch64-linux building of the kernel 18:15:00
@qyliss:fairydust.spaceAlyssa RossI'm still really unsure about it19:36:37
@rosscomputerguy:matrix.orgTristan Ross
In reply to @qyliss:fairydust.space
I'm still really unsure about it
In what way? It being necessary? Because it does make pkgsLLVM.linux build correctly on aarch64-linux.
19:37:44
@qyliss:fairydust.spaceAlyssa RossIn the way I said in my comment19:39:20
@qyliss:fairydust.spaceAlyssa RossI don't think there's a one way 64-bit<->32-bit mapping.19:39:27
@qyliss:fairydust.spaceAlyssa Ross * 19:39:41
@rosscomputerguy:matrix.orgTristan RossOh19:40:25

Show newer messages


Back to Room ListRoom Version: 9