Commit Graph

40 Commits

Author SHA1 Message Date
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Bobby Rong
ed0995f446
xneur: build with enchant2
We are trying to remove enchant1 from Nixpkgs. Since there is no
new release we pull the patch from debian to build this with enchant2.
2023-01-18 19:08:33 +08:00
Bobby Rong
564c0bebde
xneur: format with nixpkgs-fmt 2023-01-18 19:06:00 +08:00
J. Neto
bab57833d0 xneur: fix build with gcc10 2021-05-08 11:40:15 -03:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Jan Tojnar
c19652a60f
xneur_0_8: drop 2018-07-16 01:49:46 +02:00
Jan Tojnar
f5831fb66b
xneur: 0.13.0 → 0.20.0 2018-07-16 01:49:46 +02:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Kirill Boltaev
bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Vladimír Čunát
cba6641623 cairo, pango: fix some string references 2015-10-13 20:18:51 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Yury G. Kudryashov
fe1115caf4 Make nixpkgs ready for gst_all attrset removal
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Michael Raskin
a2579704f1 Update Libertine font
svn path=/nixpkgs/trunk/; revision=27295
2011-05-24 15:13:54 +00:00
Michael Raskin
1e868ce18b Update XNeur
svn path=/nixpkgs/trunk/; revision=27294
2011-05-24 15:00:56 +00:00
Michael Raskin
03c08712bd Update XNeur
svn path=/nixpkgs/trunk/; revision=25745
2011-02-02 07:11:18 +00:00
Michael Raskin
484a795b42 Update Xneur to 0.11.1
svn path=/nixpkgs/trunk/; revision=24889
2010-11-27 12:59:55 +00:00
Michael Raskin
216ae9feba Fix some old typos
svn path=/nixpkgs/trunk/; revision=24281
2010-10-14 12:01:03 +00:00
Michael Raskin
686802b8e1 Update XNeur
svn path=/nixpkgs/trunk/; revision=24275
2010-10-14 11:49:07 +00:00
Michael Raskin
ef3606a0ae Update XNeur to 0.9.9
svn path=/nixpkgs/trunk/; revision=22906
2010-08-02 19:28:15 +00:00
Michael Raskin
fb10fb0d19 Fix sed commands for xneur 0.8 build
svn path=/nixpkgs/trunk/; revision=22905
2010-08-02 19:24:59 +00:00
Eelco Dolstra
f1598a8941 * More cleanup.
svn path=/nixpkgs/trunk/; revision=22798
2010-07-28 18:01:17 +00:00
Michael Raskin
7a57a42ee6 Update XNeur
svn path=/nixpkgs/trunk/; revision=20804
2010-03-24 07:25:33 +00:00
Eelco Dolstra
f53195f29e * Improved a bunch of "name" attributes (mostly missing version
numbers).

svn path=/nixpkgs/trunk/; revision=17991
2009-10-28 14:06:56 +00:00
Michael Raskin
89d4a330a8 Restricting xneur to Linux because it seems to indirectly use kernel headers
svn path=/nixpkgs/trunk/; revision=17219
2009-09-17 09:03:52 +00:00
Michael Raskin
85ff50fe4a Make a safer version of default versionReferenceCreator in upstream data updater; use yet another version reference creator in xneur; check in correct URL for it
svn path=/nixpkgs/trunk/; revision=17211
2009-09-17 05:18:19 +00:00
Michael Raskin
b592993513 Updating xneur - there is still input doubling in urxvt..
svn path=/nixpkgs/trunk/; revision=17210
2009-09-17 03:42:01 +00:00
Michael Raskin
39d02d873f Update XNeur
svn path=/nixpkgs/trunk/; revision=16589
2009-08-05 10:25:17 +00:00
Michael Raskin
2f770f46e4 Added back old XNeur version (did not have XIM bug)
svn path=/nixpkgs/trunk/; revision=13739
2009-01-12 06:14:13 +00:00
Michael Raskin
46f022b4ce Fixed dependencies for updated Xneur
svn path=/nixpkgs/trunk/; revision=13735
2009-01-11 10:19:11 +00:00
Michael Raskin
cc2e747a1b Updated XNeur
svn path=/nixpkgs/trunk/; revision=13734
2009-01-11 09:28:07 +00:00
Michael Raskin
9e48add3e0 Try protecting FreeBSD from instntiating TinyCC
svn path=/nixpkgs/trunk/; revision=13184
2008-11-03 19:16:21 +00:00
Michael Raskin
c251639ab1 Committed xneur expression by justbeingglad
svn path=/nixpkgs/trunk/; revision=11215
2008-03-20 09:51:05 +00:00