uclibc: exclude aarch64-linux
This commit is contained in:
parent
14df60d0db
commit
77b69f8ee2
@ -105,11 +105,11 @@ stdenv.mkDerivation {
|
|||||||
libiconv = libiconvReal;
|
libiconv = libiconvReal;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.uclibc.org/;
|
homepage = http://www.uclibc.org/;
|
||||||
description = "A small implementation of the C library";
|
description = "A small implementation of the C library";
|
||||||
maintainers = with stdenv.lib.maintainers; [ rasendubi ];
|
maintainers = with maintainers; [ rasendubi ];
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = subtractLists ["aarch64-linux"] platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user