Skip to content

Commit

Permalink
outils: fix build (NixOS#370239)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents 4e0cde5 + b895f92 commit bc75d47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/by-name/ou/outils/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
stdenv,
fetchFromGitHub,
fetchpatch2,
lib,
}:

Expand All @@ -15,6 +16,14 @@ stdenv.mkDerivation rec {
hash = "sha256-FokJytwQsbGsryBzyglpb1Hg3wti/CPQTOfIGIz9ThA=";
};

patches = [
(fetchpatch2 {
url = "https://github.com/leahneukirchen/outils/commit/50877e1bf7c905044e0b50b227ecff48cfec394b.patch?full_index=1";
name = "outils-add-recallocarray-prototype.patch";
hash = "sha256-jOnCMPcHKMRR3J0Yh+ZTHAn7P85FO80yXVX0K2vtlVk=";
})
];

makeFlags = [ "PREFIX=$(out)" ];

meta = with lib; {
Expand Down

0 comments on commit bc75d47

Please sign in to comment.