mendeley: Use QT mkDerivation

This commit is contained in:
Alex Rice 2019-11-13 08:55:06 +00:00
parent d1473e031e
commit 658bf7fe9b
No known key found for this signature in database
GPG Key ID: 93DDCD7A2B3F3B88

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;