anki: fix package name

This commit is contained in:
Orivej Desh 2017-11-13 13:19:36 +00:00
parent d3cb4de970
commit a2bebdd6ce

View file

@ -1,5 +1,5 @@
{ stdenv
, buildPythonPackage
, buildPythonApplication
, callPackage
, lib
, python
@ -27,7 +27,7 @@ let
qt4 = pyqt4.qt;
in buildPythonPackage rec {
in buildPythonApplication rec {
version = "2.0.47";
name = "anki-${version}";