xorg: improve splicing situtation #199912
Merged
Artturin merged 5 commits intoNixOS:masterfrom Nov 11, 2022
Merged
Conversation
This was referenced Nov 6, 2022
Member
Author
|
There's still a issue with the self splicing in xcursorthemes = super.xcursorthemes.overrideAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs ++ [ self.xcursorgen ];
buildInputs = attrs.buildInputs ++ [ self.xorgproto ];
configureFlags = [ "--with-cursordir=$(out)/share/icons" ];
}); |
777b85f to
16404eb
Compare
Member
Author
|
the remaining cross-failures (libFS,libWindowsWM,xf86videoxgi,xf86videotdfx,xf86videor128) are errors like and |
Member
Author
|
from ~45 failures to ~7, pretty good :) btw im building with nix-eval-jobs --flake ".#legacyPackages.x86_64-linux.pkgsCross.aarch64-multiplatform.xorg" 2>/dev/null --impure \
| jq '.drvPath | select(. != null)' \
| xargs nix build -v --keep-going --no-link |
17d49dc to
16404eb
Compare
Member
Author
|
i'll move to a separate PR so this can go in to master
|
13 tasks
the packages will be spliced correctly
16404eb to
7e00495
Compare
Ericson2314
reviewed
Nov 11, 2022
| ApplicationServices, Carbon, Cocoa, Xplugin | ||
| mcpp, libepoxy, openssl, pkg-config, llvm, libxslt, libxcrypt, | ||
| ApplicationServices, Carbon, Cocoa, Xplugin, | ||
| xorg |
Member
There was a problem hiding this comment.
I don't see why xorg is here and used instead of self below. That seems wrong.
Member
There was a problem hiding this comment.
self is not spliced, containing only packages for hostPlatform, while xorg is spliced, thus the packages for appropriated platforms can be automatically selected, I guess that's the reason why we have to use xorg here.
samueldr
added a commit
to samueldr-wip/mobile-nixos-wip
that referenced
this pull request
Nov 16, 2022
Breaking change: NixOS/nixpkgs#199912
wentam
pushed a commit
to wentam/mobile-nixos
that referenced
this pull request
Feb 26, 2023
Breaking change: NixOS/nixpkgs#199912
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes