Skip to content

Commit

Permalink
rapidyaml: remove superfluous version override
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Otterbein committed Jan 9, 2025
1 parent 69d7df6 commit ce61749
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions packaging/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,7 @@ scope: {
];
});

rapidyaml = pkgs.rapidyaml.overrideAttrs(old: let
version = "0.7.2";
hash = "sha256-vAYafhWo9xavM2j+mT3OGcX7ZSS25mieR/3b79BO+jA=";
in {
inherit version;

src = pkgs.fetchFromGitHub {
inherit hash;
owner = "biojppm";
repo = old.pname;
rev = "v${version}";
fetchSubmodules = true;
};

rapidyaml = pkgs.rapidyaml.overrideAttrs(old: old // {
cmakeFlags = [
"-DRYML_WITH_TAB_TOKENS=ON"
];
Expand Down

0 comments on commit ce61749

Please sign in to comment.