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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "GlomeVec";
|
pname = "GlomeVec";
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
sha256 = "08hyiadkbkmcsd1g51xvxqzp6l94hnqqbz4r6yk0zk29iawq8610";
|
sha256 = "08hyiadkbkmcsd1g51xvxqzp6l94hnqqbz4r6yk0zk29iawq8610";
|
||||||
|
buildTools = [ llvm ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/Glome";
|
homepage = "http://www.haskell.org/haskellwiki/Glome";
|
||||||
description = "Simple 3D vector library";
|
description = "Simple 3D vector library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user