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
commit c62c7b8f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;