Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e802894ba9f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37c858e55d96
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2021

  1. standardnotes: fix for 3.5.11 (#110531)

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    svrana and SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    37c858e View commit details
Showing with 9 additions and 1 deletion.
  1. +9 −1 pkgs/applications/editors/standardnotes/default.nix
10 changes: 9 additions & 1 deletion pkgs/applications/editors/standardnotes/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, appimageTools, autoPatchelfHook, desktop-file-utils
, fetchurl, runtimeShell }:
, fetchurl, runtimeShell, libsecret, gtk3, gsettings-desktop-schemas }:

let
version = "3.5.11";
@@ -30,6 +30,14 @@ let
in appimageTools.wrapType2 rec {
inherit name src;

profile = ''
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS
'';

extraPkgs = pkgs: with pkgs; [
libsecret
];

extraInstallCommands = ''
# directory in /nix/store so readonly
cp -r ${appimageContents}/* $out