From f49fa1f20b40655f14ec31b3683e617d279b95bc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Jan 2015 19:57:20 +0100 Subject: [PATCH] hackage-packages.nix: re-generate to fix ALUT --- pkgs/development/haskell-modules/hackage-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 1945d5510b5..8e3a7fd9d54 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -390,18 +390,18 @@ self: { }) {}; "ALUT" = callPackage - ({ mkDerivation, alut, base, OpenAL, OpenGL }: + ({ mkDerivation, base, freealut, OpenAL, OpenGL }: mkDerivation { pname = "ALUT"; version = "2.3.0.2"; sha256 = "02kfyb4g7sfjfzqlddxqbjffrj4a0gfrzkisdpbj2lw67j1gq5dp"; buildDepends = [ base OpenAL OpenGL ]; - extraLibraries = [ alut ]; + extraLibraries = [ freealut ]; configureFlags = [ "-fusenativewindowslibraries" ]; homepage = "https://github.com/haskell-openal/ALUT"; description = "A binding for the OpenAL Utility Toolkit"; license = stdenv.lib.licenses.bsd3; - }) { alut = null; }; + }) {}; "AMI" = callPackage ({ mkDerivation, base, bytestring, containers, mtl, network