plan9port: modify the builder to use the INSTALL script.

plan9port ships with an INSTALL script. This commit modifies the
builder to use the script instead of a custom build script. The
commit also adds a patch to build fontsrv, which is otherwise
omitted from the build.
This commit is contained in:
Ramakrishnan Muthukrishnan
2014-04-15 18:37:18 +05:30
parent 61cc18c55f
commit 38e81b5640
3 changed files with 24 additions and 40 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
stdenv.mkDerivation rec {
name = "plan9port-20140228";
patches = [ ./fontsrv.patch ];
builder = ./builder.sh;
src = fetchurl {