3
0
Fork 0
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:
Bryan Richter 2021-08-24 18:00:34 +03:00 committed by sternenseemann
parent eeab902e1a
commit 568e022497
2 changed files with 0 additions and 3 deletions

View file

@ -3194,7 +3194,6 @@ broken-packages:
- nanomsg-haskell
- nanoparsec
- NanoProlog
- nanovg
- nanq
- naperian
- naqsha

View file

@ -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;};