librepods

This commit is contained in:
mjallen18
2025-11-17 16:31:05 -06:00
parent 34b6399d24
commit 108bb31e8e

View File

@@ -1,15 +1,16 @@
{ lib {
, stdenv lib,
, cmake stdenv,
, pkg-config cmake,
, qt6 pkg-config,
, openssl qt6,
, python3 openssl,
, libpulseaudio python3,
, fetchFromGitHub libpulseaudio,
fetchFromGitHub,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "librepods"; pname = "librepods";
version = "unstable"; version = "unstable";
@@ -38,7 +39,6 @@ stdenv.mkDerivation rec {
python3 python3
]; ];
qtWrapperArgs = [ qtWrapperArgs = [
"--prefix QML2_IMPORT_PATH : ${qt6.qtdeclarative}/lib/qt6/qml" "--prefix QML2_IMPORT_PATH : ${qt6.qtdeclarative}/lib/qt6/qml"
"--prefix QT_PLUGIN_PATH : ${qt6.qtbase}/lib/qt6/plugins" "--prefix QT_PLUGIN_PATH : ${qt6.qtbase}/lib/qt6/plugins"