mendeley: Use QT mkDerivation

This commit is contained in:
Alex Rice
2019-11-13 08:55:06 +00:00
parent d1473e031e
commit 658bf7fe9b

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, dpkg, which
{ fetchurl, stdenv, mkDerivation, dpkg, which
, makeWrapper
, alsaLib
, desktop-file-utils
@@ -90,7 +90,7 @@ let
in
stdenv.mkDerivation {
mkDerivation {
pname = "mendeley";
inherit version;