Loading pkgs/by-name/dm/dmlive/package.nix +11 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,22 @@ lib, rustPlatform, fetchFromGitHub, fetchurl, pkg-config, makeWrapper, openssl, mpv, ffmpeg, ffmpeg_6, nodejs, }: let desktop = fetchurl { url = "https://github.com/THMonster/Revda/raw/e1c236f6f940443419b6202735b6f8a0c9cdbe8b/misc/dmlive-mime.desktop"; hash = "sha256-k4h0cSfjuTZAYLjbaTfcye1aC5obd6D3tAZjgBV8xCI="; }; in rustPlatform.buildRustPackage { pname = "dmlive"; version = "5.5.7-unstable-2025-01-25"; Loading Loading @@ -37,10 +45,11 @@ rustPlatform.buildRustPackage { wrapProgram "$out/bin/dmlive" --suffix PATH : "${ lib.makeBinPath [ mpv ffmpeg ffmpeg_6 nodejs ] }" install -Dm644 ${desktop} $out/share/applications/dmlive-mime.desktop ''; env.OPENSSL_NO_VENDOR = true; Loading Loading
pkgs/by-name/dm/dmlive/package.nix +11 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,22 @@ lib, rustPlatform, fetchFromGitHub, fetchurl, pkg-config, makeWrapper, openssl, mpv, ffmpeg, ffmpeg_6, nodejs, }: let desktop = fetchurl { url = "https://github.com/THMonster/Revda/raw/e1c236f6f940443419b6202735b6f8a0c9cdbe8b/misc/dmlive-mime.desktop"; hash = "sha256-k4h0cSfjuTZAYLjbaTfcye1aC5obd6D3tAZjgBV8xCI="; }; in rustPlatform.buildRustPackage { pname = "dmlive"; version = "5.5.7-unstable-2025-01-25"; Loading Loading @@ -37,10 +45,11 @@ rustPlatform.buildRustPackage { wrapProgram "$out/bin/dmlive" --suffix PATH : "${ lib.makeBinPath [ mpv ffmpeg ffmpeg_6 nodejs ] }" install -Dm644 ${desktop} $out/share/applications/dmlive-mime.desktop ''; env.OPENSSL_NO_VENDOR = true; Loading