Skip to content

try to fix ca-derivations firefox#297466

Merged
mweinelt merged 2 commits intoNixOS:masterfrom
pillowtrucker:unjank-firefox-contentAddressed
Mar 20, 2024
Merged

try to fix ca-derivations firefox#297466
mweinelt merged 2 commits intoNixOS:masterfrom
pillowtrucker:unjank-firefox-contentAddressed

Conversation

@pillowtrucker
Copy link
Contributor

Description of changes

Fixed illegal reference in derivation, resolves #297423

Things done

found a reference to stdenv.cc, removed it with removeReferencesTo, based on other PRs that did a similar fixup

  • Built on platform(s)
    • [√ ] x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • [ √] sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [√ ] Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@pillowtrucker pillowtrucker requested a review from mweinelt as a code owner March 20, 2024 14:25
@NixOSInfra NixOSInfra added the 12.first-time contribution This PR is the author's first one; please be gentle! label Mar 20, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Mar 20, 2024
@mweinelt
Copy link
Member

mweinelt commented Mar 20, 2024

@ofborg test firefox

@mweinelt mweinelt merged commit 562f67b into NixOS:master Mar 20, 2024
gador added a commit to gador/nixpkgs that referenced this pull request Oct 21, 2024
see analog example of this fix in firefox in NixOS#297466

Signed-off-by: Florian Brandes <[email protected]>
gador added a commit to gador/nixpkgs that referenced this pull request Oct 21, 2024
see analog example of this fix in firefox in NixOS#297466

Signed-off-by: Florian Brandes <[email protected]>
gador added a commit to gador/nixpkgs that referenced this pull request Oct 21, 2024
see analog example of this fix in firefox in NixOS#297466

Signed-off-by: Florian Brandes <[email protected]>
keatonhasse pushed a commit to keatonhasse/nixpkgs that referenced this pull request Oct 30, 2024
see analog example of this fix in firefox in NixOS#297466

Signed-off-by: Florian Brandes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failure: firefox (-devedition) with ca-derivations and contentAddressedByDefault

3 participants