about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-01-20 23:13:49 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-01-20 23:13:49 -0300
commit9838c39daca7487229811c8da6eb70d22255fbbe (patch)
tree6d3c397ad9eedebb317498d1674bbafed4c94ebb /pkgs/applications/emulators
parent4c1a14fe5c58ab4fe7e9b957a1ea2b4f670d2ece (diff)
mgba: unpin lua
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/mgba/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix
index 93ee78a70c8c0..4e0e8687b61e2 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