Commit 801c1a0d authored by Juul-Mc-Goa's avatar Juul-Mc-Goa
Browse files

zotero-beta: fix linux rpath

parent 6fd0026b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";