mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
golly: fix build
This commit is contained in:
parent
cd77f69ec8
commit
c5e3aec122
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, wxGTK, perl, python2, zlib, libGLU_combined, libX11}:
|
||||
{stdenv, fetchurl, wxGTK, perl, python2, zlib, libGLU, libGL, libX11}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "golly";
|
||||
version = "3.3";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
wxGTK perl python2 zlib libGLU_combined libX11
|
||||
wxGTK perl python2 zlib libGLU libGL libX11
|
||||
];
|
||||
|
||||
setSourceRoot = ''
|
||||
|
|
Loading…
Reference in a new issue