parsec-bin: migrate to by-name

This commit is contained in:
Grayson Tinker
2026-06-09 07:42:55 -07:00
parent 84f3d12f5b
commit bfdab41d83
2 changed files with 1 additions and 3 deletions
@@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation {
src = fetchurl {
url = "https://web.archive.org/web/20250226223019/https://builds.parsec.app/package/parsec-linux.deb";
sha256 = "sha256-8Wkbo6l1NGBPX2QMJszq+u9nLM96tu7WYRTQq6/CzM8=";
hash = "sha256-8Wkbo6l1NGBPX2QMJszq+u9nLM96tu7WYRTQq6/CzM8=";
};
nativeBuildInputs = [
-2
View File
@@ -9538,8 +9538,6 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
parsec-bin = callPackage ../applications/misc/parsec/bin.nix { };
pdfpc = callPackage ../applications/misc/pdfpc {
inherit (gst_all_1)
gstreamer