ascii: allow build on darwin
This commit is contained in:
parent
7eea66cabe
commit
42dfe8f4e1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Interactive ASCII name and synonym chart";
|
description = "Interactive ASCII name and synonym chart";
|
||||||
homepage = "http://www.catb.org/~esr/ascii/";
|
homepage = "http://www.catb.org/~esr/ascii/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue