lol

hackneyed: remove usages of with lib;

+4 -4
+4 -4
pkgs/by-name/ha/hackneyed/package.nix
··· 53 53 --replace 'inkscape-version: $(INKSCAPE)' 'inkscape-version:' 54 54 ''; 55 55 56 - meta = with lib; { 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 - platforms = platforms.all; 60 - license = licenses.mit; 61 - maintainers = with maintainers; [ somasis ]; 59 + platforms = lib.platforms.all; 60 + license = lib.licenses.mit; 61 + maintainers = with lib.maintainers; [ somasis ]; 62 62 }; 63 63 }