croaring: expand platforms to all
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user