mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-GloveVec: re-generate with cabal2nix
This commit is contained in:
parent
f77b806b46
commit
55e5a1546e
@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, llvm }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "GlomeVec";
|
||||
version = "0.2";
|
||||
sha256 = "08hyiadkbkmcsd1g51xvxqzp6l94hnqqbz4r6yk0zk29iawq8610";
|
||||
buildTools = [ llvm ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Glome";
|
||||
description = "Simple 3D vector library";
|
||||
|
Loading…
Reference in New Issue
Block a user