summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/misc/emulators/atari++/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/atari++/default.nix b/pkgs/misc/emulators/atari++/default.nix
index 9d4a142cf2e..d669233e759 100644
--- a/pkgs/misc/emulators/atari++/default.nix
+++ b/pkgs/misc/emulators/atari++/default.nix
@@ -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";