kamid: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2022-11-27 21:21:54 +03:00
parent 5da55af045
commit 7cb7cac6a5
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -28,11 +28,13 @@ stdenv.mkDerivation rec {
libbsd
];
makeFlags = [ "AR:=$(AR)" ];
meta = with lib; {
description = "A FREE, easy-to-use and portable implementation of a 9p file server daemon for UNIX-like systems";
homepage = "https://kamid.omarpolo.com";
license = licenses.isc;
maintainers = with maintainers; [ heph2 ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}