Merge pull request #73297 from veprbl/pr/eagle_fix

eagle: use mkDerivation provided by qt5
This commit is contained in:
worldofpeace 2019-11-12 16:57:24 +00:00 committed by GitHub
commit 1bbb04e954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeDesktopItem { stdenv, mkDerivation, fetchurl, makeDesktopItem
, libXrender, libXrandr, libXcursor, libX11, libXext, libXi, libxcb , libXrender, libXrandr, libXcursor, libX11, libXext, libXi, libxcb
, libGL, glib, nss, nspr, expat, alsaLib , libGL, glib, nss, nspr, expat, alsaLib
, qtbase, qtdeclarative, qtsvg, qtlocation, qtwebchannel, qtwebengine , qtbase, qtdeclarative, qtsvg, qtlocation, qtwebchannel, qtwebengine
@ -11,7 +11,7 @@ let
qtbase qtdeclarative qtsvg qtlocation qtwebchannel qtwebengine qtbase qtdeclarative qtsvg qtlocation qtwebchannel qtwebengine
]; ];
in in
stdenv.mkDerivation rec { mkDerivation rec {
pname = "eagle"; pname = "eagle";
version = "9.5.0"; version = "9.5.0";