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
hash = "sha256-Rp3i1EW/VIgPZS9LbclcfN9vVQLDVSSkWyEi1w1H68I=";
60
};
61
62
-
meta = with lib; {
63
64
description = "Utility to manipulate constant databases (cdb)";
65
mainProgram = "cdb";
···
71
'';
72
73
homepage = "https://www.corpit.ru/mjt/tinycdb.html";
74
-
license = licenses.publicDomain;
75
-
platforms = platforms.linux;
76
};
77
})
···
59
hash = "sha256-Rp3i1EW/VIgPZS9LbclcfN9vVQLDVSSkWyEi1w1H68I=";
60
};
61
62
+
meta = {
63
64
description = "Utility to manipulate constant databases (cdb)";
65
mainProgram = "cdb";
···
71
'';
72
73
homepage = "https://www.corpit.ru/mjt/tinycdb.html";
74
+
license = lib.licenses.publicDomain;
75
+
platforms = lib.platforms.linux;
76
};
77
})