zotero-beta: fix linux rpath

This commit is contained in:
Juul-Mc-Goa
2025-03-16 00:28:43 +01:00
parent 6fd0026bbb
commit 801c1a0d16
+1 -1
View File
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
pciutils
]
+ ":"
+ lib.makeSearchPathOutput "lib" "lib64" [ stdenv.cc.cc ];
+ lib.makeSearchPathOutput "lib" "lib" [ stdenv.cc.cc ];
desktopItem = makeDesktopItem {
name = "zotero";