Skip to content

Commit

Permalink
syspower: 0-unstable-2024-12-10 -> 0-unstable-2024-12-12
Browse files Browse the repository at this point in the history
This fixes a crucial bug relating to usage with nixos
  • Loading branch information
justDeeevin committed Dec 11, 2024
1 parent 8d165bf commit cdfa460
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/sy/syspower/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "System64fumo";
repo = "syspower";
rev = "b205c3443daaee6c3454f23b93b78f42c10221a1";
hash = "sha256-kLaWIaMTRurY7a8Nn7C9ft/Zdvx35AiU7Db8n/NFy90=";
rev = "323332b4d97a30360455682194ed35868fcbaf71";
hash = "sha256-obL9XUf8kONBWZoyrPvN1PWmEyQx8vMsl6KIneSjkGM=";
};

buildInputs = [
Expand All @@ -28,7 +28,7 @@ stdenv.mkDerivation {
pkg-config
];

makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = ["PREFIX=${placeholder "out"}"];

postFixup = ''
wrapProgram $out/bin/syspower --prefix LD_LIBRARY_PATH : $out/lib
Expand All @@ -38,7 +38,7 @@ stdenv.mkDerivation {
description = "Simple power menu/shutdown screen for Hyprland";
homepage = "https://gihub.com/System64fumo/syspower";
license = lib.licenses.wtfpl;
maintainers = with lib.maintainers; [ justdeeevin ];
maintainers = with lib.maintainers; [justdeeevin];
mainProgram = "syspower";
platforms = lib.platforms.linux;
};
Expand Down

0 comments on commit cdfa460

Please sign in to comment.