Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libsecurity closure reductions #42887

Merged

Conversation

matthewbauer
Copy link
Member

No description provided.

marsam and others added 30 commits February 23, 2018 18:00
Added new required deps, minor org touchup.
Using a recursive attribute set is not recommended.
This update was generated by hackage2nix v2.9.2-30-g7c77e7e from Hackage revision
commercialhaskell/all-cabal-hashes@153e846.
(cherry picked from commit 7e2f2037ea6d6533492d407696f260e7b11df49d)
rycee and others added 15 commits July 2, 2018 17:59
In fff5923 all occurences of
users.extraUsers and users.extraGroups have been changed tree-wide to
users.users and users.group. In the meantime the hadoop modules were
introduced via NixOS#41381 (060a98e).

Unfortunately those modules still use users.extraUsers, which has been
renamed a long time ago (14321ae, about
three years from now), so let's actually rename it accordingly as well.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @aespinosa
also migrate from wxwidgets to qt, wxwidgets support in dolphin has been
dropped
source-han-code-jp: init at 2.011R
the double ’ should only be needed when using the braces. Otherwise
this will mess up some syntax highlighting, unfortunately, including nix-mode.
This prevents the apple sdk from coming into security tool

Fixes NixOS#42836
This prevents debugging stuff from coming into play. This avoids some
headers from accidentally winding up in the .dylib file.
Copy link
Member

@LnL7 LnL7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me if the multiple outputs change doesn't break anything.

@LnL7
Copy link
Member

LnL7 commented Jul 2, 2018

@GrahamcOfBorg build darwin.security_tool

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.security_tool

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on x86_64-linux (full log)

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.security_tool

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@matthewbauer matthewbauer changed the base branch from master to staging July 2, 2018 22:34
@matthewbauer matthewbauer merged commit e8e26be into NixOS:staging Jul 2, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.security_tool

Partial log (click to expand)

Making all for tool security...
make[3]: Nothing to be done for 'internal-tool-compile'.
Making install for tool security...
 Creating /nix/store/5lg3k82jppyj6f3g9g7kw7fafdcjgn93-SecurityTool-55115/bin/....
 Installing tool security...
post-installation fixup
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/5lg3k82jppyj6f3g9g7kw7fafdcjgn93-SecurityTool-55115/bin
patching script interpreter paths in /nix/store/5lg3k82jppyj6f3g9g7kw7fafdcjgn93-SecurityTool-55115
/nix/store/5lg3k82jppyj6f3g9g7kw7fafdcjgn93-SecurityTool-55115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet