croaring: expand platforms to all
This commit is contained in:
parent
8529cfe268
commit
9ed137b640
pkgs/development/libraries/croaring
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://roaringbitmap.org/";
|
homepage = "http://roaringbitmap.org/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue