sl: build on Darwin
This commit is contained in:
parent
6d4a9fa393
commit
d5225d54ad
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue