tracy: fixupPhase -> postFixup, because linting

This commit is contained in:
Robert Scott 2021-04-05 19:00:53 +01:00
parent 59d8cd8cb6
commit d5cbe9183f

View file

@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
install -D ./update/build/unix/update-release $out/bin/update
'';
fixupPhase = lib.optionalString stdenv.isDarwin ''
postFixup = lib.optionalString stdenv.isDarwin ''
install_name_tool -change libcapstone.4.dylib ${capstone}/lib/libcapstone.4.dylib $out/bin/Tracy
'';