mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Revert "Use wayland 1.5 also for cogl 1.16"
This reverts commit c2ab75c47b
.
This commit is contained in:
parent
c2ab75c47b
commit
65e6449faa
1 changed files with 1 additions and 3 deletions
|
@ -4970,9 +4970,7 @@ let
|
|||
|
||||
cminpack = callPackage ../development/libraries/cminpack { };
|
||||
|
||||
cogl = callPackage ../development/libraries/cogl {
|
||||
wayland = wayland_1_5;
|
||||
};
|
||||
cogl = callPackage ../development/libraries/cogl { };
|
||||
|
||||
cogl_1_18 = callPackage ../development/libraries/cogl/1.18.nix {
|
||||
wayland = wayland_1_5;
|
||||
|
|
Loading…
Reference in a new issue