chmlib: Broken on aarch64
https://nix-cache.s3.amazonaws.com/log/dynpb96qlcgk0bgx5x1kmghv2qwfjcfk-chmlib-0.40.drv
This commit is contained in:
parent
6e3499efc5
commit
fa67cf5dab
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl}:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "chmlib-0.40";
|
name = "chmlib-0.40";
|
||||||
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.jedrea.com/chmlib;
|
homepage = http://www.jedrea.com/chmlib;
|
||||||
license = "LGPL";
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
description = "A library for dealing with Microsoft ITSS/CHM format files";
|
description = "A library for dealing with Microsoft ITSS/CHM format files";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user