oxidized: init at 0.21.0

This commit is contained in:
WilliButz
2018-04-19 12:18:49 +02:00
committed by Robin Gloster
parent e91d3c9179
commit dc433b476e
7 changed files with 320 additions and 0 deletions

View File

@@ -208,6 +208,13 @@ 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 ];