Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
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-06-09 23:07:45 +02:00
Vladimír Čunát
725f48a252
Merge branch 'master' into staging-next
2024-05-02 09:05:49 +02:00
Bobby Rong
736c6be462
treewide: Move away from wiki.gnome.org
...
The wiki.gnome.org site is planned for retirement.
2024-05-01 21:16:03 +08:00
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
h7x4
b8054ecd8a
treewide: add mainProgram
2023-11-23 21:04:16 +01:00
Daniel Șerbănescu
f730c1670d
brasero: 3.12.2 -> 3.12.3
2022-01-04 15:39:04 +01:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Rick van Schijndel
25be3c82d4
brasero: move makeWrapper to nativeBuildInputs
2021-07-12 21:29:50 +02:00
Ben Siraphob
76f93cc731
pkgs/tools: 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
Gabriel Ebner
c9161fb11a
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
...
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Florian Klink
ea4431750e
brasero: fix libdvdcss usage
...
turns out, prefixing LD_PRELOAD with the path to libdvdcss works just
fine.
2019-02-14 01:20:41 +01:00
Pascal Wittmann
4269eb17dc
brasero: inherit meta in wrapper
...
see issue #43716
2018-08-05 16:06:55 +02:00
Pascal Wittmann
5c831c7bfe
brasero: correct license, is actually gpl2Plus
...
see issue #43716
2018-08-05 16:02:07 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Franz Pletz
93ef0b3852
brasero: 3.12.1 -> 3.12.2
2017-08-01 08:36:37 +02:00
Robert Helgesson
02600dacf8
brasero: depend on hicolor_icon_theme
...
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2016-07-09 13:04:32 +02:00
Nikolay Amiantov
73db7887ed
brasero: use symlinkJoin
2016-04-26 15:37:43 +03:00
Nikolay Amiantov
ef9175c5fb
brasero: move cdrtools dependency to a wrapper
2016-04-23 04:15:57 +03:00
Nikolay Amiantov
2a51c3c12a
brasero: use libburn and libisofs instead of some packages
2016-04-23 04:13:43 +03:00
Nikolay Amiantov
aad2f71eee
brasero: 3.12.0 -> 3.12.1
2016-04-21 17:23:56 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Nikolay Amiantov
28f8ec1df6
brasero: cleanup
2015-12-13 15:14:00 +03:00
Brandon Dimcheff
93228a0863
add dconf dependencies to sound-juicer and brasero
...
If you have services.gnome3.enabled = true, you shouldn't need this, but
if you don't, you'll need this dconf env var to be able to save settings
in these apps.
2015-03-24 10:34:09 -04:00
Brandon Dimcheff
a62d652a3b
add brasero, a gnome cd/dvd burner
2015-03-20 15:50:11 -04:00