about summary refs log tree commit diff
path: root/nixpkgs
Commit message (Collapse)AuthorAge
* bitlbee: propagate glib dependencyAlyssa Ross2020-07-15
| | | | | bitlbee.pc requires glib, so all packages that depend on bitlbee will also depend on glib.
* bitlbee-mastodon: 1.4.3 -> 1.4.4Alyssa Ross2020-07-15
|
* nixos/users-groups: handle password hashes with special meaningrnhmjoj2020-07-13
| | | | (cherry picked from commit c37347af7eaa0177e3a374dd94158ff546f20fdb)
* nixos/users-groups: do not check validity of empty hashesrnhmjoj2020-07-13
| | | | (cherry picked from commit 751c2ed6e4af9e525fe57b7c0f0ee8a611eab9fa)
* nixos/users-groups: remove ancient security.initialRootPassword optionrnhmjoj2020-07-13
| | | | | | | | | This option has been deprecated for a long time because is redundant (users.users.root.initialHashedPassword exists). Moreover, being of type string, it required to handle the special value "!" separately, instead of using just `null`. (cherry picked from commit a6ed7d4845f1142f36b2c461d5a721bc68eb7d48)
* small treewide: his -> theirs/itsProfpatsch2020-07-13
| | | | | | | SJW brigade represent. ;) Co-authored-by: Jan Tojnar <jtojnar@gmail.com> (cherry picked from commit 517be841352ec3e6b236e7cdfb1fbd8e26bf49cb)
* Merge commit '9480bae337095fd24f61380bce3174fdfe926a00'Alyssa Ross2020-07-13
| | | | | | This is the last nixos-unstable release before 13b2903169f, which I'm a bit nervous about. So I want the update including that one to be as small as possible, hence going to this one first.
* overlays: don't apply to all nixpkgs treesAlyssa Ross2020-07-13
| | | | | | | | | | | | | | | | | | | | | Since the nixlib root is the NIX_PATH root, overlays were in the NIX_PATH as "nixpkgs-overlays". Nixpkgs imports that by default to look for overlays. This meant that an arbitrary Nixpkgs tree would end up trying to use the Nixlib overlays, which wouldn't always work. It would also mean that derivations built from those trees wouldn't match the ones other people would try to build, which is undesirable for working on nixpkgs. I think this is unfortunate behaviour for anybody working on nixpkgs, and nixpkgs probably shouldn't load overlays from impurely at all by default, but it is what it is. Since I can't really change what upstream nixpkgs does here, the best I can do is change the nixpkgs in nixlib. It will now load overlays from a sibling "overlays" directory. Renaming the "nixpkgs-overlays" directory at the nixlib root to "overlays" means that it will be loaded by default _only_ by the nixpkgs it is colocated with. It also means that it is still accessible in the NIX_PATH as <overlays>, which is fine and convenient as long as nothing starts looking at that by default.
* python3Packages.zope_i18nmessageid: fix testsJonathan Ringer2020-06-04
| | | | (cherry picked from commit 7a8434c710c2bf9310d9b21988bc4ee2ac683d04)
* python3Packages.zope-hookable: 4.2.0 -> 5.0.1Jonathan Ringer2020-06-04
| | | | (cherry picked from commit 0e13f49e7c55268fcdca81cec53d879150d39264)
* Merge commit '467ce5a9f45aaf96110b41eb863a56866e1c2c3c'Alyssa Ross2020-06-04
|
* python3.pkgs.hyperkitty: 1.3.2 -> 1.3.3Alyssa Ross2020-06-04
|
* python3.pkgs.postorius: 1.3.2 -> 1.3.3Alyssa Ross2020-06-04
|
* mailman: 3.3.0 -> 3.3.1Alyssa Ross2020-06-04
|
* python3.pkgs.django-mailman3: 1.3.2 -> 1.3.3Alyssa Ross2020-06-04
|
* python3.pkgs.mailmanclient: 3.3.0 -> 3.3.1Alyssa Ross2020-06-04
| | | | Also enable tests, which seem to work now.
* python3.pkgs.zope_interface: 4.7.1 -> 5.1.0Alyssa Ross2020-06-04
|
* python3.pkgs.importlib-resources: 1.0.2 -> 1.5.0Alyssa Ross2020-06-04
|
* python3.pkgs.importlib-metadata: 1.5.0 -> 1.6.0Alyssa Ross2020-06-04
|
* python3.pkgs.coverage: 4.5.4 -> 5.1Alyssa Ross2020-06-04
|
* python3Packages.bleach: 3.1.0 -> 3.1.5Frederik Rietdijk2020-06-04
| | | | (cherry picked from commit f2fd4a4129c37b6ea7eea461f909a05246c3a280)
* nixos/acme: fix chown hackAlyssa Ross2020-06-04
|
* cargo-download: fix buildAlyssa Ross2020-06-01
| | | | url: 1.6.0 -> 1.7.2
* ffmpeg_4: 4.2.2 -> 4.2.3zowoq2020-05-23
|
* ffmpeg_2_8: 2.8.15 -> 2.8.16zowoq2020-05-23
|
* ffmpeg-full: 4.2.2 -> 4.2.3zowoq2020-05-23
|
* Merge commit 'b47873026c7e356a340d0e1de7789d4e8428ac66'Alyssa Ross2020-05-18
|
* Merge commit '683c68232e91f76386db979c461d8fbe2a018782'Alyssa Ross2020-05-12
|
* nixos/public-inbox: correctly merge configAlyssa Ross2020-05-09
| | | | | | | | | | | | | | | | | | | | | This needs to be defined as an attribute set two layers deep so that multiple settings in the same namespace, declared in two different modules, will be merged together. For example, the following previously wouldn't be merged properly: { ... }: { imports = [ ( { ... }: { services.public-inbox.config.publicinbox.listid = "foo.example.com; } ) ]; services.public-inbox.config.publicinbox.css = "https://example.com/pi.css"; }
* cgit: 1.2.1 -> 1.2.3Alyssa Ross2020-05-09
| | | | cgit now supports lzip and zstd compression.
* python3: expose packageOverrides in passthruAlyssa Ross2020-05-09
| | | | | | | | | | | | | | This allows (manually) composing packageOverrides, like so: python3.override { packageOverrides = lib.composeExtensions python3.packageOverrides (final: super: { ... }); } This is still not great, but without this, you can't use packageOverrides twice at all, because the second use just clobbers the first with no way to make sure the first override is applied as well.
* python3.pkgs: apply packageOverrides recursivelyAlyssa Ross2020-05-09
| | | | | | | This makes it so that if I apply a patch to Django using packageOverrides, it's applied to python3.pkgs.python.pkgs.django (and python3.pkgs.python.pkgs.python.pkgs.django) as well as python3.pkgs.django.
* nixos/acme: hack to fix permissions issueAlyssa Ross2020-05-09
| | | | | | | A *good* fix for this problem looks to be a long way off. But I need my certificates to not expire until that happens. Fixes: https://github.com/NixOS/nixpkgs/issues/48845
* gnupg: use libusb1 (#85374)Linus Heckemann2020-05-06
| | | | | | | | | | * gnupg: use libusb1 This fixes scdaemon's direct ccid support. * systemd: fix gnupg-minimal (cherry picked from commit 6673a4988e4a4ff25ca94a84d8e2acf92453dbf1)
* Merge commit '22a3bf9fb9edad917fb6cd1066d58b5e426ee975'Alyssa Ross2020-04-27
|
* modules/systemd: don't install home.conf exampleAlyssa Ross2020-04-16
| | | | | | | | | | | We don't want /srv on NixOS, and /home is already created by users-groups.nix. Furthermore, systemd tmpfiles are set up post-activation, and so there's absolutely no way for a user to override them. They can't even set their own rules in systemd.tmpfiles, because "home.conf" comes before "nixos.conf" lexicographically, and so systemd always picks the "home.conf" ones.
* wf-recorder: 0.2 -> 0.2.1Michael Weiss2020-04-15
| | | | (cherry picked from commit ca2a222747bd14d0f477b8eb231eda68355ca240)
* nixos/rss2email: globally install rss2emailAlyssa Ross2020-04-15
| | | | For man pages.
* nixos/rss2email: move from /var to /var/libAlyssa Ross2020-04-15
| | | | This way, we can use StateDirectory instead of a tmpfile rule.
* mblaze: install msuck and mblowAlyssa Ross2020-04-15
| | | | | | | | | | There are lots of other scripts in contrib that we should probably also install, but I didn't feel like taking the time to review them all and figure out what dependencies they would need. It would have been a shame to add a mandatory dependency on Ruby (and all that entails) to a package that otherwise has basically no dependencies, so I've made the Ruby dependency optional.
* mailman-web: use default Nixpkgs DjangoAlyssa Ross2020-04-10
| | | | | | | | | | The upstream version bound of <2.2 is overly pessimistic, and mailman-web works just fine on Nixpkgs' default Django 2.2. I've applied a patch to relax the bound, which I have also sent upstream[1] (which is why I included the patch rather than just doing another sed). [1]: https://gitlab.com/mailman/mailman-web/-/merge_requests/2
* nixos/public-inbox: add mda.args optionAlyssa Ross2020-04-07
|
* firefox: 74.0 -> 74.0.1Andreas Rammhold2020-04-06
| | | | (cherry picked from commit 48e6a3f1f16f29a30e34331a101ea40b535a784f)
* Merge commit 'ae6bdcc53584aaf20211ce1814bea97ece08a248'Alyssa Ross2020-04-06
| | | | | | # Conflicts: # nixpkgs/pkgs/build-support/rust/default.nix # nixpkgs/pkgs/development/go-modules/generic/default.nix
* Merge commit 'a2e06fc3423c4be53181b15c28dfbe0bcf67dd73'Alyssa Ross2020-04-01
|
* gnustep/base: replace libbfd with binutils-unwrappedajs1242020-02-28
| | | | | | Fixes #76927 (second try) (cherry picked from commit 664c02c89bdafd21e9d0cf4d16baceeb70003185)
* rust: include the rustc-dev componentSymphorien Gibol2020-01-27
| | | | | | | | This enables to compile rls and rustc See also https://github.com/rust-lang/rust/pull/64823 (cherry picked from commit 47681d7c5c9529615e9f481f02d945a2c3cfe599)
* nixos/public-inbox: support multiple mountsAlyssa Ross2020-01-27
|
* nixos/bitlbee: don't assign list to users.groupsAlyssa Ross2020-01-27
| | | | Warns about loaOf deprecation warning.
* Merge commit '3d085a399c436a41d875801619e8f976b8519196'Alyssa Ross2020-01-26
|