pulsebert: use strfry's ympd branch

This commit is contained in:
Astro 2019-02-19 23:47:54 +01:00 committed by k-ot
parent 2ab5593af6
commit 52792901bd
1 changed files with 10 additions and 0 deletions

View File

@ -256,5 +256,15 @@ in {
enable = true;
webPort = toString ympdPort;
};
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
ympd = ympd.overrideAttrs (oldAttrs: {
src = fetchFromGitHub {
owner = "c3d2";
repo = "ympd";
rev = "feature/somafm_browser";
sha256 = "1a1m3lhyhm3xmi59pamfpwias31bl2jwqd71qxs4d0vzplpd7rml";
};
});
};
}