mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
wlroots_0_16: init at 0.16
This commit is contained in:
parent
ead322b582
commit
d2596de25e
@ -120,5 +120,16 @@ rec {
|
||||
extraNativeBuildInputs = [ glslang ];
|
||||
};
|
||||
|
||||
wlroots_0_16 = generic {
|
||||
version = "0.16.0";
|
||||
hash = "sha256-k7BFx1xvvsdCXNWX0XeZYwv8H/myk4p42i2Y6vjILqM=";
|
||||
extraBuildInputs = [ vulkan-loader ];
|
||||
extraNativeBuildInputs = [ glslang ];
|
||||
extraPatch = ''
|
||||
substituteInPlace backend/drm/meson.build \
|
||||
--replace /usr/share/hwdata/ ${hwdata}/share/hwdata/
|
||||
'';
|
||||
};
|
||||
|
||||
wlroots = wlroots_0_15;
|
||||
}
|
||||
|
@ -29400,6 +29400,7 @@ with pkgs;
|
||||
inherit (callPackages ../development/libraries/wlroots {})
|
||||
wlroots_0_14
|
||||
wlroots_0_15
|
||||
wlroots_0_16
|
||||
wlroots;
|
||||
|
||||
sway-unwrapped = callPackage ../applications/window-managers/sway { };
|
||||
|
Loading…
Reference in New Issue
Block a user