Skip to content

Commit

Permalink
ppsspp: use qt5's mkDerivation
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp authored and worldofpeace committed Nov 13, 2019
1 parent 07829a0 commit 0ac7bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/ppsspp/default.nix
@@ -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";

Expand Down

0 comments on commit 0ac7bb6

Please sign in to comment.