Merge pull request #206796 from atorres1985-contrib/labwc

labwc: 0.5.3 -> 0.6.0

authored by Anderson Torres and committed by GitHub a3491c33 632ae113

+16 -11
+15 -8
pkgs/applications/window-managers/labwc/default.nix
··· 15 , scdoc 16 , wayland 17 , wayland-protocols 18 - , wlroots 19 , xwayland 20 }: 21 22 - stdenv.mkDerivation rec { 23 pname = "labwc"; 24 - version = "0.5.3"; 25 26 src = fetchFromGitHub { 27 owner = "labwc"; 28 - repo = pname; 29 - rev = version; 30 - hash = "sha256-YD2bGxa7uss6KRvOGM0kn8dM+277ubaYeOB7ugRZCcY="; 31 }; 32 33 nativeBuildInputs = [ ··· 49 wayland 50 wayland-protocols 51 wlroots 52 xwayland 53 ]; 54 55 - mesonFlags = [ "-Dxwayland=enabled" ]; 56 57 meta = with lib; { 58 homepage = "https://github.com/labwc/labwc"; ··· 61 maintainers = with maintainers; [ AndersonTorres ]; 62 inherit (wayland.meta) platforms; 63 }; 64 - }
··· 15 , scdoc 16 , wayland 17 , wayland-protocols 18 + , wlroots_0_16 19 + , xcbutilwm 20 , xwayland 21 }: 22 23 + let 24 + wlroots = wlroots_0_16; 25 + in 26 + stdenv.mkDerivation (finalAttrs: { 27 pname = "labwc"; 28 + version = "0.6.0"; 29 30 src = fetchFromGitHub { 31 owner = "labwc"; 32 + repo = "labwc"; 33 + rev = finalAttrs.version; 34 + hash = "sha256-P1hKYTW++dpV3kdmI5nBGun080gVTrKzi2WOJKR84j4="; 35 }; 36 37 nativeBuildInputs = [ ··· 53 wayland 54 wayland-protocols 55 wlroots 56 + xcbutilwm 57 xwayland 58 ]; 59 60 + mesonFlags = [ 61 + (lib.mesonEnable "xwayland" true) 62 + ]; 63 64 meta = with lib; { 65 homepage = "https://github.com/labwc/labwc"; ··· 68 maintainers = with maintainers; [ AndersonTorres ]; 69 inherit (wayland.meta) platforms; 70 }; 71 + })
+1 -3
pkgs/top-level/all-packages.nix
··· 30161 30162 lame = callPackage ../development/libraries/lame { }; 30163 30164 - labwc = callPackage ../applications/window-managers/labwc { 30165 - wlroots = wlroots_0_15; 30166 - }; 30167 30168 larswm = callPackage ../applications/window-managers/larswm { }; 30169
··· 30161 30162 lame = callPackage ../development/libraries/lame { }; 30163 30164 + labwc = callPackage ../applications/window-managers/labwc { }; 30165 30166 larswm = callPackage ../applications/window-managers/larswm { }; 30167