···8484 <ProjectReference Include="../foo/bar.fsproj" />
8585 <PackageReference Include="bar" Version="*" Condition=" '$(ContinuousIntegrationBuild)'=='true' "/>
8686 ```
8787-* `executables` is used to specify which executables get wrapped to `$out/bin`, relative to `$out/lib/$pname`. If this is unset, all executables generated will get installed. If you do not want to install any, set this to `[]`.
8787+* `executables` is used to specify which executables get wrapped to `$out/bin`, relative to `$out/lib/$pname`. If this is unset, all executables generated will get installed. If you do not want to install any, set this to `[]`. This gets done in the `preFixup` phase.
8888* `runtimeDeps` is used to wrap libraries into `LD_LIBRARY_PATH`. This is how dotnet usually handles runtime dependencies.
8989* `buildType` is used to change the type of build. Possible values are `Release`, `Debug`, etc. By default, this is set to `Release`.
9090* `dotnet-sdk` is useful in cases where you need to change what dotnet SDK is being used.
···6868 "OpenTabletDriver.Tests.PluginRepositoryTest.ExpandRepositoryTarball"
6969 ];
70707171- postInstall = ''
7171+ postFixup = ''
7272 # Give a more "*nix" name to the binaries
7373 mv $out/bin/OpenTabletDriver.Console $out/bin/otd
7474 mv $out/bin/OpenTabletDriver.Daemon $out/bin/otd-daemon