mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
snappy: Builds with MinGW just fine!
This commit is contained in:
parent
c8cf55215a
commit
ed56d04c8e
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://google.github.io/snappy/;
|
homepage = https://google.github.io/snappy/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
description = "Compression/decompression library for very high speeds";
|
description = "Compression/decompression library for very high speeds";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue