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