This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
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