mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
393286fd47
svn path=/nixpkgs/trunk/; revision=15443
11 lines
234 B
Nix
11 lines
234 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "Hipmunk";
|
|
version = "0.2.1";
|
|
sha256 = "6482f73367526fae215808098296c3e11e39c7466a441c5c475193a3ccccd4d9";
|
|
meta = {
|
|
description = "A Haskell binding for Chipmunk";
|
|
};
|
|
})
|
|
|