about summary refs log tree commit diff
path: root/pkgs/applications/misc/gxmessage
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-2/+2
found with nixpkgs-lint
2022-02-06gxmessage: update homepage and source URLsRenaud1-3/+3
and use SPDX 3.0 license identifier
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-4/+4
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+2
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-24gnome3.gtk -> gtk3volth1-2/+2
fix evaluation when config.allowAliases == false (regression after #55735)
2018-07-16gxmessage: depend on hicolor-icon-themeJohannes Frankenau1-2/+3
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2015-07-20gxmessage: init at 3.4.3James Felix Black1-0/+20
A dropin replacement for xmessage, built against GTK+3.