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