libliftoff: 0.4.1 -> 0.5.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -15,4 +15,5 @@ let
|
||||
in
|
||||
{
|
||||
libliftoff_0_4 = mkVariant "0.4.1" "sha256-NPwhsd6IOQ0XxNQQNdaaM4kmwoLftokV86WYhoa5csY=";
|
||||
libliftoff_0_5 = mkVariant "0.5.0" "sha256-PcQY8OXPqfn8C30+GAYh0Z916ba5pik8U0fVpZtFb5g=";
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
, seatd
|
||||
, vulkan-loader
|
||||
, glslang
|
||||
, libliftoff
|
||||
, libliftoff_0_4
|
||||
, libdisplay-info
|
||||
, nixosTests
|
||||
|
||||
@@ -132,7 +132,7 @@ rec {
|
||||
];
|
||||
extraBuildInputs = [
|
||||
ffmpeg
|
||||
libliftoff
|
||||
libliftoff_0_4
|
||||
libdisplay-info
|
||||
];
|
||||
};
|
||||
|
||||
@@ -5487,6 +5487,10 @@ with pkgs;
|
||||
hypr = callPackage ../applications/window-managers/hyprwm/hypr {
|
||||
cairo = cairo.override { xcbSupport = true; }; };
|
||||
|
||||
hyprland = callPackage ../by-name/hy/hyprland/package.nix {
|
||||
libliftoff = libliftoff_0_4;
|
||||
};
|
||||
|
||||
hyprland-autoname-workspaces = callPackage ../applications/misc/hyprland-autoname-workspaces { };
|
||||
|
||||
hyprland-per-window-layout = callPackage ../tools/wayland/hyprland-per-window-layout { };
|
||||
@@ -22207,8 +22211,8 @@ with pkgs;
|
||||
|
||||
liblc3 = callPackage ../development/libraries/liblc3 { };
|
||||
|
||||
inherit (callPackages ../development/libraries/libliftoff { }) libliftoff_0_4;
|
||||
libliftoff = libliftoff_0_4;
|
||||
inherit (callPackages ../development/libraries/libliftoff { }) libliftoff_0_4 libliftoff_0_5;
|
||||
libliftoff = libliftoff_0_5;
|
||||
|
||||
liblqr1 = callPackage ../development/libraries/liblqr-1 {
|
||||
inherit (darwin.apple_sdk.frameworks) Carbon AppKit;
|
||||
|
||||
Reference in New Issue
Block a user