From 0dc02f60e567b6d9e102911c9c4e7990769289fd Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 31 May 2020 12:44:52 +0530 Subject: [PATCH] Lighttpd can be built from Nixpkgs --- packages/genodelabs/ports.nix | 1 - packages/genodelabs/targets.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/packages/genodelabs/ports.nix b/packages/genodelabs/ports.nix index 2c62a0d..768be6a 100644 --- a/packages/genodelabs/ports.nix +++ b/packages/genodelabs/ports.nix @@ -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 = { diff --git a/packages/genodelabs/targets.nix b/packages/genodelabs/targets.nix index 25a9f45..87dffc7 100644 --- a/packages/genodelabs/targets.nix +++ b/packages/genodelabs/targets.nix @@ -23,8 +23,6 @@ with ports; { libiconv.portInputs = [ libc libiconv ]; - lighttpd.portInputs = [ libc lighttpd openssl zlib ]; - noux.portInputs = [ libc ]; posix.portInputs = [ libc ];