Merge pull request #16589 from vrthra/elvish

elvish: disable darwin
This commit is contained in:
Joachim Fasting 2016-07-02 15:35:49 +02:00 committed by GitHub
commit 3ac882ad44

View File

@ -20,5 +20,6 @@ buildGoPackage rec {
homepage = https://github.com/elves/elvish;
license = licenses.bsd2;
maintainers = with maintainers; [ vrthra ];
platforms = with platforms; [ linux ];
};
}