creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
This commit is contained in:
parent
bb9e23837a
commit
1e9a9ba149
@ -10,11 +10,11 @@ assert stdenv.isLinux -> (utillinux != null);
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "creduce-${version}";
|
name = "creduce-${version}";
|
||||||
version = "2.6.0";
|
version = "2.7.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://embed.cs.utah.edu/creduce/${name}.tar.gz";
|
url = "http://embed.cs.utah.edu/creduce/${name}.tar.gz";
|
||||||
sha256 = "0pf5q0n8vkdcr1wrkxn2jzxv0xkrir13bwmqfw3jpbm3dh2c3b6d";
|
sha256 = "0h8s4d54q6cl6i45x3143l2xmr29b2yhr3m0n5qqx63sr5csip1n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -6619,7 +6619,7 @@ with pkgs;
|
|||||||
creduce = callPackage ../development/tools/misc/creduce {
|
creduce = callPackage ../development/tools/misc/creduce {
|
||||||
inherit (perlPackages) perl
|
inherit (perlPackages) perl
|
||||||
ExporterLite FileWhich GetoptTabular RegexpCommon TermReadKey;
|
ExporterLite FileWhich GetoptTabular RegexpCommon TermReadKey;
|
||||||
inherit (llvmPackages_39) llvm clang-unwrapped;
|
inherit (llvmPackages_4) llvm clang-unwrapped;
|
||||||
utillinux = if stdenv.isLinux then utillinuxMinimal else null;
|
utillinux = if stdenv.isLinux then utillinuxMinimal else null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user