pkgs: Do all version requirements as overrides in all-packages

This commit is contained in:
Tyson Whitehead
2018-07-18 13:21:33 -04:00
parent 6118f8b275
commit 444bcbe26f
8 changed files with 22 additions and 25 deletions

View File

@@ -1,12 +1,9 @@
{ stdenv, overrideCC, gcc49, fetchurl, makeWrapper, gzip, cmake
, boost159, perl, perlPackages, gnuplot }:
, boost, perl, perlPackages, gnuplot }:
# gcc 5.x c++11 requires istream to be explicitly cast to bool
let
stdenv49 = overrideCC stdenv gcc49;
in stdenv49.mkDerivation rec {
stdenv.mkDerivation rec {
version = "2.2.2.5_lt";
name = "meraculous-${version}";
@@ -27,7 +24,7 @@ in stdenv49.mkDerivation rec {
makeWrapper
gzip
cmake
(boost159.override { stdenv = stdenv49; })
boost
perl
perlPackages.Log4Perl
gnuplot