Vladimír Čunát
277d34fbdf
Merge #212919 : ubootTools: fix build by fixing -idirafter ordering
...
...into staging-next
2023-01-28 08:45:47 +01:00
Silvan Mosberger
0346f6a9e3
Merge pull request #212336 from nixpkgs-architecture/some-nix-file-deps
...
{documentation-highlighter,zsh-clipboard}: Remove dependency on Nix files
2023-01-27 20:35:27 +01:00
Sergei Trofimovich
8b3a31f923
ubootTools: fix build by fixing -idirafter ordering
...
`ubootTools` build broke after https://github.com/NixOS/nixpkgs/pull/210004
where we started dropping default libc include path and switched to
`-idirafter` way of specifying libc headers.
Unfortunately the way it's implemented it injects -idirafter after
user's flags, not before. That allows users to inject their paths before
libc include paths, not after (as it would notmally happen).
The change works it around for u-boot by pulling -idirafter libc flags
before user's flags.
2023-01-27 08:32:06 +00:00
Nick Cao
3e78ccbbfe
Merge pull request #212355 from reckenrode/dxvk-fix
...
dxvk: fix Darwin build
2023-01-24 15:57:26 +08:00
Weijia Wang
daaa3b683a
Merge pull request #212299 from r-ryantm/auto-update/fastly
...
fastly: 4.6.2 -> 5.0.0
2023-01-24 05:01:13 +01:00
Randy Eckenrode
56c2631e5b
dxvk: fix Darwin build
2023-01-23 21:38:47 -05:00
Silvan Mosberger
f6e5ea8a2c
documentation-highlighter: Only depend on needed files
...
Makes the build independency of the default.nix and update.sh file by
explicitly specifying the files that are needed in the result
This allows changing those files without causing a rebuild
2023-01-24 00:59:11 +01:00
Sandro Jäckel
09e07a3ad3
cups: remove with lib over entire file
2023-01-23 22:45:25 +01:00
R. Ryantm
a18149dff5
fastly: 4.6.2 -> 5.0.0
2023-01-23 19:55:06 +00:00
Fabian Affolter
94ca24d932
Merge pull request #212031 from dotlambda/flashfocus-fix
...
flashfocus: use pythonRelaxDepsHook
2023-01-22 12:34:41 +01:00
Adam Joseph
42815b4a0c
treewide: systemdSupport: use lib.meta.availableOn
...
Many packages have some kind of flag indicating whether or not to build with
systemd support. Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`. Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.
This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.
This provides three benefits:
1. The default values are set correctly (i.e. including `&& isStatic`)
2. The default values are set consistently
3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Robert Schütz
e96fe2271d
flashfocus: use pythonRelaxDepsHook
2023-01-21 17:57:51 -08:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01: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
Nick Cao
3836bf0297
Merge pull request #209120 from NickCao/opensbi
...
opensbi: 1.1 -> 1.2
2023-01-19 18:19:44 +08:00
R. Ryantm
3bf0de1ee9
fastly: 4.6.1 -> 4.6.2
2023-01-18 02:13:34 +00:00
Joel Koen
2c56763b58
maintainers: jyooru -> joelkoen
2023-01-15 14:14:19 +10:00
Martin Weinelt
c1e6c6af69
Merge remote-tracking branch 'origin/master' into staging-next
2023-01-11 03:51:33 +01:00
R. Ryantm
f91681eafe
fastly: 4.5.0 -> 4.6.1
2023-01-10 22:51:36 +08:00
Artturi
27c1ec2ecf
Merge pull request #209816 from Artturin/deprecate-top-level-platform-aliases
2023-01-09 22:15:50 +02:00
Artturin
2eeb34c273
treewide: {build,host,target}Platform -> stdenv.{build,host,target}Platform
2023-01-09 21:13:22 +02:00
github-actions[bot]
33aa224777
Merge master into staging-next
2023-01-09 18:01:24 +00:00
R. Ryantm
164e802e02
ananicy-cpp: 1.0.1 -> 1.0.2
2023-01-09 05:20:57 +00:00
github-actions[bot]
fce67420c4
Merge master into staging-next
2023-01-09 00:02:14 +00:00
Patrick Nuckolls
b5e025bb2a
gnu-shepherd: 0.8.1 -> 0.9.3 ( #206317 )
2023-01-08 23:54:49 +01:00
github-actions[bot]
b60b0a223e
Merge master into staging-next
2023-01-08 06:01:06 +00:00
pacien
13e9dd84d8
tmuxPlugins.cpu: unstable-2021-12-15 -> unstable-2023-01-06
2023-01-06 20:30:10 +01:00
Martin Weinelt
ca3f9b7326
rich-cli: Relax textual constraint
2023-01-05 13:20:49 +01:00
Nick Cao
168c2b6245
opensbi: 1.1 -> 1.2
2023-01-05 09:09:00 +08:00
Jan Tojnar
5810109b42
Merge branch 'staging-next' into staging
...
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
Fabian Affolter
e622170336
wiki-tui: add changelog to meta
2023-01-01 18:34:59 +01:00
lom
3a68bc8b9e
wiki-tui: 0.6.0 -> 0.6.1
2023-01-01 11:36:38 -05:00
Florian
61e561d80f
cups-brother-hll2375dw: init at 4.0.0-1 ( #204306 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-30 22:01:06 +01:00
R. Ryantm
b2025a306f
superd: 0.7 -> 0.7.1
2022-12-28 16:33:18 +00:00
Sergei Trofimovich
092d57c076
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
Ryan Lahfa
861c7b189c
Merge pull request #182360 from Yarny0/cups-pdf
...
cups-pdf(-to-pdf): init
2022-12-28 09:08:49 +01:00
Mauricio Collares
a2c1f55586
Merge pull request #193810 from r-ryantm/auto-update/sagetex
...
sagetex: 3.6 -> 3.6.1
2022-12-27 19:52:54 -03:00
figsoda
c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
...
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Harsh Shandilya
548e82d650
scrcpy: replace hard-coded bash path
2022-12-26 16:40:50 +05:30
Harsh Shandilya
3027d3ab86
scrcpy: 1.24 -> 1.25
2022-12-26 09:50:07 +05:30
Guillaume Girol
997d10c961
Merge pull request #206748 from panicgh/epkowa-iscan-gt-x750
...
epkowa: add plugin for GT-X750, Perfection 4490 scanner
2022-12-25 20:55:46 +00:00
github-actions[bot]
b48679133a
Merge staging-next into staging
2022-12-25 12:01:40 +00:00
R. Ryantm
04a2aa7b80
pacemaker: 2.1.4 -> 2.1.5
2022-12-25 12:01:07 +01:00
Jan Tojnar
72c37eddec
Merge branch 'staging-next' into staging
2022-12-25 01:30:47 +01:00
Rafael Fernández López
7fca6564e6
fastly: update cli-config to latest version
2022-12-24 16:32:27 +01:00
Sandro
cc8def18f0
Merge pull request #203790 from aacebedo/aacebedo/tmux-indicator
2022-12-24 01:14:06 +01:00
Michele Guerini Rocco
5dff7733aa
Merge pull request #203454 from rnhmjoj/pr-cups-socket
...
nixos/hardware/printers: stop cupsd when unneeded
2022-12-21 23:06:00 +01:00
github-actions[bot]
dc1fa2c776
Merge staging-next into staging
2022-12-19 00:02:57 +00:00