nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
Michael Raskin fb8379cc76 lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* update Quicklisp distinfo
* regenerate packages
* add cl-html-parse and closure-html
* add proper mariadb library path to fix cl-mysql
* escape memoization filenames for systems
* lispPackages.cl-postgres: keep simple-date in the same package
2018-02-12 20:45:33 +01:00

29 lines
967 B
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''nibbles'';
version = ''20171130-git'';
parasites = [ "nibbles/tests" ];
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/2017-11-30/nibbles-20171130-git.tgz'';
sha256 = ''05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn'';
};
packageName = "nibbles";
asdFilesToKeep = ["nibbles.asd"];
overrides = x: x;
}
/* (SYSTEM nibbles DESCRIPTION
A library for accessing octet-addressed blocks of data in big- and little-endian orders
SHA256 05ykyniak1m0whr7pnbhg53yblr5mny0crmh72bmgnvpmkm345zn URL
http://beta.quicklisp.org/archive/nibbles/2017-11-30/nibbles-20171130-git.tgz
MD5 edce3702da9979fca3e40a4594fe36e6 NAME nibbles FILENAME nibbles DEPS NIL
DEPENDENCIES NIL VERSION 20171130-git SIBLINGS NIL PARASITES
(nibbles/tests)) */