Commit Graph
365820 Commits
Author SHA1 Message Date
R. RyantmandKerstin 6efbd34eed libepoxy: 1.5.9 -> 1.5.10 2022-03-31 13:36:32 +02:00
SandroandGitHub 87ff04952b Merge pull request #166335 from SuperSandro2000/pycurl 2022-03-30 17:06:54 +02:00
Fabian AffolterandGitHub 1f77ce1680 Merge pull request #166343 from SuperSandro2000/python310Packages.kiwisolver
python39Packages.kiwisolver: 1.4.0 -> 1.4.2
2022-03-30 14:55:42 +02:00
SandroandGitHub 5838cb92a9 Merge pull request #166303 from SuperSandro2000/packaging 2022-03-30 14:23:03 +02:00
Fabian AffolterandGitHub 701497206b python3Packages.kiwisolver: disable on older Python releases 2022-03-30 09:55:32 +02:00
zowoq c46c3a55d9 sqlite: 3.38.1 -> 3.38.2
https://www.sqlite.org/releaselog/3_38_2.html
2022-03-30 16:36:41 +10:00
Sandro Jäckel 27d065dbf2 python39Packages.kiwisolver: 1.4.0 -> 1.4.2 2022-03-30 02:26:59 +02:00
Sandro Jäckel 64208378a8 python39Packages.packaging: add tests, remove unused six 2022-03-30 01:24:10 +02:00
Sandro Jäckel c270defab7 python39Packages.pycurl: disable failing tests, add SuperSandro2000 as maintainer 2022-03-30 01:19:01 +02:00
Martin WeineltandGitHub 4c9568e20e Merge pull request #153994 from TredwellGit/xorg.xorgserver 2022-03-29 22:21:46 +02:00
Bernardo MeurerandGitHub e2d150f6b1 Merge pull request #134917 from NixOS/binutils-2.37
binutils: 2.35.1 -> 2.38
2022-03-29 10:16:36 -07:00
e9cfdc6b77 libunwind: fix for aarch64 and non-4K pages (#166006)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-29 15:27:13 +02:00
Jan Tojnar ef9896e717 gsettings-desktop-schemas: Improve comments 2022-03-29 15:11:36 +02:00
Jan Tojnar e61ba68a0e gsettings-desktop-schemas: clear out broken dark background URL 2022-03-29 15:11:36 +02:00
Nicolas BenesandFrederik Rietdijk 2f027dff0b python: remove ncurses flag
It seems the additional linker flags were added in 9d3b0a2 (May 2008) as
a workaround for readline support. They were kept since then, but it
also means that `python3-config` outputs these flags

```console
$ python3-config --libs
 -lpthread -ldl -lcrypt -lncurses -lutil -lm -lm
```

while other GNU/Linux distros do not. For example, Debian 11:

```console
$ sudo apt install python3-dev
$ python3-config --libs
 -lcrypt -lpthread -ldl  -lutil -lm -lm
```

This change removes the `-lncurses` flag and aligns Nix/NixOS with other
distros.
2022-03-29 13:39:33 +02:00
SandroandGitHub 54aab5dbb7 Merge pull request #165998 from SuperSandro2000/flit 2022-03-29 13:32:28 +02:00
Fabian AffolterandGitHub 13403e27a5 Merge pull request #166174 from jyooru/update/python3Packages.black
python3Packages.black: 22.1.0 -> 22.3.0
2022-03-29 11:21:18 +02:00
Sandro Jäckel e34303895e python39Packages.flit: switch to pytestCheckHook 2022-03-29 11:18:00 +02:00
Sandro Jäckel 0dc9824089 python39Packages.flit: 3.6.0 -> 3.7.1 2022-03-29 11:17:59 +02:00
Jan Tojnar ca0b2cdd67 glib: add support for Pantheon’s terminal emulator
Just like we did for GNOME’s in the parent commit.
2022-03-29 10:23:52 +02:00
Jan Tojnar c987121acf glib: Add support for GNOME Console
GNOME Console (aka King’s Cross) is the default terminal emulator in GNOME 42.
Let’s make GLib aware of it so that apps relying on it (e.g. GNOME Shell)
can launch terminal apps like htop.

This is a downstream patch since GLib does not want to add any more
terminal emulators: https://gitlab.gnome.org/GNOME/glib/-/issues/2618
2022-03-29 10:23:52 +02:00
Fabian AffolterandGitHub 74edd0a892 Merge pull request #165504 from fabaff/bump-freezegun
python3Packages.freezegun: 1.1.0 -> 1.2.1
2022-03-29 09:33:20 +02:00
github-actions[bot]andGitHub f0248f968f Merge staging-next into staging 2022-03-29 06:01:53 +00:00
github-actions[bot]andGitHub df0f3ba49a Merge master into staging-next 2022-03-29 06:01:16 +00:00
R. RyantmandPeter Hoeg 0e671e2b2b strawberry: 1.0.2 -> 1.0.3 2022-03-29 13:54:03 +08:00
Ben SiraphobandGitHub 290c4eaf6c Merge pull request #166170 from malob/cocoapods-mainProgram 2022-03-28 23:54:56 -05:00
ajs124andGitHub f5054121cb Merge pull request #165935 from helsinki-systems/feat/move-special-fs-options-into-module
nixos/filesystems: Move options into the fs module
2022-03-29 05:03:59 +02:00
ajs124andGitHub ed612de9ab Merge pull request #165928 from kouyk/update/vivaldi
vivaldi: 5.1.2567.66-1 -> 5.1.2567.73-1
2022-03-29 04:44:08 +02:00
Ben SiraphobandGitHub 04a6d03029 Merge pull request #165974 from trofi/update-mc 2022-03-28 21:34:50 -05:00
Ben SiraphobandGitHub 27f51c5d7a Merge pull request #165321 from malob/update-1password 2022-03-28 21:29:23 -05:00
Joel 43f3c510fc python3Packages.black: 22.1.0 -> 22.3.0 2022-03-29 12:21:07 +10:00
Malo BourgonandGitHub fc3331b522 neovim-remote: add meta.mainProgram (#166173) 2022-03-29 04:15:31 +02:00
Bernardo Meurer c981094480 binutils: only autoconf on Darwin 2022-03-28 19:11:33 -07:00
Andrew ChildsandBernardo Meurer 022e81d7f1 binutils: revert libtool changes that break darwin 2022-03-28 18:51:55 -07:00
Bernardo Meurer aa9448db2a binutils: move src hack out of srcs attrset 2022-03-28 18:50:22 -07:00
Sergei TrofimovichandBernardo Meurer 3de6fbcfa2 libbfd: update build-components-separately.patch for 2.38
Otherwise the patch application fails as:

    applying patch /nix/store/y0l0144l12q7jpq4jv735shgxv8ygxwh-build-components-separately.patch
    1 out of 3 hunks FAILED -- saving rejects to file opcodes/Makefile.am.rej
    1 out of 2 hunks FAILED -- saving rejects to file opcodes/configure.ac.rej
1 out of 2 hunks FAILED -- saving rejects to file opcodes/configure.ac.rej
2022-03-28 18:50:21 -07:00
Bernardo Meurer ca02ea1e26 binutils: 2.37 -> 2.38 2022-03-28 18:50:20 -07:00
Bernardo Meurer 29e61371a7 binutils: add lovesegfault as a maintainer 2022-03-28 18:50:19 -07:00
Bernardo Meurer 737fe07136 binutils: take some suggestion from nixpkgs-fmt 2022-03-28 18:50:18 -07:00
Bernardo Meurer 8f7c9816aa binutils: sort configureFlags 2022-03-28 18:50:17 -07:00
Bernardo Meurer a3accfbea9 binutils: inline reuseLibs 2022-03-28 18:50:16 -07:00
Bernardo Meurer e06d51d4c0 binutils: add tags to comments where relevant 2022-03-28 18:50:15 -07:00
Bernardo Meurer c4913fb289 binutils: inherit {build,host,target}Platform to avoid repeating ourselves 2022-03-28 18:50:14 -07:00
Bernardo Meurer 3436886724 binutils: format and order patches section 2022-03-28 18:50:13 -07:00
Bernardo Meurer 008ce6610a binutils: join srcs in an attrset 2022-03-28 18:50:12 -07:00
Bernardo Meurer 8e5d2ead61 binutils: rename gold to enableGold 2022-03-28 18:50:11 -07:00
Bernardo Meurer c748ef4d1b binutils: format input attrs 2022-03-28 18:50:10 -07:00
Bernardo MeurerandTredwellGit 561781c4d7 nx-libs: binutils 2.37 fix
Co-authored-by: TredwellGit <tredwell@tutanota.com>
2022-03-28 18:50:09 -07:00
Bernardo MeurerandTredwellGit 492a60230c cdesktopenv: binutils 2.37 fix
Co-authored-by: TredwellGit <tredwell@tutanota.com>
2022-03-28 18:50:08 -07:00
Bernardo MeurerandTredwellGit cc83bad887 afterstep: binutils 2.37 fix
Co-authored-by: TredwellGit <tredwell@tutanota.com>
2022-03-28 18:50:07 -07:00