Merge pull request #291717 from r-ryantm/auto-update/cakelisp
cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21
This commit is contained in:
commit
db6aa4e851
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ lib, stdenv, fetchgit, fetchpatch, gcc, unstableGitUpdater }:
|
{ lib, stdenv, fetchgit, gcc, unstableGitUpdater }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
pname = "cakelisp";
|
pname = "cakelisp";
|
||||||
# using unstable as it's the only version that builds against gcc-13
|
# using unstable as it's the only version that builds against gcc-13
|
||||||
version = "0.3.0-unstable-2023-12-18";
|
version = "0.3.0-unstable-2024-02-21";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://macoy.me/code/macoy/cakelisp";
|
url = "https://macoy.me/code/macoy/cakelisp";
|
||||||
rev = "866fa2806d3206cc9dd398f0e86640db5be42bd6";
|
rev = "75ce620b265bf83c6952c0093df2b9d4f7f32a54";
|
||||||
hash = "sha256-vwMZUNy+updwk69ahA/D9LhO68eV6wH0Prq+o/i1Q/A=";
|
hash = "sha256-X+tWq2QQogy4d042pcVuldc80jcClYtV09Jr91rHJl4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gcc ];
|
buildInputs = [ gcc ];
|
||||||
|
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = "-Wno-error=format";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install -Dm755 bin/cakelisp -t $out/bin
|
install -Dm755 bin/cakelisp -t $out/bin
|
||||||
|
|
Loading…
Reference in a new issue