tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tinycdb: remove with lib
kyehn
5 months ago
ac07f6aa
a1623ab7
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ti
tinycdb
package.nix
+3
-3
pkgs/by-name/ti/tinycdb/package.nix
···
59
59
hash = "sha256-Rp3i1EW/VIgPZS9LbclcfN9vVQLDVSSkWyEi1w1H68I=";
60
60
};
61
61
62
62
-
meta = with lib; {
62
62
+
meta = {
63
63
64
64
description = "Utility to manipulate constant databases (cdb)";
65
65
mainProgram = "cdb";
···
71
71
'';
72
72
73
73
homepage = "https://www.corpit.ru/mjt/tinycdb.html";
74
74
-
license = licenses.publicDomain;
75
75
-
platforms = platforms.linux;
74
74
+
license = lib.licenses.publicDomain;
75
75
+
platforms = lib.platforms.linux;
76
76
};
77
77
})