ma pkgs.cozy-audiobooks: fix description

This commit is contained in:
makefu 2018-09-17 00:26:44 +02:00
parent 98ffcd6fd6
commit 04ab857228
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -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;