From 5bead8b83f8fb09529c87a024d3c8b134f7fb3b6 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 27 Jan 2016 09:24:54 +0000 Subject: [PATCH] conda: restrict binutils-or1k-linux dependency to linux. --- conda/artiq/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index d4f447496..5ef780b86 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -54,7 +54,7 @@ requirements: - pyqtgraph - pygit2 - aiohttp - - binutils-or1k-linux + - binutils-or1k-linux # [linux] - pythonparser - levenshtein