Update pkgs/applications/audio/parlatype/default.nix

Removing version from package name.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
This commit is contained in:
Ryan Mulligan
2019-03-15 10:14:19 +01:00
committed by GitHub
parent f4909075db
commit eda06294c4

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, meson, gnome3, at-spi2-core, dbus, gst_all_1, sphinxbase, pocketsphinx, ninja, gettext, appstream-glib, python3, glib, gobject-introspection, gsettings-desktop-schemas, itstool, wrapGAppsHook, makeWrapper, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "parlatype-${version}";
pname = "parlatype";
version = "v1.6-beta";
src = fetchFromGitHub {