mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Move misc/emulators to applications/emulators - part 2
Three small leftovers found via ripgrep.
This commit is contained in:
parent
8d65e832f0
commit
36928989d7
@ -8,7 +8,7 @@ set -euo pipefail
|
||||
# this script is inspired:
|
||||
# - pkgs/servers/nosql/eventstore/create-deps.sh
|
||||
# - pkgs/development/dotnet-modules/python-language-server/create_deps.sh
|
||||
# - pkgs/misc/emulators/ryujinx/updater.sh
|
||||
# - pkgs/applications/emulators/ryujinx/updater.sh
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
|
@ -438,7 +438,7 @@ in {
|
||||
veikk-linux-driver = callPackage ../os-specific/linux/veikk-linux-driver { };
|
||||
vendor-reset = callPackage ../os-specific/linux/vendor-reset { };
|
||||
|
||||
vhba = callPackage ../misc/emulators/cdemu/vhba.nix { };
|
||||
vhba = callPackage ../applications/emulators/cdemu/vhba.nix { };
|
||||
|
||||
virtualbox = callPackage ../os-specific/linux/virtualbox {
|
||||
virtualbox = pkgs.virtualboxHardened;
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ stdenv, config, callPackage, wineBuild }:
|
||||
|
||||
rec {
|
||||
fonts = callPackage ../misc/emulators/wine/fonts.nix {};
|
||||
minimal = callPackage ../misc/emulators/wine {
|
||||
fonts = callPackage ../applications/emulators/wine/fonts.nix {};
|
||||
minimal = callPackage ../applications/emulators/wine {
|
||||
wineRelease = config.wine.release or "stable";
|
||||
inherit wineBuild;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user