Skip to content

Commit 620b6ea

Browse files
committed
Use latest Squirrel in Nix flake, remove Squirrel issue workaround
1 parent dafbdb1 commit 620b6ea

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

flake.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
SDL2_ttf.inputs.nixpkgs.follows = "nixpkgs";
4646
SDL2_ttf.inputs.flake-utils.follows = "flake-utils";
4747

48-
squirrel_src.url = "github:albertodemichelis/squirrel/v3.2";
48+
squirrel_src.url = "github:albertodemichelis/squirrel";
4949
squirrel_src.flake = false;
5050
};
5151

@@ -61,11 +61,6 @@
6161
pname = "squirrel";
6262
version = "3.2";
6363
src = squirrel_src;
64-
patchPhase = ''
65-
substituteInPlace CMakeLists.txt \
66-
--replace "project(squirrel VERSION 3.1 LANGUAGES C CXX)" \
67-
"project(squirrel VERSION 3.2 LANGUAGES C CXX)"
68-
'';
6964
nativeBuildInputs = [
7065
pkgs.cmake
7166
];

0 commit comments

Comments
 (0)