Revert "mkShell: compose shellHooks"

This reverts commit 000463186d.

https://github.com/NixOS/nixpkgs/pull/63718#issuecomment-507240192
This commit is contained in:
Eelco Dolstra
2019-07-01 14:22:58 +02:00
parent d1567794cc
commit da613b5c80

View File

@@ -20,7 +20,6 @@ let
"nativeBuildInputs"
"propagatedBuildInputs"
"propagatedNativeBuildInputs"
"shellHook"
];
in
@@ -33,9 +32,6 @@ stdenv.mkDerivation ({
propagatedBuildInputs = mergeInputs "propagatedBuildInputs";
propagatedNativeBuildInputs = mergeInputs "propagatedNativeBuildInputs";
shellHook = lib.concatStringsSep "\n" (lib.catAttrs "shellHook"
(lib.reverseList inputsFrom ++ [attrs]));
nobuildPhase = ''
echo
echo "This derivation is not meant to be built, aborting";