nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix

18 lines
429 B
Nix
Raw Normal View History

args @ { fetchurl, ... }:
rec {
baseName = ''nibbles'';
version = ''20161204-git'';
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/nibbles/2016-12-04/nibbles-20161204-git.tgz'';
sha256 = ''06cdnivq2966crpj8pidqmwagaif848yvq4fjqq213f3wynwknh4'';
};
overrides = x: {
};
}