Commit Graph

60 Commits

Author SHA1 Message Date
Robert Schütz
7cdbfcbbd2
Merge pull request #278981 from dotlambda/mollysocket-init
mollysocket: init at 1.3.0, nixos/mollysocket: init
2024-03-28 18:51:07 +00:00
Robert Schütz
078994248a nixos/mollysocket: init 2024-03-28 09:55:10 -07:00
DontEatOreo
ba1834b908
mousecape: move to by-name/mo
- Previously package resided in darwin/mousecape due to confusion, this
  breaks the pkgs category hierarchy as mentioned by
  https://github.com/NixOS/nixpkgs/pull/299032#issuecomment-2021684755
- Also switched to using fetchzip
- Fixed maintainer name
2024-03-27 18:43:54 +02:00
Robert Schütz
d39618aa2d mollysocket: init at 1.3.0 2024-03-26 22:07:29 -07:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
R. Ryantm
7f7a1e32ab mosdepth: 0.3.6 -> 0.3.7 2024-03-20 23:53:43 +00:00
Nick Cao
2444aa2c68
Merge pull request #296954 from cppdt/update-mountpoint-s3-license
update mountpoint-s3 license to match upstream
2024-03-19 08:58:11 -04:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
cppdt
a0d1afb0fc mountpoint-s3: update license to Apache 2.0 2024-03-18 15:39:15 -04:00
R. Ryantm
5e9b646116 mountpoint-s3: 1.4.1 -> 1.5.0 2024-03-12 14:14:36 +00:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
toastal
f91e98652b movim: missing extensions, allow passing PHP cfg 2024-03-09 20:59:31 +07:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
aleksana
2a1cd0b439 treewide: remove gst-plugins-good missing libsoup_3 workaround
As the issue https://github.com/NixOS/nixpkgs/issues/271960 is fixed by https://github.com/NixOS/nixpkgs/pull/276408
2024-03-08 22:54:25 +08:00
a-n-n-a-l-e-e
a3428d7fcc
Merge pull request #293578 from r-ryantm/auto-update/monophony
monophony: 2.6.1 -> 2.7.0
2024-03-07 23:04:03 -08:00
R. Ryantm
2a5f0c77c6 monophony: 2.6.1 -> 2.7.0 2024-03-05 20:06:22 +00:00
R. Ryantm
07ae70b15d mommy: 1.3.0 -> 1.5.0 2024-03-03 07:03:22 +00:00
Weijia Wang
2fa63bb5bd
Merge pull request #292261 from Aleksanaa/mousam
mousam: init at 1.1.0
2024-03-02 14:02:06 +01:00
aleksana
c8a386e6c3 mousam: init at 1.1.0 2024-02-29 15:17:35 +08:00
R. Ryantm
27afd966dd monophony: 2.6.0 -> 2.6.1 2024-02-23 15:42:00 +00:00
lassulus
245347dbb0
Merge pull request #289483 from toastal/movim-init
movim: init at 0.24
2024-02-17 14:59:30 +07:00
toastal
f63cb5988f movim: init at 0.24
I expect ðis may need some adaptations for a NixOS module, but I would
like to merge in someþing building ahead of ðat task to make review
easier.
2024-02-17 14:38:06 +07:00
lassulus
6e2f00c839
Merge pull request #289366 from r-ryantm/auto-update/mountpoint-s3
mountpoint-s3: 1.4.0 -> 1.4.1
2024-02-17 13:30:20 +07:00
R. Ryantm
618c648007 mountpoint-s3: 1.4.0 -> 1.4.1 2024-02-16 19:04:52 +00:00
Sandro
6d70c386d9
Merge pull request #283860 from lucasbergman/moneydance-init 2024-02-16 13:46:23 +01:00
Sergei Trofimovich
f766f10607 modern-cpp-kafka: fix gcc-13 build failure
Without the change build fails as
https://hydra.nixos.org/build/247616582:

    In file included from /build/source/tests/unit/TestKafkaMetrics.cc:1:
    /build/source/include/kafka/addons/KafkaMetrics.h:46:22: error: 'int64_t' is not a member of 'std'; did you mean 'int64_t'?
       46 |     ResultsType<std::int64_t> getInt(const KeysType& keys) const { return get<std::int64_t>(keys); }
          |                      ^~~~~~~
