forked from mirrors/nixpkgs
haskellPackages.nanovg: unmark broken
It needed some packages added to cabal2nix, and they've been added.
This commit is contained in:
parent
eeab902e1a
commit
568e022497
|
@ -3194,7 +3194,6 @@ broken-packages:
|
|||
- nanomsg-haskell
|
||||
- nanoparsec
|
||||
- NanoProlog
|
||||
- nanovg
|
||||
- nanq
|
||||
- naperian
|
||||
- naqsha
|
||||
|
|
|
@ -185693,8 +185693,6 @@ self: {
|
|||
testHaskellDepends = [ base containers hspec inline-c QuickCheck ];
|
||||
description = "Haskell bindings for nanovg";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) freetype; inherit (pkgs) glew;
|
||||
inherit (pkgs) libGL; inherit (pkgs) libGLU;
|
||||
inherit (pkgs.xorg) libX11;};
|
||||
|
|
Loading…
Reference in a new issue