Loading pkgs/by-name/bo/boilr/package.nix +20 −17 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , clangStdenv , gtk3 , xorg , perl , openssl , speechd-minimal , libxkbcommon , libGL , wayland { lib, stdenv, fetchFromGitHub, rustPlatform, clangStdenv, gtk3, xorg, perl, openssl, speechd-minimal, libxkbcommon, libGL, wayland, }: let rpathLibs = [ Loading Loading @@ -38,7 +39,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { src = fetchFromGitHub { owner = "PhilipK"; repo = "BoilR"; rev = "v.${version}"; rev = "refs/tags/v.${version}"; hash = "sha256-bwCTsoZ/9TeO3wyEcOqxKePnj9glsDXWUBCLd3nVT80="; }; Loading @@ -57,10 +58,12 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { dontPatchELF = true; meta = { description = "Automatically adds (almost) all your games to your Steam library (including image art)"; description = "Automatically adds (almost) all your games to your Steam library (including image art)"; homepage = "https://github.com/PhilipK/BoilR"; license = with lib.licenses; [ asl20 mit ]; license = with lib.licenses; [ asl20 mit ]; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ foolnotion ]; mainProgram = "boilr"; Loading Loading
pkgs/by-name/bo/boilr/package.nix +20 −17 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , clangStdenv , gtk3 , xorg , perl , openssl , speechd-minimal , libxkbcommon , libGL , wayland { lib, stdenv, fetchFromGitHub, rustPlatform, clangStdenv, gtk3, xorg, perl, openssl, speechd-minimal, libxkbcommon, libGL, wayland, }: let rpathLibs = [ Loading Loading @@ -38,7 +39,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { src = fetchFromGitHub { owner = "PhilipK"; repo = "BoilR"; rev = "v.${version}"; rev = "refs/tags/v.${version}"; hash = "sha256-bwCTsoZ/9TeO3wyEcOqxKePnj9glsDXWUBCLd3nVT80="; }; Loading @@ -57,10 +58,12 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { dontPatchELF = true; meta = { description = "Automatically adds (almost) all your games to your Steam library (including image art)"; description = "Automatically adds (almost) all your games to your Steam library (including image art)"; homepage = "https://github.com/PhilipK/BoilR"; license = with lib.licenses; [ asl20 mit ]; license = with lib.licenses; [ asl20 mit ]; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ foolnotion ]; mainProgram = "boilr"; Loading