mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
wlroots_0_18: init at 0.18.0
This commit is contained in:
parent
f0461bc93b
commit
febcfca9ce
@ -23,6 +23,7 @@
|
||||
, glslang
|
||||
, libliftoff
|
||||
, libdisplay-info
|
||||
, lcms2
|
||||
, nixosTests
|
||||
|
||||
, enableXWayland ? true
|
||||
@ -137,5 +138,19 @@ rec {
|
||||
];
|
||||
};
|
||||
|
||||
wlroots = wlroots_0_17;
|
||||
wlroots_0_18 = generic {
|
||||
version = "0.18.0";
|
||||
hash = "sha256-LiRnvu7qCbfSg+ONWVCtWwdzxxFZHfbgmy7zApCIW40=";
|
||||
extraNativeBuildInputs = [
|
||||
hwdata
|
||||
];
|
||||
extraBuildInputs = [
|
||||
ffmpeg
|
||||
libliftoff
|
||||
libdisplay-info
|
||||
lcms2
|
||||
];
|
||||
};
|
||||
|
||||
wlroots = wlroots_0_18;
|
||||
}
|
||||
|
@ -31230,6 +31230,7 @@ with pkgs;
|
||||
inherit (callPackages ../development/libraries/wlroots {})
|
||||
wlroots_0_16
|
||||
wlroots_0_17
|
||||
wlroots_0_18
|
||||
wlroots;
|
||||
|
||||
sway-contrib = recurseIntoAttrs (callPackages ../applications/misc/sway-contrib { });
|
||||
|
Loading…
Reference in New Issue
Block a user