tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
croaring: expand platforms to all
Ben Siraphob
5 years ago
9ed137b6
8529cfe2
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
croaring
default.nix
+1
-1
pkgs/development/libraries/croaring/default.nix
···
23
23
homepage = "http://roaringbitmap.org/";
24
24
license = licenses.asl20;
25
25
maintainers = with maintainers; [ orivej ];
26
26
-
platforms = platforms.linux;
26
26
+
platforms = platforms.all;
27
27
};
28
28
}