mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:37:35 +00:00
darkhttpd: minor cleanups
This commit is contained in:
parent
cfbdd3e0d6
commit
c8bdd873ff
@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -d "$out/bin"
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
# install darkhttpd
|
||||
install -Dm755 "darkhttpd" "$out/bin/darkhttpd"
|
||||
|
||||
@ -22,9 +22,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small and secure static webserver";
|
||||
homepage = https://unix4lyfe.org/darkhttpd/;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bobvanderlinden ];
|
||||
homepage = https://unix4lyfe.org/darkhttpd/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bobvanderlinden ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user