tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ascii: allow build on darwin
Stéphane Jourdois
10 years ago
42dfe8f4
7eea66ca
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
ascii
default.nix
+1
-1
pkgs/tools/text/ascii/default.nix
···
21
description = "Interactive ASCII name and synonym chart";
22
homepage = "http://www.catb.org/~esr/ascii/";
23
license = licenses.bsd3;
24
-
platforms = platforms.linux;
25
maintainers = [ maintainers.bjornfor ];
26
};
27
}
···
21
description = "Interactive ASCII name and synonym chart";
22
homepage = "http://www.catb.org/~esr/ascii/";
23
license = licenses.bsd3;
24
+
platforms = platforms.all;
25
maintainers = [ maintainers.bjornfor ];
26
};
27
}