Commit 3c6b7627 authored by rewine's avatar rewine
Browse files

pixmam: test both wlroots_0_17 and wlroots_0_18

wlroots is unstable, should move to aliases.nix, both 0.17 and 0.18 are widely used in nixpkgs
parent a0146318
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
, qemu
, scribus
, tigervnc
, wlroots
, wlroots_0_17
, wlroots_0_18
, xwayland

, gitUpdater
@@ -66,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    tests = {
      inherit cairo qemu scribus tigervnc wlroots xwayland;
      inherit cairo qemu scribus tigervnc wlroots_0_17 wlroots_0_18 xwayland;
      pkg-config = testers.hasPkgConfigModules {
        package = finalAttrs.finalPackage;
      };