Skip to content

Commit a2bebdd

Browse files
committedNov 13, 2017
anki: fix package name
1 parent d3cb4de commit a2bebdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/games/anki/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv
2-
, buildPythonPackage
2+
, buildPythonApplication
33
, callPackage
44
, lib
55
, python
@@ -27,7 +27,7 @@ let
2727

2828
qt4 = pyqt4.qt;
2929

30-
in buildPythonPackage rec {
30+
in buildPythonApplication rec {
3131
version = "2.0.47";
3232
name = "anki-${version}";
3333

0 commit comments

Comments
 (0)
Please sign in to comment.