2024-02-10 11:51:49 +00:00
Lucas Bergman
d3bca4cb5d moneydance: add 'jvmFlags'
An example use case is that Java/Swing UIs, including Moneydance, are
often difficult to use on very high-resolution screens but can be fixed by
adding something like `-Dsun.java2d.uiScale=2` to JVM flags.
2024-02-06 17:04:58 -06:00
Lucas Bergman
a59c532c0a moneydance: init at 2023.3_5064
Moneydance is a proprietary, full featured financial application that runs
on the JVM.

https://infinitekind.com/moneydance

fixes #277931
2024-02-06 17:04:58 -06:00
R. Ryantm
978d053ec4 monophony: 2.5.2 -> 2.6.0 2024-02-06 01:08:42 +00:00
Anderson Torres
d378341e28 mov-cli: 1.5.6 -> 1.5.7 2024-01-28 14:55:36 -03:00
Anderson Torres
d861e6a918 mov-cli: 1.5.4 -> 1.5.6 2024-01-28 14:55:36 -03:00
Anderson Torres
60132635d4 mov-cli: migrate to by-name 2024-01-28 14:55:36 -03:00
Weijia Wang
7d021ca26b
Merge pull request #265056 from rgri/init-mouse-actions
mouse-actions: init at 0.4.4
2024-01-27 03:47:42 +01:00
Luka Blaskovic
36ca5eda59 mountpoint-s3: 1.3.2 -> 1.4.0 2024-01-26 17:49:35 +00:00
rgri
28614f6861 mouse-actions: init at 0.4.4
Co-authored-by: Donovan Glover <donovan@dglover.co>
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-01-25 22:25:29 -06:00
Anderson Torres
62160ef8d6 moe: 1.13 -> 1.14 2024-01-24 11:57:01 -03:00
Anderson Torres
e1fda1ae42 moe: migrate to by-name 2024-01-24 11:45:59 -03:00
Linus Heckemann
18e5176621
Merge pull request #270727 from nikstur/nixos-perlless-activation
Perlless Activation
2024-01-22 10:11:44 +01:00
R. Ryantm
a1576f9798 monophony: 2.5.1 -> 2.5.2 2024-01-21 11:54:10 -08:00
Weijia Wang
6303715ccd
Merge pull request #280622 from r-ryantm/auto-update/morewaita-icon-theme
morewaita-icon-theme: 43.2 -> 45
2024-01-19 08:03:40 +01:00
nikstur
4bcec20fa1 move-mount-beneath: init at unstable-2023-11-26 2024-01-18 23:08:14 +01:00
Sandro
6296c64c60
Merge pull request #280831 from NotAShelf/modprobed-db 2024-01-18 11:08:36 +01:00
Aaron Andersen
bb121a85e7
Merge pull request #280289 from lblasc/mountpoint-s3
mountpoint-s3: init at 1.3.2
2024-01-16 07:28:20 -08:00
NotAShelf
08c9ea8606
modprobed-db: init at 2.46 2024-01-14 03:15:01 +03:00
Pascal Bach
69607d9307
Merge pull request #278645 from FanBB2333/mos
mos: init at 3.4.1
2024-01-13 14:57:51 +01:00
R. Ryantm
2c3dd4a4f0 mommy: 1.2.6 -> 1.3.0 2024-01-13 03:07:50 +00:00
L1ght
3bcb0ed710 mos: init at 3.4.1 2024-01-13 10:23:36 +08:00
R. Ryantm
f5b7da46a2 morewaita-icon-theme: 43.2 -> 45 2024-01-13 00:28:51 +00:00
Luka Blaskovic
2c3349ccfa mountpoint-s3: init at 1.3.2 2024-01-12 07:37:25 +00:00
Philipp Kosel
7f3eac3ea3 morewaita-icon-theme: init at 42.3 2024-01-12 06:12:46 +01:00