mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #273873 from ConnorBaker/fix/cudaPackages-installPhase-missing-newline
cudaPackages: add missing newline to manifest builder
This commit is contained in:
commit
824052b193
@ -189,6 +189,9 @@ backendStdenv.mkDerivation (
|
||||
''
|
||||
# Move the outputs into their respective outputs.
|
||||
+ strings.concatMapStringsSep "\n" mkMoveToOutputCommand (builtins.tail finalAttrs.outputs)
|
||||
# Add a newline to the end of the installPhase, so that the post-install hook doesn't
|
||||
# get concatenated with the last moveToOutput command.
|
||||
+ "\n"
|
||||
# Post-install hook
|
||||
+ ''
|
||||
runHook postInstall
|
||||
|
Loading…
Reference in New Issue
Block a user