tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hackneyed: remove usages of with lib;
Amadej Kastelic
9 months ago
e111280e
ffb4c8cb
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ha
hackneyed
package.nix
+4
-4
pkgs/by-name/ha/hackneyed/package.nix
···
53
53
--replace 'inkscape-version: $(INKSCAPE)' 'inkscape-version:'
54
54
'';
55
55
56
56
-
meta = with lib; {
56
56
+
meta = {
57
57
homepage = "https://gitlab.com/Enthymeme/hackneyed-x11-cursors";
58
58
description = "Scalable cursor theme that resembles Windows 3.x/NT 3.x cursors";
59
59
-
platforms = platforms.all;
60
60
-
license = licenses.mit;
61
61
-
maintainers = with maintainers; [ somasis ];
59
59
+
platforms = lib.platforms.all;
60
60
+
license = lib.licenses.mit;
61
61
+
maintainers = with lib.maintainers; [ somasis ];
62
62
};
63
63
}