mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
haskell-hp2any-graph: regenerated expression with latest version of cabal2nix
svn path=/nixpkgs/trunk/; revision=29323
This commit is contained in:
parent
9d5848cb99
commit
c0204a42b9
@ -1,4 +1,6 @@
|
||||
{ cabal, freeglut, GLUT, hp2anyCore, network, OpenGL, parseargs }:
|
||||
{ cabal, freeglut, GLUT, hp2anyCore, mesa, network, OpenGL
|
||||
, parseargs
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hp2any-graph";
|
||||
@ -7,7 +9,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ GLUT hp2anyCore network OpenGL parseargs ];
|
||||
extraLibraries = [ freeglut ];
|
||||
extraLibraries = [ freeglut mesa ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Hp2any";
|
||||
description = "Real-time heap graphing utility and profile stream server with a reusable graphing module";
|
||||
|
Loading…
Reference in New Issue
Block a user