wl-clipboard: remove auto_features=enabled from expression
It is now the default.
This commit is contained in:
parent
c3fe79e930
commit
1811e9155d
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig wayland-protocols ];
|
nativeBuildInputs = [ meson ninja pkgconfig wayland-protocols ];
|
||||||
buildInputs = [ wayland ];
|
buildInputs = [ wayland ];
|
||||||
mesonFlags = [ "-Dauto_features=enabled" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command-line copy/paste utilities for Wayland";
|
description = "Command-line copy/paste utilities for Wayland";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user