summary refs log tree commit diff
path: root/pkgs/applications/office/keepnote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/keepnote/default.nix')
-rw-r--r--pkgs/applications/office/keepnote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/keepnote/default.nix b/pkgs/applications/office/keepnote/default.nix
index 3f3b5c2966c..b8d04baf356 100644
--- a/pkgs/applications/office/keepnote/default.nix
+++ b/pkgs/applications/office/keepnote/default.nix
@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
     sha256 = "0nhkkv1n0lqf3zn17pxg5cgryv1wwlj4hfmhixwd76rcy8gs45dh";
   };
 
-  propagatedBuildInputs = with pythonPackages; [ sqlite3 pyGtkGlade ];
+  propagatedBuildInputs = with pythonPackages; [ pyGtkGlade ];
 
   # Testing fails.
   doCheck = false;