Loading pkgs/by-name/ru/rusty-psn/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ openssl, xorg, libGL, libxkbcommon, wayland, withGui ? false, # build GUI version }: Loading Loading @@ -59,6 +61,8 @@ rustPlatform.buildRustPackage rec { xorg.libXi xorg.libxcb libGL libxkbcommon wayland ]; buildNoDefaultFeatures = true; Loading Loading @@ -96,6 +100,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ AngryAnt ]; mainProgram = "rusty-psn"; mainProgram = if withGui then "rusty-psn-gui" else "rusty-psn"; }; } Loading
pkgs/by-name/ru/rusty-psn/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ openssl, xorg, libGL, libxkbcommon, wayland, withGui ? false, # build GUI version }: Loading Loading @@ -59,6 +61,8 @@ rustPlatform.buildRustPackage rec { xorg.libXi xorg.libxcb libGL libxkbcommon wayland ]; buildNoDefaultFeatures = true; Loading Loading @@ -96,6 +100,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ AngryAnt ]; mainProgram = "rusty-psn"; mainProgram = if withGui then "rusty-psn-gui" else "rusty-psn"; }; }