summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ghostwriter
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-31 21:42:32 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-31 21:42:32 -0400
commit06b45a8d70e6c2156e8b0d58ff355ad55e972b9a (patch)
treeaa0e7f1ff7192d6e0c20b78f5f8acafdaf134f00 /pkgs/applications/editors/ghostwriter
parent6a79f6fb711143da795e0416c3dc04ad4d3acf74 (diff)
ghostwriter: use qt5's mkDerivation
Diffstat (limited to 'pkgs/applications/editors/ghostwriter')
-rw-r--r--pkgs/applications/editors/ghostwriter/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix
index a65954d7d2ae..1e07902365d2 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -1,9 +1,8 @@
-{ stdenv, fetchFromGitHub, qmake, pkgconfig, qttools, qtwebengine, hunspell }:
+{ stdenv, mkDerivation, fetchFromGitHub, qmake, pkgconfig, qttools, qtwebengine, hunspell }:
-stdenv.mkDerivation rec {
+mkDerivation rec {
pname = "ghostwriter";
version = "1.8.0";
- name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "wereturtle";