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