WIP frobar 4

This commit is contained in:
Geoffrey Frogeye 2025-05-30 00:41:09 +02:00
parent dc0048d8dc
commit f15e407240
4 changed files with 209 additions and 139 deletions

View file

@ -12,7 +12,7 @@
# is called pyton-mpd2 on PyPi but mpd2 in nixpkgs.
pkgs.python3Packages.buildPythonPackage rec {
pname = "frobar";
version = "3.1";
version = "4.0";
dependencies = with pkgs.python3Packages; [
i3ipc
@ -29,6 +29,7 @@ pkgs.python3Packages.buildPythonPackage rec {
buildInputs = with pkgs; [
playerctl
gtk4-layer-shell
];
preFixup = ''
@ -50,6 +51,7 @@ pkgs.python3Packages.buildPythonPackage rec {
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.glib.out
pkgs.playerctl
pkgs.gtk4-layer-shell
];
src = ./.;