librepods
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user