fix eval
This commit is contained in:
parent
7188cc39fa
commit
7837b994bf
@ -26,10 +26,10 @@ buildPythonPackage rec {
|
||||
wrapProgram $out/bin/nvpy --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with pkgs.lib; {
|
||||
description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
|
||||
homepage = "https://github.com/cpbotha/nvpy";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = pkgs.lib.licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user