mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:37:46 +00:00
waybar: Use system style
This commit is contained in:
parent
475e516e2a
commit
cb895499a7
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, meson, pkgconfig, ninja
|
||||
{ stdenv, fetchFromGitHub, meson, pkgconfig, ninja, wrapGAppsHook
|
||||
, wayland, wlroots, gtkmm3, libinput, libsigcxx, jsoncpp, fmt, scdoc, spdlog, gtk-layer-shell
|
||||
, traySupport ? true, libdbusmenu-gtk3
|
||||
, pulseSupport ? false, libpulseaudio
|
||||
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkgconfig scdoc
|
||||
meson ninja pkgconfig scdoc wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = with stdenv.lib;
|
||||
|
Loading…
Reference in New Issue
Block a user