mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Cleaning htpdate
This commit is contained in:
parent
8daeddf5c5
commit
1df85c0ed8
1 changed files with 2 additions and 7 deletions
|
@ -12,20 +12,15 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"INSTALL=install"
|
|
||||||
"STRIP=${stdenv.cc.bintools.targetPrefix}strip"
|
|
||||||
"prefix=$(out)"
|
"prefix=$(out)"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
mkdir -p $out
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Utility to fetch time and set the system clock over HTTP";
|
description = "Utility to fetch time and set the system clock over HTTP";
|
||||||
homepage = "http://www.vervest.org/htp/";
|
homepage = "https://github.com/twekkel/htpdate";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with lib.maintainers; [ julienmalka ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue