about summary refs log tree commit diff
path: root/pkgs/games/pro-office-calculator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pro-office-calculator/default.nix')
-rw-r--r--pkgs/games/pro-office-calculator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/pro-office-calculator/default.nix b/pkgs/games/pro-office-calculator/default.nix
index bbdcd3f58502..7a0e3bec78d4 100644
--- a/pkgs/games/pro-office-calculator/default.nix
+++ b/pkgs/games/pro-office-calculator/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
-stdenv.mkDerivation rec {
+{ mkDerivation, stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
+mkDerivation rec {
   version = "1.0.13";
   pname = "pro-office-calculator";