oxidized: 0.21.0 -> 0.25.0, drop obsolete patch (#52492)

This removes the patch for support of Dell X-series because
oxidized now includes a model for these switches.
This commit is contained in:
WilliButz
2018-12-19 00:24:51 +01:00
committed by zimbatm
parent 0594eb6fd2
commit 9b2e8ddebe
5 changed files with 150 additions and 82 deletions

View File

@@ -270,13 +270,6 @@ in
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
};
oxidized = attrs: {
postInstall = ''
cd "$(cat "$out/nix-support/gem-meta/install-path")"
patch -p1 < ${../../../tools/admin/oxidized/temporary-x-series.patch}
'';
};
pango = attrs: {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 xorg.libXdmcp pcre xorg.libpthreadstubs ];