This removes the dependency on Microsoft.WindowsDesktop.App.Ref, which
is tied to the runtime version. We can't trivially add it to the
standard list of sdk packages, because its version doesn't exactly match
either the runtime or sdk versions. For example: 9.0.0-preview.1.24081.3
is needed for runtime 9.0.0-preview.1.24081.5.
Since we don't currently support windows targets, we'll just disable
this for now.
This will allow the sdks to be updated without changing the deps file.
fix: meta
Co-authored-by: Jeremy <jtbx@duck.com>
fix: replace stdenv with stdenvNoCC
Co-authored-by: Jeremy <jtbx@duck.com>
style: fix indentation
Co-authored-by: Jeremy <jtbx@duck.com>
fix: replace r flag with R
Co-authored-by: Jeremy <jtbx@duck.com>
fix: variables
fix: add closing parentheses at the end of the file
feat: skip configure phase
feat: skip build phase
feat: add runhook for preInstall and postInstall in installPhase
Co-authored-by: Jeremy <jtbx@duck.com>
Revert "feat: skip configure phase"
This reverts commit db36e576edd31f6dd4c5ec7ee6281478e4002487.
Revert "feat: skip build phase"
This reverts commit 92a193b7d8aafe9d29f925592cfbf261b52daf3c.
- Input list elements separated once per line
- finalAttrs design pattern
- meta updates:
- changelog
- description
- longDescription
- mainProgram
- adopted by AndersonTorres