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
|
{ stdenv, fetchurl, libSM, libX11, SDL }:
|
||||||
, libX11, SDL }:
|
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
|
@ -11,7 +10,8 @@ stdenv.mkDerivation rec{
|
||||||
sha256 = "1y5kwh08717jsa5agxrvxnggnwxq36irrid9rzfhca1nnvp9a45l";
|
sha256 = "1y5kwh08717jsa5agxrvxnggnwxq36irrid9rzfhca1nnvp9a45l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 SDL ];
|
buildInputs = [ libSM libX11 SDL ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xl-project.com/;
|
homepage = http://www.xl-project.com/;
|
||||||
description = "An enhanced, cycle-accurated Atari emulator";
|
description = "An enhanced, cycle-accurated Atari emulator";
|
||||||
|
|
Loading…
Reference in a new issue