parent
f306e09bb8
commit
5aa33504da
@ -46,12 +46,11 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = [ yubikey-manager ];
|
pythonPath = [ yubikey-manager ];
|
||||||
|
|
||||||
# Need LD_PRELOAD for libykpers as the Nix cpython disables ctypes.cdll.LoadLibrary
|
|
||||||
# support that the yubicommon library uses to load libykpers
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
buildPythonPath "$pythonPath"
|
buildPythonPath "$pythonPath"
|
||||||
|
|
||||||
wrapProgram $out/bin/ykman-gui \
|
wrapProgram $out/bin/ykman-gui \
|
||||||
|
--prefix LD_LIBRARY_PATH : "${stdenv.lib.getLib pcsclite}/lib:${yubikey-personalization}/lib" \
|
||||||
--prefix PYTHONPATH : "$program_PYTHONPATH" \
|
--prefix PYTHONPATH : "$program_PYTHONPATH" \
|
||||||
--set QML2_IMPORT_PATH "${qml2ImportPath}" \
|
--set QML2_IMPORT_PATH "${qml2ImportPath}" \
|
||||||
--set QT_QPA_PLATFORM_PLUGIN_PATH ${qtbase.bin}/lib/qt-*/plugins/platforms \
|
--set QT_QPA_PLATFORM_PLUGIN_PATH ${qtbase.bin}/lib/qt-*/plugins/platforms \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user