cone: unstable-2021-07-25 -> unstable-2022-12-12
This commit is contained in:
parent
46f14d30aa
commit
01052abf25
1 changed files with 5 additions and 5 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
llvmPackages.stdenv.mkDerivation rec {
|
||||
pname = "cone";
|
||||
version = "unstable-2021-07-25";
|
||||
version = "unstable-2022-12-12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jondgoodwin";
|
||||
repo = pname;
|
||||
rev = "5feaabc342bcff3755f638a7e25155cd12127592";
|
||||
sha256 = "CTDS83AWtuDY5g6NDn7O2awrYsKFf3Kp35FkMEjfbVw=";
|
||||
rev = "698bd6afc75777eabbc8ef576d64d683c6a1c5ab";
|
||||
sha256 = "0y2s9xgkci8n72v6gnc1i7shr2y3g2sa8fbr25gpxa9ipiq9khg7";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
@ -21,10 +21,10 @@ llvmPackages.stdenv.mkDerivation rec {
|
|||
llvmPackages.llvm
|
||||
];
|
||||
|
||||
# M68k is an experimental target, so not enabled by default
|
||||
postPatch = ''
|
||||
sed -i CMakeLists.txt \
|
||||
-e 's/LLVM 7/LLVM/' \
|
||||
-e '/AVR/d'
|
||||
-e '/M68k/d'
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue