mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
quarto: fix postInstall overrides
This commit is contained in:
parent
c7fc9de18b
commit
4182db564d
@ -61,7 +61,7 @@ stdenv.mkDerivation (final: {
|
||||
mv bin/* $out/bin
|
||||
mv share/* $out/share
|
||||
|
||||
runHook preInstall
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user