about summary refs log tree commit diff
path: root/pkgs/applications/misc/notable
AgeCommit message (Collapse)AuthorFilesLines
2 daystreewide: use `nativeBuildInputs` in appimage builder derivationsArtturin1-1/+2
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim1-1/+1
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-17treewide: remove dtzWill as maintainer [orphans]Anderson Torres1-1/+1
Since theey is not active in a long span of time. All the packages in this commit are now orphan.
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-3/+2
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13treewide: remove `multiArch=false` from `buildFHSEnv` usagesMartino Fontana1-1/+0
Cleanup after the work of #240860. Also preventing new packages to copy from outdated ones.
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-4/+1
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2023-07-01tree-wide: use new multiArch buildFHSEnv argumentAtemu1-1/+1
This is much more direct and sensible than setting a function null
2023-03-09notable: add seccomp-fix for AppImageMarkus S. Wamser1-2/+6
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-2/+1
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2020-03-22notable: use .desktop file from AppImageMarkus S. Wamser1-4/+21
2020-03-06notable: update license to unfreeLancelot SIX1-1/+1
Notable used to be released under AGPL-v3 until v1.5.x but is is now nonfree. See https://github.com/notable/notable/blob/master/SOURCE_CODE.md
2020-03-06notable: 1.7.3 -> 1.8.4ajs1241-3/+3
2019-11-16notable: 1.6.0 -> 1.7.3, fix launch error by adding atspi depWill Dietz1-3/+3
2019-07-09notable: 1.4.0 -> 1.6.0Will Dietz1-3/+3
2019-04-25notable: init at 1.4.0Will Dietz1-0/+30