Skip to content

Commit

Permalink
lumina.lumina-calculator: use mkDerivation from libsForQt5
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and Milan committed May 23, 2020
1 parent 2d896e0 commit 3478f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/lumina/lumina-calculator/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, qmake, qtbase, qttools }:
{ stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools }:

stdenv.mkDerivation rec {
mkDerivation rec {
pname = "lumina-calculator";
version = "1.6.0";

Expand Down

0 comments on commit 3478f3e

Please sign in to comment.