Skip to content

Commit

Permalink
uclibc: exclude aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 7, 2017
1 parent 14df60d commit 77b69f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/uclibc/default.nix
Expand Up @@ -105,11 +105,11 @@ stdenv.mkDerivation {
libiconv = libiconvReal;
};

meta = {
meta = with stdenv.lib; {
homepage = http://www.uclibc.org/;
description = "A small implementation of the C library";
maintainers = with stdenv.lib.maintainers; [ rasendubi ];
license = stdenv.lib.licenses.lgpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ rasendubi ];
license = licenses.lgpl2;
platforms = subtractLists ["aarch64-linux"] platforms.linux;
};
}

0 comments on commit 77b69f8

Please sign in to comment.