3
0
Fork 0
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:
Dan Peebles 2015-12-30 17:45:13 -05:00
parent d27dd12571
commit 51ebb5a9aa

View file

@ -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 ];
};
}