Lighttpd can be built from Nixpkgs
parent
e3e5528569
commit
0dc02f60e5
|
@ -19,7 +19,6 @@ with buildPackages; {
|
|||
libiconv.hash = "sha256-H1BPWDmQ4s0zLnCitg+kz2yNeTU7+S7/w58SqmvHWGQ=";
|
||||
libpng.hash = "sha256-N69Q7ciQuW4sFl5k5XIe7rdkQvYZ3qfo6FlvgDgDGJo=";
|
||||
libssh.hash = "sha256-Z/1YdhISh2kqBjWiTOLkS+usoeeekJvAuYrVUgpxnQM=";
|
||||
lighttpd.hash = "sha256-fJ5w2YhTwjK+z6+VK50InPnDM5AmMnAwh0imx04sr5E=";
|
||||
lwip.hash = "sha256-mB7RI9ITvS5IDawQS4pXBcDQDQhtXEk3w0Deis+SzLQ=";
|
||||
lz4.hash = "sha256-IFfj+D5l+BE6JnuN0+doIAvTzXz5SHCQ+EF2m75UK08=";
|
||||
mesa = {
|
||||
|
|
|
@ -23,8 +23,6 @@ with ports; {
|
|||
|
||||
libiconv.portInputs = [ libc libiconv ];
|
||||
|
||||
lighttpd.portInputs = [ libc lighttpd openssl zlib ];
|
||||
|
||||
noux.portInputs = [ libc ];
|
||||
|
||||
posix.portInputs = [ libc ];
|
||||
|
|
Loading…
Reference in New Issue