oxidized: init at 0.21.0
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user