summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-17 00:26:44 +0200
committermakefu <github@syntax-fehler.de>2018-09-17 00:26:44 +0200
commit04ab857228a55ae6627df2bf5714d7ab0b12ebe5 (patch)
treed0e519bdbb631ad7a319304f8598f3a524a4793b /makefu/5pkgs
parent98ffcd6fd64adc2773bb1fc6f7f838016b5582f8 (diff)
ma pkgs.cozy-audiobooks: fix description
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/cozy-audiobooks/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/makefu/5pkgs/cozy-audiobooks/default.nix b/makefu/5pkgs/cozy-audiobooks/default.nix
index f1d655a0..870fa8ce 100644
--- a/makefu/5pkgs/cozy-audiobooks/default.nix
+++ b/makefu/5pkgs/cozy-audiobooks/default.nix
@@ -85,13 +85,9 @@ stdenv.mkDerivation rec {
ninja test
'';
- #preInstall = ''
- # export MESON_INSTALL_PREFIX=$out
- #'';
-
meta = with stdenv.lib; {
description = ''
- Eval nix code from python.
+ A modern audio book player for Linux using GTK+ 3
'';
maintainers = [ maintainers.makefu ];
license = licenses.mit;