nixpkgs/pkgs/applications/virtualization/virtualbox
Peder Bergebakken Sundt d6ca5ed287 treewide: remove empty build inputs
Done with

```sh
regex='\s*(nativeBuild|build|check|nativeCheck)Inputs *= *\[ *\];'
rg "^$regex$" -l | xe sd "\n\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
```
2024-10-04 19:03:59 +02:00
..
guest-additions treewide: remove empty build inputs 2024-10-04 19:03:59 +02:00
guest-additions-iso
default.nix
extpack.nix
extra_symbols.patch
fix-audio-driver-loading.patch
fix-sdl.patch
hardened.patch
qt-dependency-paths.patch
qt-env-vars.patch
update.sh