about summary refs log tree commit diff
path: root/pkgs/applications/misc/simplenote
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-05simplenote: 2.1.0 -> 2.2.0R. RyanTM1-2/+2
2020-11-26simplenote: 2.0.0 -> 2.1.0R. RyanTM1-2/+2
2020-11-12simplenote: 1.21.1 -> 2.0.0R. RyanTM1-2/+2
2020-08-26Merge staging-next into stagingFrederik Rietdijk1-2/+2
2020-08-24simplenote: 1.21.0 -> 1.21.1R. RyanTM1-2/+2
2020-08-13simplenote: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-11simplenote: 1.20.0 -> 1.21.0R. RyanTM1-2/+2
2020-07-31simplenote: 1.19.0 -> 1.20.0R. RyanTM1-2/+2
2020-06-30simplenote: 1.17.0 -> 1.19.0R. RyanTM1-2/+2
2020-06-09simplenote: 1.16.0 -> 1.17.0R. RyanTM1-2/+2
2020-05-06simplenote: 1.15.1 -> 1.16.0R. RyanTM1-2/+2
2020-04-01simplenote: 1.15.0 -> 1.15.1R. RyanTM1-2/+2
2020-03-12simplenote: 1.14.0 -> 1.15.0R. RyanTM1-2/+2
2020-01-31simplenote: 1.12.0 -> 1.14.0R. RyanTM1-2/+2
2019-12-26simplenote: fix libstdc++ errorRobert Djubek1-0/+1
Fixes a bug that was noticed during an automated version bump. What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in makeWrapper ``` --prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \ ``` The error as seen in developer tools console was: ``` /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js (anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31) at Object.Module._extensions..node (internal/modules/cjs/loader.js:722) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18) at Module.load (internal/modules/cjs/loader.js:602) at tryModuleLoad (internal/modules/cjs/loader.js:541) at Function.Module._load (internal/modules/cjs/loader.js:533) at Module.require (internal/modules/cjs/loader.js:640) at require (internal/modules/cjs/helpers.js:20) at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3) at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116) ``` To (help) anyone that may find have errors like this in the future: makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps. At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs Thanks @ryantm / r-ryantm and @worldofpeace :) Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
2019-12-24simplenote: 1.11.0 -> 1.12.0R. RyanTM1-2/+2
2019-11-28simplenote: 1.9.1 -> 1.11.0Robert Djubek1-17/+37
2019-11-05simplenote: 1.8.0 -> 1.9.1R. RyanTM1-2/+2
2019-09-23simplenote: 1.1.3 -> 1.8.0Robert Djubek1-55/+66
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2018-07-21Merge master into staging-nextFrederik Rietdijk1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-10gnome3.gconf: removeJan Tojnar1-2/+2
2018-04-17simplenote: 1.0.6 -> 1.1.3Gol D. Roger1-3/+4
Upstream release, resulting in 4 changes: 1. url 2. version 3. sha 4. xorg.libxcb (same problem and same solution as spotify. see https://github.com/NixOS/nixpkgs/issues/24448)
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2016-11-20simplenote: init at 1.0.6dyrnade1-0/+63
simplenote package fixed issues after review added installation from source enhanced spaces