Merge recent master into staging
Nixpkgs Hydra: ?compare=1157272
TODO: port e22889064f
Conflicts:
nixos/tests/gnome3_10.nix (auto-solved)
pkgs/applications/video/aegisub/default.nix
pkgs/development/libraries/boost/1.55.nix
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildFlags = "QMAKE=qmake";
|
||||
|
||||
buildInputs = [ openssl pcre qt4 boost boost.lib pkcs11helper ];
|
||||
buildInputs = [ openssl pcre qt4 boost pkcs11helper ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i s,-mt$,, meo-gui/meo-gui.pro
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pam }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "oath-toolkit-2.0.2";
|
||||
name = "oath-toolkit-2.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/oath-toolkit/${name}.tar.gz";
|
||||
sha256 = "0i2rf5j83kb8h3sd9lsm0a46zq805kzagvccc4rk7879lg1fnl99";
|
||||
sha256 = "094vbq66sn5f2dsy14hajpsfdnaivjxf70xzs91nrsq0q75l5ylv";
|
||||
};
|
||||
|
||||
buildInputs = [ pam ];
|
||||
|
||||
Reference in New Issue
Block a user