kamid: fix cross-compilation
This commit is contained in:
parent
5da55af045
commit
7cb7cac6a5
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue