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

Revert "linux: inside nix-shell, allow make menuconfig" #51833

Merged
merged 1 commit into from Dec 10, 2018

Conversation

Synthetica9
Copy link
Member

Reverts #47909

Fix for #51681

@@ -266,7 +265,6 @@ stdenv.mkDerivation ((drvAttrs config stdenv.hostPlatform.platform kernelPatches
++ optional (stdenv.lib.versionAtLeast version "4.14") libelf
++ optional (stdenv.lib.versionAtLeast version "4.15") utillinux
++ optionals (stdenv.lib.versionAtLeast version "4.16") [ bison flex ]
++ optionals stdenv.lib.inNixShell [ pkgconfig ncurses ]
Copy link
Member

Choose a reason for hiding this comment

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

inNixShell is a bit evil ...

@grahamc
Copy link
Member

grahamc commented Dec 10, 2018

cc @teto @joachifm

@Synthetica9
Copy link
Member Author

4a91cfd

This should not be used in Nixpkgs (since the question of what
constitutes a useful nix-shell environment is very subjective).

@Mic92
Copy link
Member

Mic92 commented Dec 10, 2018

Ah. This is what made the kernel recompile in nix-review (I am using nix-shell there for inspecting the builds).

@Mic92
Copy link
Member

Mic92 commented Dec 10, 2018

We could move these bits to: https://github.com/nix-community/nix-environments

@Mic92 Mic92 merged commit 6e61418 into NixOS:master Dec 10, 2018
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

5 participants