3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #74596 from magnetophon/helm

helm: fix build
This commit is contained in:
Mario Rodas 2019-11-30 03:49:39 -05:00 committed by GitHub
commit 5d2d5d3a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub , xorg, freetype, alsaLib, curl, libjack2
, lv2, pkgconfig, libGLU_combined }:
{ stdenv, fetchFromGitHub , xorg, libGL, freetype, alsaLib, curl, libjack2
, lv2, pkgconfig, libGLU_combined }:
stdenv.mkDerivation {
version = "0.9.0";
@ -14,7 +14,7 @@
buildInputs = [
xorg.libX11 xorg.libXcomposite xorg.libXcursor xorg.libXext
xorg.libXinerama xorg.libXrender xorg.libXrandr
xorg.libXinerama xorg.libXrender xorg.libXrandr libGL
freetype alsaLib curl libjack2 pkgconfig libGLU_combined lv2
];