about summary refs log tree commit diff
path: root/pkgs/applications/editors/standardnotes
AgeCommit message (Collapse)AuthorFilesLines
2022-05-07Merge pull request #151366 from squalus/standardnotes-iconArtturi1-0/+1
standardnotes: fix icon path
2022-02-20standardnotes: 3.9.5 -> 3.11.1Faye1-3/+3
2021-12-19standardnotes: fix icon pathsqualus1-0/+1
2021-12-16standardnotes: 3.8.18 -> 3.9.5 (#148518)Zhu Chuang1-8/+9
2021-08-16standardnotes: 3.5.18 -> 3.8.18Jonas Weissensel1-4/+4
Upgrade version and fix platform string.
2021-03-01standardnotes: remove unused inputsSandro Jäckel1-1/+1
2021-02-03standardnotes: 3.5.11 -> 3.5.18Shaw Vrana1-2/+2
2021-01-25standardnotes: fix for 3.5.11 (#110531)Shaw Vrana1-1/+9
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-08standardnotes: 3.3.3 -> 3.5.11Thomas Friese1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-05standardnotes: refactoring to use appimageTools instead of appimage-runBignaux Ronan1-14/+23
2020-03-05standardnotes: 3.0.15 -> 3.3.3Bignaux Ronan1-6/+6
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-4/+4
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-10standardnotes: 3.0.6 -> 3.0.15R. RyanTM1-3/+3
2019-07-01treewide: use dontUnpackworldofpeace1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-24standardnotes: 2.3.12 -> 3.0.6Aristid Breitkreuz1-3/+3
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-11-09standardnotes: init at 2.3.12MGregoire1-0/+48