Merge pull request #7162 from spwhitt/simple_darwin_fixes

sl, astyle, uncrustify, mediainfo: Darwin fixes
This commit is contained in:
Arseniy Seroka
2015-04-04 23:03:15 +03:00
6 changed files with 15 additions and 9 deletions

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;
};
}