Unverified Commit e111280e authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

hackneyed: remove usages of with lib;

parent ffb4c8cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -53,11 +53,11 @@ stdenvNoCC.mkDerivation rec {
        --replace 'inkscape-version: $(INKSCAPE)' 'inkscape-version:'
  '';

  meta = with lib; {
  meta = {
    homepage = "https://gitlab.com/Enthymeme/hackneyed-x11-cursors";
    description = "Scalable cursor theme that resembles Windows 3.x/NT 3.x cursors";
    platforms = platforms.all;
    license = licenses.mit;
    maintainers = with maintainers; [ somasis ];
    platforms = lib.platforms.all;
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ somasis ];
  };
}