Skip to content

Commit

Permalink
i3xrocks: init at 1.3.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandptel authored Mar 10, 2025
1 parent d24a5dd commit 73a263a
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pkgs/by-name/i3/i3xrocks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
automake,
pkg-config,
xcbutilxrm,
xorg,
xcbutil,
autoreconfHook,
}:

stdenv.mkDerivation rec {
Expand All @@ -16,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "regolith-linux";
repo = "i3xrocks";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-qZWuYRwgSNVURxaZDzBU6yUcpIMUeGZg3HXlI8KzyX4=";
};

Expand All @@ -25,20 +26,12 @@ stdenv.mkDerivation rec {
automake
pkg-config
xcbutilxrm
xorg.xcbutil
xcbutil
autoreconfHook
];

configurePhase = ''
./autogen.sh
./configure --prefix=$out
'';

buildPhase = ''
make
'';

meta = {
description = "A fork of i3blocks that can read Xresources";
description = "Fork of i3blocks that can read Xresources";
homepage = "https://github.com/regolith-linux/i3xrocks";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ sandptel ];
Expand Down

0 comments on commit 73a263a

Please sign in to comment.