mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
retroarch-assets: move to pkgs/by-name, format with nixfmt-rfc-style
This commit is contained in:
parent
e34cd11e1d
commit
1a6115afb5
@ -1,7 +1,8 @@
|
||||
{ lib
|
||||
, stdenvNoCC
|
||||
, fetchFromGitHub
|
||||
, unstableGitUpdater
|
||||
{
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
@ -1476,8 +1476,6 @@ with pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
retroarch-assets = callPackage ../applications/emulators/retroarch/retroarch-assets.nix { };
|
||||
|
||||
retroarch-joypad-autoconfig = callPackage ../applications/emulators/retroarch/retroarch-joypad-autoconfig.nix { };
|
||||
|
||||
libretro = recurseIntoAttrs (callPackage ../applications/emulators/retroarch/cores.nix { });
|
||||
|
Loading…
Reference in New Issue
Block a user