forked from mirrors/nixpkgs
lz4: mark as working on all unixes
I've only tested on darwin, but it looks like a pretty vanilla package
This commit is contained in:
parent
d27dd12571
commit
51ebb5a9aa
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = https://code.google.com/p/lz4/;
|
||||
license = with licenses; [ bsd2 gpl2Plus ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue