Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. buildInputs = [ openssl ncurses ]
  3. ++ stdenv.lib.optionals
  4. stdenv.isDarwin [ libiconv tcl ];
  5. patches = [ ]
  6. ++ stdenv.lib.optionals
  7. stdenv.isDarwin [ ./darwin.patch ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement