darwin-stdenv: remove python-sphinx and a bunch of other dependencies from the stdenv

This commit is contained in:
Daiderd Jordan
2017-06-01 23:23:56 +02:00
parent b3fb9178e8
commit 9e2aba3572
5 changed files with 20 additions and 18 deletions
@@ -3,7 +3,7 @@
# darwin attributes
, ps
, isBootstrap ? false
, useSharedLibraries ? !stdenv.isCygwin
, useSharedLibraries ? (!isBootstrap && !stdenv.isCygwin)
, useNcurses ? false, ncurses
, useQt4 ? false, qt4
}: