From 1876ce84940de61035629921818143543e3d2e1b Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 29 Aug 2016 17:15:10 +0000 Subject: ataripp: add missing libSM dependency --- pkgs/misc/emulators/atari++/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') 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"; -- cgit 1.4.1