sl: build on Darwin

This commit is contained in:
Spencer Whitt 2015-04-04 00:33:47 -04:00
parent 6d4a9fa393
commit d5225d54ad

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation {
url = https://github.com/mtoyoda/sl/blob/master/LICENSE;
};
description = "Steam Locomotive runs across your terminal when you type 'sl'";
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; unix;
};
}