From 9838c39daca7487229811c8da6eb70d22255fbbe Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 20 Jan 2024 23:13:49 -0300 Subject: [PATCH] mgba: unpin lua --- pkgs/applications/emulators/mgba/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix index 93ee78a70c8c..4e0e8687b61e 100644 --- a/pkgs/applications/emulators/mgba/default.nix +++ b/pkgs/applications/emulators/mgba/default.nix @@ -9,7 +9,7 @@ , libepoxy , libsForQt5 , libzip -, lua5_4 +, lua , minizip , pkg-config , stdenv @@ -18,7 +18,6 @@ }: let - lua = lua5_4; inherit (libsForQt5) qtbase qtmultimedia