cabal2nix-2.16.0: test/golden-test-cases/GPipe-GLFW.nix.golden
{ mkDerivation, async, base, containers, GLFW-b, GPipe, lib, stm }:
mkDerivation {
pname = "GPipe-GLFW";
version = "1.4.1.1";
sha256 = "deadbeef";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ async base containers GLFW-b GPipe stm ];
homepage = "https://github.com/plredmond/GPipe-GLFW";
description = "GLFW OpenGL context creation for GPipe";
license = lib.licenses.mit;
}