mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 14:23:16 +00:00
git is non-hash reproducible for this repo, return to build the repository from current source specifying submodules=1
This commit is contained in:
parent
296f0f00bf
commit
209d0ed014
1 changed files with 1 additions and 8 deletions
|
@ -23,14 +23,7 @@
|
||||||
N64Recomp = pkgs.stdenv.mkDerivation {
|
N64Recomp = pkgs.stdenv.mkDerivation {
|
||||||
pname = "N64Recomp";
|
pname = "N64Recomp";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = ./.;
|
||||||
owner = "Mr-Wiseguy";
|
|
||||||
repo = "N64Recomp";
|
|
||||||
rev = "26c5c2cbb844b0f6a3f7c0d1440273e499ee2194";
|
|
||||||
deepClone = true;
|
|
||||||
fetchSubmodules = true;
|
|
||||||
hash = "sha256-Kw8Zdo4cbLib5L5v5meAn6gq2WEpmueNvEDTBQOtHdk=";
|
|
||||||
};
|
|
||||||
nativeBuildInputs = [pkgs.cmake];
|
nativeBuildInputs = [pkgs.cmake];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue