Skip to content

Commit

Permalink
Merge.Dependencies: Add gdk-x11-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Oct 10, 2024
1 parent a4fe7c7 commit c864eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Merge/Dependencies.hs
Original file line number Diff line number Diff line change
Expand Up @@ -612,4 +612,6 @@ pkgconfig_table =
,("libarchive", ("app-arch", "libarchive", def))
,("libbrotlidec", ("app-arch", "brotli", def))
,("libbrotlienc", ("app-arch", "brotli", def))
,("gdk-x11-3.0", ("x11-libs", "gtk+", Portage.DAttr (Portage.GivenSlot "3")
(portage.mkUse <$> [Portage.Use "X", Portage.Use "introspection"])))

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.0 on ubuntu-latest

Variable not in scope: portage :: b0 -> Portage.UseFlag

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.0 on ubuntu-latest

• Variable not in scope: mkUse :: Portage.Use -> b0

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.2 on ubuntu-latest

Variable not in scope: portage :: b0 -> Portage.UseFlag

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.2 on ubuntu-latest

• Variable not in scope: mkUse :: Portage.Use -> b0

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.4 on ubuntu-latest

Variable not in scope: portage :: b0 -> Portage.UseFlag

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.4 on ubuntu-latest

Variable not in scope: mkUse :: Portage.Use -> b0

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.6 on ubuntu-latest

Variable not in scope: portage :: b0 -> Portage.UseFlag

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.6 on ubuntu-latest

Variable not in scope: mkUse :: Portage.Use -> b0

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.8 on ubuntu-latest

Variable not in scope: portage :: b0 -> Portage.UseFlag

Check failure on line 616 in src/Merge/Dependencies.hs

View workflow job for this annotation

GitHub Actions / GHC 9.8 on ubuntu-latest

Variable not in scope: mkUse :: Portage.Use -> b0
]

0 comments on commit c864eed

Please sign in to comment.