ataripp: add missing libSM dependency
This commit is contained in:
parent
57bd89e447
commit
1876ce8494
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue