mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
althttpd: unstable-2022-01-10 -> unstable-2022-08-12, fix cross
compilation
This commit is contained in:
parent
793bbf3f0e
commit
41bf82e71b
@ -2,16 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "althttpd";
|
pname = "althttpd";
|
||||||
version = "unstable-2022-01-10";
|
version = "unstable-2022-08-12";
|
||||||
|
|
||||||
src = fetchfossil {
|
src = fetchfossil {
|
||||||
url = "https://sqlite.org/althttpd/";
|
url = "https://sqlite.org/althttpd/";
|
||||||
rev = "83196564d05f33c3";
|
rev = "823a1d985d4bacaa";
|
||||||
sha256 = "sha256-z/XMVnDihcO56kJaXIJGUUdnz8mR5jlySrLZX1tkV5c=";
|
sha256 = "sha256-yfVsOfqtHw9ftnK5B4RWeRR/ygfsTEDm7fFSaVxsCas=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
|
makeFlags = [ "CC:=$(CC)" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm755 -t $out/bin althttpd
|
install -Dm755 -t $out/bin althttpd
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user