pkgs: Do all version requirements as overrides in all-packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user