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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pro-office-calculator/default.nix b/pkgs/games/pro-office-calculator/default.nix
index 7486bf0d940..6991735962d 100644
--- a/pkgs/games/pro-office-calculator/default.nix
+++ b/pkgs/games/pro-office-calculator/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia, fetchpatch }:
+{ stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
 stdenv.mkDerivation rec {
   version = "1.0.13";
   name = "pro-office-calculator-${version}";