Skip to content

Commit

Permalink
frr: Remove warning which interferes with cross eval
Browse files Browse the repository at this point in the history
Release eval fails with

```
nix-env failed:
trace: evaluation warning: cannot enable SNMP support due to cross-compilation issues with net-snmp-config
```
  • Loading branch information
Artturin committed Dec 8, 2024
1 parent 9245a60 commit 905d1b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/fr/frr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@
, ospfApi ? true
}:

lib.warnIf (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform))
"cannot enable SNMP support due to cross-compilation issues with net-snmp-config"

stdenv.mkDerivation (finalAttrs: {
pname = "frr";
version = "10.1";
Expand Down

0 comments on commit 905d1b8

Please sign in to comment.