mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
ppsspp: use qt5's mkDerivation
This commit is contained in:
parent
07829a0c92
commit
0ac7bb6328
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, qtbase, qtmultimedia
|
||||
{ stdenv, mkDerivation, fetchFromGitHub, cmake, pkgconfig, qtbase, qtmultimedia
|
||||
, glew, libzip, snappy, zlib, withGamepads ? true, SDL2 }:
|
||||
|
||||
assert withGamepads -> (SDL2 != null);
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
pname = "ppsspp";
|
||||
version = "1.4.2";
|
||||
|
||||
|
|
Loading…
Reference in a new issue