boilr: run nixfmt
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
{ 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 = [
|
||||
@@ -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=";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user