| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
|
|
|
|
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
--argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
result/bin/apply-formatting $NIXPKGS_PATH
|
|
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
|
|
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/'
|
|
The wiki.gnome.org site is planned for retirement.
|
|
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
|
|
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
|
|
|
|
|
|
|
|
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
|
|
|
|
libunique builds, and dependencies appear to build and run correctly,
in OS X.
|
|
|
|
|
|
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
|
- Update homepage URLs
- Add missing meta entries
|
|
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
|
|
fix evaluation when `config.allowAliases` == false
(regression after https://github.com/NixOS/nixpkgs/pull/56791)
|
|
camelCase package name was a huge inconsistency in GNOME package set.
|
|
|
|
|
|
|
|
Only acts on one-line dependency lists.
|
|
|
|
Build-tested on x86_64 Linux & Mac.
|
|
Libunique is a library to write single instance applications.
I am creating a new package instead of upgrading the old one because
Mate uses libunique 3.x and other projects not (as far as I know).
|
|
|
|
The one in gnome2 was failing to build,
but all there is likely in a desolate state anyway.
In gmpc it also seemed without any reason to have a duplicate.
|
|
Please, comment on #296.
|