mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Revert "haskell-gtkglext: update to version 0.12.5.0"
Because it breaks nixpkgs evaluation:
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
error: while querying the derivation named `haskell-gtkglext-ghc7.6.3-0.12.5.0':
while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `haskell-gtkglext-ghc7.6.3-0.12.5.0' at /home/bfo/nixpkgs/pkgs/build-support/cabal/default.nix:70:13:
infinite recursion encountered
This reverts commit 6ba32aa8bd
.
This commit is contained in:
parent
f3439fcfd4
commit
e658ae9694
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ cabal, glib, gtk, gtk2hsBuildtools, gtkglext, pango }:
|
||||
{ pkgs, cabal, gtk, gtk2hsBuildtools, pangox_compat }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gtkglext";
|
||||
version = "0.12.5.0";
|
||||
sha256 = "1xhalcb85cpswdpqxx64fxpmyqq7iakgaczjrbr25fp0h1glshhk";
|
||||
buildDepends = [ glib gtk pango ];
|
||||
buildDepends = [ gtk ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
pkgconfigDepends = [ gtkglext ];
|
||||
pkgconfigDepends = [ pkgs.gnome2.gtkglext pangox_compat ];
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||
description = "Binding to the GTK+ OpenGL Extension";
|
||||
|
|
Loading…
Reference in a new issue