ataripp: add missing libSM dependency

This commit is contained in:
Robin Gloster 2016-08-29 17:15:10 +00:00
parent 57bd89e447
commit 1876ce8494
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -1,5 +1,4 @@
{ stdenv, fetchurl
, libX11, SDL }:
{ stdenv, fetchurl, libSM, libX11, SDL }:
with stdenv.lib;
stdenv.mkDerivation rec{
@ -11,7 +10,8 @@ stdenv.mkDerivation rec{
sha256 = "1y5kwh08717jsa5agxrvxnggnwxq36irrid9rzfhca1nnvp9a45l";
};
buildInputs = [ libX11 SDL ];
buildInputs = [ libSM libX11 SDL ];
meta = {
homepage = http://www.xl-project.com/;
description = "An enhanced, cycle-accurated Atari emulator";