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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user