lush2: add missing libSM dependency
This commit is contained in:
parent
f19c961b4e
commit
186f5a10f0
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchurl, libX11, xproto, indent, readline, gsl, freeglut, mesa, SDL
|
{stdenv, fetchurl, libX11, xproto, indent, readline, gsl, freeglut, mesa, SDL
|
||||||
, blas, binutils, intltool, gettext, zlib}:
|
, blas, binutils, intltool, gettext, zlib, libSM}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
baseName = "lush";
|
baseName = "lush";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libX11 xproto indent readline gsl freeglut mesa SDL blas binutils
|
libX11 libSM xproto indent readline gsl freeglut mesa SDL blas binutils
|
||||||
intltool gettext zlib
|
intltool gettext zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user