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,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake
, boost15x, eigen, dxflib, gdal, flann, libLAS, LASzip
, boost, eigen, dxflib, gdal, flann, libLAS, LASzip
, qtbase }:
stdenv.mkDerivation rec {
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [
cmake
boost15x
boost
eigen
dxflib
gdal