mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Merge pull request #81993 from bhipple/u/wmfocus
wmfocus: 1.1.2 -> 1.1.3
This commit is contained in:
commit
7a89a34427
@ -1,21 +1,18 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform,
|
{ stdenv, fetchFromGitHub, rustPlatform
|
||||||
xorg, python3, pkgconfig, cairo, libxkbcommon }:
|
, xorg, python3, pkgconfig, cairo, libxkbcommon }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wmfocus";
|
pname = "wmfocus";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "svenstaro";
|
owner = "svenstaro";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0jx0h2zyghs3bp4sg8f3vk5rkyprz2dqfqs0v72vmkp3cvgzxbvs";
|
sha256 = "17qdsqp9072yr7rcm6g1h620rff95ldawr8ldpkbjmkh0rc86skn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "1nsdvzrsgprwq7lsvfpymqslhggdzfk3840y8x92qjb0l2g4jhw1";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "1xmc28ns59jcmnv17102s2084baxqdvi0ibbyqwb108385qnixzf";
|
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 pkgconfig ];
|
nativeBuildInputs = [ python3 pkgconfig ];
|
||||||
buildInputs = [ cairo libxkbcommon xorg.xcbutilkeysyms ];
|
buildInputs = [ cairo libxkbcommon xorg.xcbutilkeysyms ];
|
||||||
@ -27,9 +24,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Visually focus windows by label";
|
description = "Visually focus windows by label";
|
||||||
|
homepage = "https://github.com/svenstaro/wmfocus";
|
||||||
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ synthetica ];
|
maintainers = with maintainers; [ synthetica ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
|
||||||
homepage = https://github.com/svenstaro/wmfocus;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user