haskell-bindings-GLFW is broken (and has been for quite a while).
This commit is contained in:
@@ -4796,22 +4796,6 @@ self: {
|
||||
inherit (pkgs.xlibs) libXrandr;};
|
||||
|
||||
"GLFW-b" = callPackage
|
||||
({ mkDerivation, base, bindings-GLFW, HUnit, test-framework
|
||||
, test-framework-hunit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "GLFW-b";
|
||||
version = "1.4.6";
|
||||
sha256 = "1d9vacb9nsf5cqqwxhn49wsfbhmw1263kgimk5qxpqpg1jiy35hy";
|
||||
buildDepends = [ base bindings-GLFW ];
|
||||
testDepends = [
|
||||
base bindings-GLFW HUnit test-framework test-framework-hunit
|
||||
];
|
||||
description = "Bindings to GLFW OpenGL library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"GLFW-b_1_4_7_1" = callPackage
|
||||
({ mkDerivation, base, bindings-GLFW, HUnit, test-framework
|
||||
, test-framework-hunit
|
||||
}:
|
||||
@@ -4823,7 +4807,6 @@ self: {
|
||||
testDepends = [
|
||||
base bindings-GLFW HUnit test-framework test-framework-hunit
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Bindings to GLFW OpenGL library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@@ -23305,27 +23288,6 @@ self: {
|
||||
}) { esound = null;};
|
||||
|
||||
"bindings-GLFW" = callPackage
|
||||
({ mkDerivation, base, bindings-DSL, HUnit, libX11, libXext
|
||||
, libXfixes, libXi, libXrandr, libXxf86vm, mesa, test-framework
|
||||
, test-framework-hunit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bindings-GLFW";
|
||||
version = "3.0.3.3";
|
||||
sha256 = "0w6vqshlk0c4k4q81xw7kg4j62h3wpccpy8qbiq5ks69w7z13fy4";
|
||||
buildDepends = [ base bindings-DSL ];
|
||||
testDepends = [ base HUnit test-framework test-framework-hunit ];
|
||||
extraLibraries = [
|
||||
libX11 libXext libXfixes libXi libXrandr libXxf86vm mesa
|
||||
];
|
||||
description = "Low-level bindings to GLFW OpenGL library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) { inherit (pkgs.xlibs) libX11; inherit (pkgs.xlibs) libXext;
|
||||
inherit (pkgs.xlibs) libXfixes; inherit (pkgs.xlibs) libXi;
|
||||
inherit (pkgs.xlibs) libXrandr; inherit (pkgs.xlibs) libXxf86vm;
|
||||
inherit (pkgs) mesa;};
|
||||
|
||||
"bindings-GLFW_3_1_1" = callPackage
|
||||
({ mkDerivation, base, bindings-DSL, HUnit, libX11, libXext
|
||||
, libXfixes, libXi, libXrandr, libXxf86vm, mesa, test-framework
|
||||
, test-framework-hunit
|
||||
|
||||
Reference in New Issue
Block a user