We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407dfb7 + 0bc9c5e commit 5f02d4dCopy full SHA for 5f02d4d
packages/conf-automake/conf-automake.1/opam
@@ -28,6 +28,7 @@ depexts: [
28
[ "automake" ] {os-family = "mageia"}
29
[ "automake" ] {os-family = "suse" | os-family = "opensuse"}
30
[ "devel/automake" ] {os-family = "bsd"}
31
+ [ "automake" ] {os-family = "nixos"}
32
]
33
synopsis: "Virtual package relying on GNU automake"
34
description: "This package can only install if GNU automake is installed on the system."
packages/conf-dpkg/conf-dpkg.1/opam
@@ -19,6 +19,7 @@ depexts: [
19
["dpkg"] {os = "freebsd"}
20
["dpkg"] {os = "openbsd"}
21
["dpkg"] {os = "netbsd"}
22
+ ["dpkg"] {os-family = "nixos"}
23
24
x-ci-accept-failures: [
25
"oraclelinux-7" # Does not have the package by default
0 commit comments