Skip to content

Commit 9c2df01

Browse files
committed
Use os-version for debian
1 parent 74adcfd commit 9c2df01

File tree

1 file changed

+2
-1
lines changed
  • packages/conf-flint/conf-flint.3.0

1 file changed

+2
-1
lines changed

packages/conf-flint/conf-flint.3.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ depexts: [
3232
["flint"] {os-distribution = "arch"}
3333
]
3434
available: [
35-
!(os-family = "ubuntu" & os-version < "24.04")
35+
!(os-family = "ubuntu" & os-version < "24.04") &
36+
!(os-family = "debian" & os-version <= "12")
3637
]
3738

3839
synopsis: "Virtual package relying on a Flint lib system installation"

0 commit comments

Comments
 (0)