mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +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 ];
|
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;
|
wlroots = wlroots_0_15;
|
||||||
}
|
}
|
||||||
|
@ -29400,6 +29400,7 @@ with pkgs;
|
|||||||
inherit (callPackages ../development/libraries/wlroots {})
|
inherit (callPackages ../development/libraries/wlroots {})
|
||||||
wlroots_0_14
|
wlroots_0_14
|
||||||
wlroots_0_15
|
wlroots_0_15
|
||||||
|
wlroots_0_16
|
||||||
wlroots;
|
wlroots;
|
||||||
|
|
||||||
sway-unwrapped = callPackage ../applications/window-managers/sway { };
|
sway-unwrapped = callPackage ../applications/window-managers/sway { };
|
||||||
|
Loading…
Reference in New Issue
Block a user