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
@@ -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";