this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-automake and conf-dpkg depexts on nixos

+2
+1
packages/conf-automake/conf-automake.1/opam
··· 28 28 [ "automake" ] {os-family = "mageia"} 29 29 [ "automake" ] {os-family = "suse" | os-family = "opensuse"} 30 30 [ "devel/automake" ] {os-family = "bsd"} 31 + [ "automake" ] {os-family = "nixos"} 31 32 ] 32 33 synopsis: "Virtual package relying on GNU automake" 33 34 description: "This package can only install if GNU automake is installed on the system."
+1
packages/conf-dpkg/conf-dpkg.1/opam
··· 19 19 ["dpkg"] {os = "freebsd"} 20 20 ["dpkg"] {os = "openbsd"} 21 21 ["dpkg"] {os = "netbsd"} 22 + ["dpkg"] {os-family = "nixos"} 22 23 ] 23 24 x-ci-accept-failures: [ 24 25 "oraclelinux-7" # Does not have the package by default