Skip to content

Commit

Permalink
eagle: use mkDerivation provided by qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Nov 12, 2019
1 parent a43702d commit a84607a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/electronics/eagle/eagle.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeDesktopItem
{ stdenv, mkDerivation, fetchurl, makeDesktopItem
, libXrender, libXrandr, libXcursor, libX11, libXext, libXi, libxcb
, libGL, glib, nss, nspr, expat, alsaLib
, qtbase, qtdeclarative, qtsvg, qtlocation, qtwebchannel, qtwebengine
Expand All @@ -11,7 +11,7 @@ let
qtbase qtdeclarative qtsvg qtlocation qtwebchannel qtwebengine
];
in
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "eagle";
version = "9.5.0";

Expand Down

0 comments on commit a84607a

Please sign in to comment.