Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
a0516c6dbb
girara: 0.4.2 -> 0.4.3
2024-03-02 23:22:29 +00:00
R. Ryantm
781b05613f
girara: 0.4.1 -> 0.4.2
2024-01-19 15:53:02 +01:00
Zhongcheng Lao
bde3ef062a
girara: disable meson tests target on Darwin
2023-12-24 09:53:16 +08:00
R. Ryantm
fc79986dc3
girara: 0.4.0 -> 0.4.1
2023-12-09 05:41:56 +00:00
Mario Rodas
530c3a2d77
girara: add zathura as reverse dependency to passthru.tests
2023-08-19 04:20:00 +00:00
Mario Rodas
cd35761652
girara: 0.3.9 -> 0.4.0
...
Diff: https://git.pwmt.org/pwmt/girara/-/compare/0.3.9...0.4.0
2023-08-19 04:20:00 +00:00
Adam Joseph
9600a18dc2
girara: fix cross compilation
2023-04-14 22:11:57 +03:00
Jan Tojnar
8de8fc4223
girara: 0.3.7 → 0.3.9
...
https://git.pwmt.org/pwmt/girara/-/compare/0.3.7...0.3.9
Also format the expression.
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:20 +02:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sandro Jäckel
c7f5becba3
dbus: remove unused daemon passhtru
2022-11-21 20:23:00 +01:00
R. Ryantm
04f07d1d28
girara: 0.3.6 -> 0.3.7
2022-02-20 00:24:03 -08:00
R. RyanTM
1cb496e83f
girara: 0.3.5 -> 0.3.6
2021-07-22 09:45:15 -07:00
Michael Lingelbach
34a84c4b0e
girara: fix build on darwin ( #124337 )
2021-05-25 03:11:34 -04:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02: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
Mario Rodas
fd497a5cd6
girara: fix build on darwin
2020-08-16 10:14:46 +00:00
R. RyanTM
90a1a4abfc
girara: 0.3.4 -> 0.3.5
2020-07-28 12:04:16 +00:00
R. RyanTM
fd3abed37d
girara: 0.3.3 -> 0.3.4
2020-01-15 12:50:18 +00:00
Sam Doshi
1aa3e67c57
girara: 0.3.2 -> 0.3.3
...
Source URL and homepage also updated.
2019-10-06 15:18:42 +01:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
...
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
Jan Tojnar
3238567677
girara: fix build with auto_features=enabled
...
Also split multiple outputs and enable tests.
2019-06-25 18:24:52 +02:00
R. RyanTM
981ecaad30
girara: 0.3.1 -> 0.3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/girara/versions
2018-12-25 15:08:33 -08:00
R. RyanTM
0260116fe0
girara: 0.3.0 -> 0.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/girara/versions
2018-10-04 08:50:25 +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
R. RyanTM
12b6909832
girara: 0.2.9 -> 0.3.0 ( #41063 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/girara/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.3.0 with grep in /nix/store/sd2h3v53hxkijrlc7xahlrjpa80vrbb7-girara-0.3.0
- directory tree listing: https://gist.github.com/9ae2cdb1a49b9bd9d21fae478768a961
- du listing: https://gist.github.com/f505b0541763899d6ef06322b8258191
2018-05-28 14:46:32 +02:00
Jan Tojnar
9a57536633
girara: 0.2.8 → 0.2.9
2018-04-12 01:18:41 +02:00
Matthew Bauer
ed2a9cf65f
treewide: remove libintl hacks
2018-03-22 16:50:11 -05:00
Miguel Madrid Mencía
b28348dd74
girara: 0.2.7 -> 0.2.8
2017-12-31 01:59:55 +01:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Matthew Bauer
f2d3fc12b8
girara: supports darwin
2017-04-23 18:08:52 -05:00
rnhmjoj
6462775193
girara: 0.2.6 -> 0.2.7
2017-02-15 14:58:19 +01:00
Micxjo Funkcio
f508c6a0d1
zathura: 0.3.5 -> 0.3.6, girara: 0.2.5 -> 0.2.6 ( #14837 )
...
* girara: 0.2.5 -> 0.2.6
* zathura: 0.3.5 -> 0.3.6
2016-04-20 08:05:53 +02:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Marius Bakke
78b80ee635
girara: 0.2.4 -> 0.2.5
2016-03-01 19:41:09 +00:00
Vladimír Čunát
91407a8bdf
ncurses: split into multiple outputs
...
Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
2015-10-13 20:18:44 +02:00
Charles Strahan
ae8c6092e7
pwmt: update packages (zathura, jumanji, girara)
...
This updates (and fixes) the mupdf backend for zathura, and bumps the
versions for other related packages.
2015-05-06 10:36:30 -04:00
koral
222366883d
girara: provided an alternative installation that doesn't require ncurses or gcc 4.9
2014-11-23 23:37:53 +01:00
me@vikramverma.com
e6f7910551
zathura: 0.2.9 -> 0.3.1; girara: 0.2.2 -> 0.2.3
2014-10-23 19:03:19 +02:00
Rok Garbas
9d38aa6591
girara: update to 0.2.2
2014-08-03 14:04:44 +02:00
Sergey Mironov
2142d7542b
zathura: version bump (0.2.6 -> 0.2.7) ( close #1782 )
2014-02-19 20:51:50 +01:00
Rok Garbas
6aff4d5ee5
zathuraCollection: update to latest
...
girara -> 0.1.9
zathura-core -> 0.2.5
zathura-djvu -> 0.2.3
zathura-pdf-poppler -> 0.2.4
zathura-ps -> 0.2.2
2013-11-23 15:19:54 +01:00
Rok Garbas
e4236f1ade
girara: update to 0.1.5, correct license and add myself as maintainer
2013-02-23 11:38:30 +01:00
Rok Garbas
ee6f7e294e
zathura: Update to 0.2.1 (also update plugins to latest)
2012-11-25 18:55:54 +01:00
Sergey Mironov
51ccf1f213
zathura: fix broken links in meta information
2012-08-16 18:33:25 +04:00