mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
mgba: unpin lua
This commit is contained in:
parent
4c1a14fe5c
commit
9838c39dac
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue