tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fix eval
Domen Kožar
12 years ago
7837b994
7188cc39
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
nvpy
default.nix
+3
-3
pkgs/applications/misc/nvpy/default.nix
pkgs/applications/editors/nvpy/default.nix
···
26
26
wrapProgram $out/bin/nvpy --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
27
27
'';
28
28
29
29
-
meta = {
29
29
+
meta = with pkgs.lib; {
30
30
description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
31
31
homepage = "https://github.com/cpbotha/nvpy";
32
32
-
platforms = stdenv.lib.platforms.linux;
33
33
-
license = pkgs.lib.licenses.bsd3;
32
32
+
platforms = platforms.linux;
33
33
+
license = licenses.bsd3;
34
34
};
35
35
}