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
|
- nanomsg-haskell
|
||||||
- nanoparsec
|
- nanoparsec
|
||||||
- NanoProlog
|
- NanoProlog
|
||||||
- nanovg
|
|
||||||
- nanq
|
- nanq
|
||||||
- naperian
|
- naperian
|
||||||
- naqsha
|
- naqsha
|
||||||
|
|
|
@ -185693,8 +185693,6 @@ self: {
|
||||||
testHaskellDepends = [ base containers hspec inline-c QuickCheck ];
|
testHaskellDepends = [ base containers hspec inline-c QuickCheck ];
|
||||||
description = "Haskell bindings for nanovg";
|
description = "Haskell bindings for nanovg";
|
||||||
license = lib.licenses.isc;
|
license = lib.licenses.isc;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {inherit (pkgs) freetype; inherit (pkgs) glew;
|
}) {inherit (pkgs) freetype; inherit (pkgs) glew;
|
||||||
inherit (pkgs) libGL; inherit (pkgs) libGLU;
|
inherit (pkgs) libGL; inherit (pkgs) libGLU;
|
||||||
inherit (pkgs.xorg) libX11;};
|
inherit (pkgs.xorg) libX11;};
|
||||||
|
|
Loading…
Reference in a new issue