summary refs log tree commit diff
path: root/pkgs/applications/editors/ghostwriter/default.nix
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/default.nix
parent6a79f6fb711143da795e0416c3dc04ad4d3acf74 (diff)
downloadnixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar.gz
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar.bz2
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar.lz
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar.xz
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.tar.zst
nixpkgs-06b45a8d70e6c2156e8b0d58ff355ad55e972b9a.zip
ghostwriter: use qt5's mkDerivation
Diffstat (limited to 'pkgs/applications/editors/ghostwriter/default.nix')
-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 a65954d7d2a..1e07902365d 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";