about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-07-02 11:31:34 +0800
committerGitHub <noreply@github.com>2024-07-02 11:31:34 +0800
commit757480edbe7f737b452c8bd52bbbb3039588a221 (patch)
tree825e96eaf2bd5810ebab20bb49d4c5c463c43da9 /pkgs/development/libraries
parent320e7c8cc62995c3209ec63c780fe36db62890e3 (diff)
parent1f6984ff25b21aa4c17d3e28a5724b674d12d5c9 (diff)
Merge pull request #323356 from trofi/wlroots-latest-libliftoff
wlroots: use default libliftoff 0.5, not 0.4
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix
index 0e9011778d2de..687a51832f96a 100644
--- a/pkgs/development/libraries/wlroots/default.nix
+++ b/pkgs/development/libraries/wlroots/default.nix
@@ -21,7 +21,7 @@
 , seatd
 , vulkan-loader
 , glslang
-, libliftoff_0_4
+, libliftoff
 , libdisplay-info
 , nixosTests
 
@@ -132,7 +132,7 @@ rec {
     ];
     extraBuildInputs = [
       ffmpeg
-      libliftoff_0_4
+      libliftoff
       libdisplay-info
     ];
   };