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
R. Ryantm
ff53c7d985
gromit-mpx: 1.5.1 -> 1.6.0
2024-03-12 12:58:24 +00:00
h7x4
b8054ecd8a
treewide: add mainProgram
2023-11-23 21:04:16 +01:00
R. Ryantm
506a12715a
gromit-mpx: 1.5.0 -> 1.5.1
2023-11-03 06:08:38 +00:00
R. Ryantm
b0ed6703f1
gromit-mpx: 1.4.3 -> 1.5.0
2023-10-12 13:05:13 +00:00
Weijia Wang
f7cf1d58bf
Merge pull request #192937 from r-ryantm/auto-update/gromit-mpx
...
gromit-mpx: 1.4.2 -> 1.4.3
2023-01-22 16:01:03 +01:00
Artturin
61c3058bcb
all-packages.nix: remove inherit (*xorg) *
's
...
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
R. Ryantm
ee700a2f12
gromit-mpx: 1.4.2 -> 1.4.3
2022-09-25 20:16:07 +00:00
R. RyanTM
3c4fb6d5c1
gromit-mpx: 1.4.1 -> 1.4.2
...
* gromit-mpx: 1.4.1 -> 1.4.2 (#159898 )
* gromit-mpx: use SPDX3 license identifier
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 14:00:05 +01:00
R. Ryantm
cc322e2160
gromit-mpx: 1.4 -> 1.4.1
2022-02-12 20:51:55 -08:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
...
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01: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
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
R. RyanTM
672bfcce54
gromit-mpx: 1.3.1 -> 1.4
2020-12-04 13:39:58 +00:00
Jörg Thalheim
2d93b5fa74
gromit-mpx: add wrapGAppsHook
2020-08-02 07:00:35 +01:00
R. RyanTM
1ea9d5b7b3
gromit-mpx: 1.3 -> 1.3.1
2020-08-02 02:23:34 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +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
Peter Jones
fe9d4ca50e
gromit-mpx: 1.2 -> 1.3
2019-02-23 19:56:12 -07:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
Peter Jones
6c9cc6339f
gromit-mpx: init at 1.2
2016-11-16 16:32:13 -07:00