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

codeblocks: 13.12 -> 16.01 #24074

Closed
wants to merge 1 commit into from
Closed

codeblocks: 13.12 -> 16.01 #24074

wants to merge 1 commit into from

Conversation

ndowens
Copy link
Contributor

@ndowens ndowens commented Mar 19, 2017

Motivation for this change

Update

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@ndowens, thanks for your PR! By analyzing the history of the files in this pull request, we identified @linquize, @wkennington and @vcunat to be potential reviewers.

};

buildInputs = [ automake autoconf libtool pkgconfig file zip wxGTK gtk2 ]
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libtool file zip wxGTK gtk2 ]
Copy link
Member

Choose a reason for hiding this comment

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

Are zip and libtool (and file) used by the installed application?

Intuitively I feel like they should be build-time-only dependencies used by the build system on the host (so, nativeBuildInputs), but I may be wrong.

Copy link
Member

@vcunat vcunat Mar 24, 2017

Choose a reason for hiding this comment

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

Beware in general, as e.g. some packages link against ${libtool.lib}/lib/libltld.so. EDIT: and file has libmagic...

@ndowens
Copy link
Contributor Author

ndowens commented Mar 24, 2017 via email

7c6f434c pushed a commit to 7c6f434c/nixpkgs that referenced this pull request Mar 24, 2017
(@7c6f434c) move the buildInputs missed in the initial version to
nativeBuildInputs, too.

Pushed instead of NixOS#24074
@7c6f434c
Copy link
Member

Checked, not in the closure.

@7c6f434c 7c6f434c closed this Mar 24, 2017
@7c6f434c
Copy link
Member

(Pushed the updated version)

@7c6f434c
Copy link
Member

7c6f434c commented Mar 24, 2017 via email

@vcunat
Copy link
Member

vcunat commented Mar 24, 2017

Well, if someone attempted a real cross-compilation and we had this incorrectly, the linking should fail IIRC, whether it's static or dynamic (stuff compiled for different targets).

@7c6f434c
Copy link
Member

7c6f434c commented Mar 24, 2017 via email

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

Successfully merging this pull request may close these issues.

None yet

4 participants