Skip to content

Commit

Permalink
aseprite-unfree: fix build
Browse files Browse the repository at this point in the history
It fails with:

src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory
   15 | #include <GL/glx.h>
  • Loading branch information
orivej committed Feb 18, 2020
1 parent 4b212b9 commit 3ad2c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/aseprite/skia.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, fetchgit, python2, gn, ninja
, fontconfig, expat, icu58, libjpeg, libpng, libwebp, zlib
, fontconfig, expat, icu58, libglvnd, libjpeg, libpng, libwebp, zlib
, mesa, libX11
}:

Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ python2 gn ninja ];

buildInputs = [
fontconfig expat icu58 libjpeg libpng libwebp zlib
fontconfig expat icu58 libglvnd libjpeg libpng libwebp zlib
mesa libX11
];

Expand Down

0 comments on commit 3ad2c20

Please sign in to comment.