1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/development/libraries/libmspack/default.nix

10 lines
235 B
Nix
Raw Normal View History

{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libmspack-0.0.20040308alpha";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libmspack-0.0.20040308alpha.tar.gz;
md5 = "4d8e967649df0f6ade83df7da4b7511c";
};
}