mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Merge pull request #14489 from roberth/shell-a-la-carte
Infer devShell deps, provide smaller one
This commit is contained in:
commit
918c1a9e58
10 changed files with 264 additions and 90 deletions
|
|
@ -58,8 +58,8 @@ mkMesonDerivation (finalAttrs: {
|
|||
"man"
|
||||
];
|
||||
|
||||
# Hack for sake of the dev shell
|
||||
passthru.externalNativeBuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
nix-cli
|
||||
meson
|
||||
ninja
|
||||
(lib.getBin lowdown-unsandboxed)
|
||||
|
|
@ -78,10 +78,6 @@ mkMesonDerivation (finalAttrs: {
|
|||
changelog-d
|
||||
];
|
||||
|
||||
nativeBuildInputs = finalAttrs.passthru.externalNativeBuildInputs ++ [
|
||||
nix-cli
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
chmod u+w ./.version
|
||||
echo ${finalAttrs.version} > ./.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue