mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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: {
|
||||
pname = "gtkglext";
|
||||
version = "0.12.5.0";
|
||||
sha256 = "1xhalcb85cpswdpqxx64fxpmyqq7iakgaczjrbr25fp0h1glshhk";
|
||||
buildDepends = [ gtk ];
|
||||
buildDepends = [ glib gtk pango ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
pkgconfigDepends = [ pkgs.gnome2.gtkglext pangox_compat ];
|
||||
pkgconfigDepends = [ gtkglext ];
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the GTK+ OpenGL Extension";
|
||||
|
Loading…
Reference in New Issue
Block a user