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,4 +1,4 @@
{ stdenv, fetchurl, cmake, zlib, sqlite, boost, python27, vim }:
{ stdenv, fetchurl, cmake, zlib, sqlite, boost, python, vim }:
stdenv.mkDerivation {
name = "cryptominisat-4.5.3";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
zlib
sqlite
boost
python27
python
vim
];