Loading pkgs/applications/misc/1password-gui/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ let sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ khaneliman timstott savannidgerinel sebtm Loading pkgs/applications/misc/1password/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ stdenv.mkDerivation { description = "1Password command-line tool"; homepage = "https://developer.1password.com/docs/cli/"; downloadPage = "https://app-updates.agilebits.com/product_history/CLI2"; maintainers = with maintainers; [ joelburget ]; maintainers = with maintainers; [ joelburget khaneliman ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; inherit mainProgram platforms; Loading pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,11 @@ stdenv.mkDerivation (finalAttrs: { inherit (finalAttrs.src.meta) homepage; description = "Blazing fast wayland wallpaper utility"; license = licenses.bsd3; maintainers = with maintainers; [ wozeparrot fufexan ]; maintainers = with maintainers; [ fufexan khaneliman wozeparrot ]; inherit (wayland.meta) platforms; broken = stdenv.hostPlatform.isDarwin; mainProgram = "hyprpaper"; Loading pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: { description = "Wlroots-compatible Wayland color picker that does not suck"; homepage = "https://github.com/hyprwm/hyprpicker"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fufexan ]; maintainers = with lib.maintainers; [ fufexan khaneliman ]; platforms = wayland.meta.platforms; mainProgram = "hyprpicker"; }; Loading pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,10 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v${finalAttrs.version}"; mainProgram = "hyprland-share-picker"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fufexan ]; maintainers = with lib.maintainers; [ fufexan khaneliman ]; platforms = lib.platforms.linux; }; }) Loading
pkgs/applications/misc/1password-gui/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ let sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ khaneliman timstott savannidgerinel sebtm Loading
pkgs/applications/misc/1password/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ stdenv.mkDerivation { description = "1Password command-line tool"; homepage = "https://developer.1password.com/docs/cli/"; downloadPage = "https://app-updates.agilebits.com/product_history/CLI2"; maintainers = with maintainers; [ joelburget ]; maintainers = with maintainers; [ joelburget khaneliman ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; inherit mainProgram platforms; Loading
pkgs/applications/window-managers/hyprwm/hyprpaper/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,11 @@ stdenv.mkDerivation (finalAttrs: { inherit (finalAttrs.src.meta) homepage; description = "Blazing fast wayland wallpaper utility"; license = licenses.bsd3; maintainers = with maintainers; [ wozeparrot fufexan ]; maintainers = with maintainers; [ fufexan khaneliman wozeparrot ]; inherit (wayland.meta) platforms; broken = stdenv.hostPlatform.isDarwin; mainProgram = "hyprpaper"; Loading
pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,10 @@ stdenv.mkDerivation (finalAttrs: { description = "Wlroots-compatible Wayland color picker that does not suck"; homepage = "https://github.com/hyprwm/hyprpicker"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fufexan ]; maintainers = with lib.maintainers; [ fufexan khaneliman ]; platforms = wayland.meta.platforms; mainProgram = "hyprpicker"; }; Loading
pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,10 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v${finalAttrs.version}"; mainProgram = "hyprland-share-picker"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fufexan ]; maintainers = with lib.maintainers; [ fufexan khaneliman ]; platforms = lib.platforms.linux; }; })