diff --git a/shell.nix b/shell.nix index 95e13d8..fe86770 100644 --- a/shell.nix +++ b/shell.nix @@ -31,14 +31,8 @@ let mkDerivation { pname = "nanovg"; version = "0.6.0.0"; - #src = pkgs.fetchFromGitHub { - # owner = "nek0"; - # repo = "nanovg-hs"; - # rev = "21868dc2c8e6eae8e7c0962d22890a8f2522cab0"; - # sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d"; - # fetchSubmodules = true; - #}; - #src = ../nanovg-hs; + sha256 = "e35a2772f2a2e71916013cab70eeb8eedd6f66b5490ddf7ce237c8c76895d496"; + editedCabalFile = "1lhfsq50r9bdby7mfscw8ih3wsz2m19lr2a2z9b6diaf5kz76vij"; revision = "1"; isLibrary = true; isExecutable = true; @@ -50,8 +44,7 @@ let homepage = "https://github.com/cocreature/nanovg-hs"; description = "Haskell bindings for nanovg"; license = pkgs.stdenv.lib.licenses.isc; - hydraPlatforms = pkgs.stdenv.lib.platforms.none; - }) { inherit (pkgs) glew; inherit (pkgs) libGL; inherit (pkgs) libGLU; inherit (pkgs) pkgconfig; }; + }) {}; agNek0 = with haskellPackages; callPackage ( { mkDerivation, array, base, base-orphans, containers