Unverified Commit cc3e8695 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

zotero: fix linux rpath (#390243)

parents 44588aa5 801c1a0d
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";
+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";