Commit 39a0975d authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

gpclient: use postFixup instead of preFixup

parent a614681c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage {
    cp packaging/files/usr/share/applications/gpgui.desktop $out/share/applications/gpgui.desktop
  '';

  preFixup = ''
  postFixup = ''
    wrapProgram "$out/bin/gpclient" \
      --prefix GIO_EXTRA_MODULES : ${glib-networking}/lib/gio/modules
  '';