File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/conf-flint/conf-flint.3.0 Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build: [
19
19
]
20
20
depexts: [
21
21
["libflint-dev"] {os-family = "debian"}
22
- ["libflint-dev"] {os-family = "ubuntu"}
22
+ ["libflint-dev"] {os-family = "ubuntu" }
23
23
["flint"] {os = "macos" & os-distribution = "homebrew"}
24
24
["flint"] {os-distribution = "macports" & os = "macos"}
25
25
["flint" "flint-devel"] {os-distribution = "centos"}
@@ -31,6 +31,10 @@ depexts: [
31
31
["flint"] {os-distribution = "nixos"}
32
32
["flint"] {os-distribution = "arch"}
33
33
]
34
+ available: [
35
+ !(os-family = "ubuntu" & os-version < "24.04")
36
+ ]
37
+
34
38
synopsis: "Virtual package relying on a Flint lib system installation"
35
39
description:
36
40
"This package can only install if the Flint lib version 3 is installed on the system."
You can’t perform that action at this time.
0 commit comments