darkhttpd: minor cleanups
This commit is contained in:
parent
cfbdd3e0d6
commit
c8bdd873ff
@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155";
|
sha256 = "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
enableParallelBuilding = true;
|
||||||
install -d "$out/bin"
|
|
||||||
|
|
||||||
|
installPhase = ''
|
||||||
# install darkhttpd
|
# install darkhttpd
|
||||||
install -Dm755 "darkhttpd" "$out/bin/darkhttpd"
|
install -Dm755 "darkhttpd" "$out/bin/darkhttpd"
|
||||||
|
|
||||||
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Small and secure static webserver";
|
description = "Small and secure static webserver";
|
||||||
homepage = https://unix4lyfe.org/darkhttpd/;
|
homepage = https://unix4lyfe.org/darkhttpd/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
maintainers = with maintainers; [ bobvanderlinden ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bobvanderlinden ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user