Skip to content

Commit 5f02d4d

Browse files
authored
Merge pull request #26261 from RyanGibb/nixos-depexts-automake-and-dpkg
conf-automake and conf-dpkg depexts on nixos
2 parents 407dfb7 + 0bc9c5e commit 5f02d4d

File tree

2 files changed

+2
-0
lines changed
  • packages
    • conf-automake/conf-automake.1
    • conf-dpkg/conf-dpkg.1

2 files changed

+2
-0
lines changed

packages/conf-automake/conf-automake.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depexts: [
2828
[ "automake" ] {os-family = "mageia"}
2929
[ "automake" ] {os-family = "suse" | os-family = "opensuse"}
3030
[ "devel/automake" ] {os-family = "bsd"}
31+
[ "automake" ] {os-family = "nixos"}
3132
]
3233
synopsis: "Virtual package relying on GNU automake"
3334
description: "This package can only install if GNU automake is installed on the system."

packages/conf-dpkg/conf-dpkg.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ depexts: [
1919
["dpkg"] {os = "freebsd"}
2020
["dpkg"] {os = "openbsd"}
2121
["dpkg"] {os = "netbsd"}
22+
["dpkg"] {os-family = "nixos"}
2223
]
2324
x-ci-accept-failures: [
2425
"oraclelinux-7" # Does not have the package by default

0 commit comments

Comments
 (0)