mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
9 lines
255 B
Nix
9 lines
255 B
Nix
with import <nixpkgs>{}; stdenv.mkDerivation {
|
|
name = "yabar-dev";
|
|
src = ./.;
|
|
|
|
buildInputs = [
|
|
cairo gdk_pixbuf libconfig pango pkgconfig xorg.xcbutilwm docbook_xsl
|
|
alsaLib wirelesstools asciidoc libxslt makeWrapper libxml2 playerctl
|
|
];
|
|
}
|