haskell-gtkglext: update to version 0.12.5.0
This commit is contained in:
parent
b63dbe46d4
commit
6ba32aa8bd
@ -1,12 +1,12 @@
|
|||||||
{ pkgs, cabal, gtk, gtk2hsBuildtools, pangox_compat }:
|
{ cabal, glib, gtk, gtk2hsBuildtools, gtkglext, pango }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gtkglext";
|
pname = "gtkglext";
|
||||||
version = "0.12.5.0";
|
version = "0.12.5.0";
|
||||||
sha256 = "1xhalcb85cpswdpqxx64fxpmyqq7iakgaczjrbr25fp0h1glshhk";
|
sha256 = "1xhalcb85cpswdpqxx64fxpmyqq7iakgaczjrbr25fp0h1glshhk";
|
||||||
buildDepends = [ gtk ];
|
buildDepends = [ glib gtk pango ];
|
||||||
buildTools = [ gtk2hsBuildtools ];
|
buildTools = [ gtk2hsBuildtools ];
|
||||||
pkgconfigDepends = [ pkgs.gnome2.gtkglext pangox_compat ];
|
pkgconfigDepends = [ gtkglext ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
description = "Binding to the GTK+ OpenGL Extension";
|
description = "Binding to the GTK+ OpenGL Extension";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user