about summary refs log tree commit diff
path: root/pkgs/applications/audio/rhvoice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/rhvoice/default.nix')
-rw-r--r--pkgs/applications/audio/rhvoice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/rhvoice/default.nix b/pkgs/applications/audio/rhvoice/default.nix
index c34b27edd96d..e3eb750496ba 100644
--- a/pkgs/applications/audio/rhvoice/default.nix
+++ b/pkgs/applications/audio/rhvoice/default.nix
@@ -3,7 +3,7 @@
 
 let
   version = "unstable-2018-02-10";
-in stdenv.mkDerivation rec {
+in stdenv.mkDerivation {
   pname = "rhvoice";
   inherit version;