Merge pull request #73326 from alexarice/mendeley-qt-fix

mendeley: Use Qt mkDerivation
This commit is contained in:
worldofpeace
2019-11-13 23:59:25 +00:00
committed by GitHub

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;