Commit Graph

373985 Commits

Author SHA1 Message Date
=
f0af1ef49c buildDotnetModule: properly inherit arguments from drv
Previously buildDotnetModule did not properly inherit some arguments from
derivations, take for example this expression:

dotnetFlags = [
    "--runtime linux-x64"
];

It would error out as follows: "MSBUILD : error MSB1001: Unknown switch.".
Setting the same flag from bash would work fine. This fixes that, all
arguments should now be properly interpreted :)
2022-04-30 18:24:48 -07:00
=
f69de108fb buildDotnetModule: nuget source cleanup
There used to be a few issues with the way we generate the nuget source:

* The derivation generated for the deps would have "nuget-deps" in them twice:
  /nix/store/...-foo-1.0-nuget-deps-nuget-deps

* We always tried to generate the dependencies for "projectReferences"
  even when it wasn't set, causing a warning.

This fixes those issues :)
2022-04-30 18:24:48 -07:00
=
38419c65ce mkNugetSource: fix bug in metadata generation
This improves the metadata generation, previously it would take any
"license" entry from the nuspec, and tried to match it to an spdx ID from
"lib.licenses".

Sometimes however licenses are provided in plain-text, which we
obviously cannot cleanly resolve. This resulted in in useless information
("LICENSE.txt") being written to "meta.license".
2022-04-30 18:24:48 -07:00
Artturi
2a88b7df51
Merge pull request #169844 from Artturin/nixupdate4
nixUnstable: pre20220411 -> pre20220422
2022-05-01 04:13:58 +03:00
Mario Rodas
05ced71757
Merge pull request #170630 from mdlayher/mdl-corerad-121
corerad: 1.2.0 -> 1.2.1
2022-04-30 19:46:35 -05:00
Mario Rodas
e259fc9aba
Merge pull request #171042 from penguwin/charm
charm: 0.11.0 -> 0.12.0
2022-04-30 19:45:57 -05:00
Mario Rodas
42da9bd5e7
Merge pull request #171076 from marsam/update-vale
vale: 2.15.5 -> 2.16.0
2022-04-30 19:45:26 -05:00
Anderson Torres
e887de8d9c
Merge pull request #170196 from a-m-joseph/qtwebengine-fix-platforms
[py]qtwebengine: meta.platforms
2022-04-30 21:43:00 -03:00
Mario Rodas
1ed876dcb9
Merge pull request #170932 from nagy/sbcl
sbcl: 2.1.11 -> 2.2.4
2022-04-30 19:39:43 -05:00
Mario Rodas
87010c081f
Merge pull request #170730 from schmittlauch/seafile-client-8.0.7
seafile-client: 8.0.6 -> 8.0.7
2022-04-30 19:35:21 -05:00
Mario Rodas
711738b553
Merge pull request #171075 from marsam/update-ncspot
ncspot: 0.9.7 -> 0.9.8
2022-04-30 19:34:38 -05:00
Mario Rodas
db26e4273f
Merge pull request #170739 from r-ryantm/auto-update/python3.10-types-python-dateutil
python310Packages.types-dateutil: 2.8.12 -> 2.8.14
2022-04-30 19:34:19 -05:00
Mario Rodas
a3f5f5a515
Merge pull request #170776 from bryanasdev000/ddosify-079
ddosify: 0.7.6 -> 0.7.9
2022-04-30 19:33:29 -05:00
Mario Rodas
43cef416a5
Merge pull request #170804 from bbigras/anytype
anytype: 0.25.0 -> 0.25.4
2022-04-30 19:33:03 -05:00
Mario Rodas
2f40d52ed8
Merge pull request #170870 from r-ryantm/auto-update/mopidy
mopidy: 3.2.0 -> 3.3.0
2022-04-30 19:32:04 -05:00
Mario Rodas
3f0531a204
Merge pull request #170989 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 15.1.0 -> 15.2.0
2022-04-30 19:28:34 -05:00
Mario Rodas
d982536672
Merge pull request #171005 from Luflosi/update/apio
apio: 0.8.0 -> 0.8.1
2022-04-30 19:27:36 -05:00
Adam Joseph
e134ec7dbb calibre: omit pyqtwebengine on unsupported platforms 2022-04-30 17:17:07 -07:00
Adam Joseph
d53c8e99ee qutebrowser: take meta.platforms from pyqtweb{engine,kit} 2022-04-30 17:17:07 -07:00
Adam Joseph
0959604970 pyqtwebengine: intersect meta.platforms with qtwebengine 2022-04-30 17:17:06 -07:00
Adam Joseph
cf3d9c3cf1 qtwebengine: implement meta.platforms correctly 2022-04-30 17:17:06 -07:00
Jason O'Conal
e412163114
Merge pull request #166767 from r-ryantm/auto-update/weechat
weechat-unwrapped: 3.4.1 -> 3.5
2022-05-01 09:33:46 +09:30
Mario Rodas
f31124a16d
Merge pull request #171029 from xrelkd/update/eksctl
eksctl: 0.94.0 -> 0.95.0
2022-04-30 18:34:14 -05:00
piegames
28216de86b
Merge pull request #171037: gnomeExtensions: auto-update 2022-05-01 00:31:26 +02:00
Matthieu Coudron
9663a29afa buildVimPlugin: add vimCommandCheckHook
Modeled after pythonImportCheckHook, this checks a command can be run once the plugin is installed
2022-04-30 23:54:25 +02:00
Bernardo Meurer
2415f1e0a5
Merge pull request #171062 from lovesegfault/hotfix-nixos-console
nixos/console: inird -> initrd
2022-04-30 14:43:58 -07:00
Bernardo Meurer
b29e3bb892
nixos/console: inird -> initrd 2022-04-30 14:43:09 -07:00
José Romildo Malaquias
0ad99dd32e
Merge pull request #170960 from SuperSandro2000/phwmon
phwmon: dont break patches
2022-04-30 18:34:18 -03:00
Ben Siraphob
03fc22dd0b
Merge pull request #167629 from r-ryantm/auto-update/xedit 2022-04-30 15:11:26 -06:00
Jan Tojnar
16cdb34f95 xdg-desktop-portal-gnome: 42.0.1 → 42.1
https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/blob/42.1/NEWS#L1-5
2022-04-30 23:01:45 +02:00
Jan Tojnar
7ccc126424 xdg-desktop-portal-gtk: 1.12.0 → 1.14.0
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.14.0
2022-04-30 23:01:45 +02:00
Jan Tojnar
c3b07a052f xdg-desktop-portal: 1.12.1 → 1.14.3
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.14.0
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.14.1
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.14.2
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.14.3

icon validator re-introduced:
0eaacbada1
2022-04-30 23:01:45 +02:00
Jan Tojnar
30e045f599 xdg-desktop-portal: try to fix document-fuse tests
It was missing shebang patch.
But the portal still crashes so this is not sufficient.
2022-04-30 23:01:45 +02:00
Bernardo Meurer
78f6f77962
Merge pull request #169113 from ElvishJerricco/systemd-stage-1-installer-tests
nixos: Installer tests for systemd stage 1
2022-04-30 13:18:57 -07:00
Bernardo Meurer
405ce5693d
Merge pull request #171045 from helsinki-systems/feat/systemd-stage-1-qemu
nixos/*qemu*: Add systemd initrd support
2022-04-30 13:17:09 -07:00
Ryan Mulligan
870249df2c
Merge pull request #166883 from r-ryantm/auto-update/imath
imath: 3.1.4 -> 3.1.5
2022-04-30 12:04:22 -07:00
Fabian Affolter
ffa0911d84
Merge pull request #171032 from r-ryantm/auto-update/python310Packages.casbin
python310Packages.casbin: 1.16.0 -> 1.16.3
2022-04-30 20:58:17 +02:00
Janne Heß
007108f04d
nixos/*qemu*: Add systemd initrd support 2022-04-30 20:47:42 +02:00
Bernardo Meurer
e1aa795705
Merge pull request #171024 from helsinki-systems/feat/systemd-stage-1-less-binaries
nixos/systemd-stage-1: Remove unnecessary binaries
2022-04-30 11:30:43 -07:00
Bernardo Meurer
cd7596dff4
Merge pull request #170131 from helsinki-systems/feat/systemd-stage-1-only-keymap
nixos/console: Allow setting keymap without font
2022-04-30 11:29:25 -07:00
Artturin
3fd4f023eb nixVersions.unstable: pre20220411 -> pre20220428 2022-04-30 21:25:47 +03:00
Michael Weiss
7a5785d6ae
Merge pull request #171048 from primeos/chromiumBeta
chromiumBeta: Fix a compilation error
2022-04-30 20:04:40 +02:00
Artturi
624320b1a5
Merge pull request #171033 from Luflosi/sasutils-add-man-pages
sasutils: add man pages
2022-04-30 21:01:23 +03:00
Jonathan Ringer
075f25eb98 dwarf-fortress/dfhack: fix build with gcc 11 2022-04-30 11:00:41 -07:00
Sandro
d510b23805
Merge pull request #170964 from SuperSandro2000/sgx
ssl: fix nix-env version parsing
2022-04-30 19:34:21 +02:00
Sandro
6ea33082ac
Merge pull request #170966 from SuperSandro2000/fspy 2022-04-30 19:34:05 +02:00
Sandro
0d0b874f16
Merge pull request #170971 from SuperSandro2000/altair
altair-graphql-client: fix niv-env version parsing
2022-04-30 19:33:15 +02:00
Michael Weiss
7f684c2ba0
chromiumBeta: Fix a compilation error
LLVM 14 doesn't support those build flags yet
(-no-opaque-pointers is the argument for -Xclang):
error: unknown argument: '-no-opaque-pointers'

Those build flags were added in the following commit:
003067c130
2022-04-30 19:26:30 +02:00
markuskowa
686ab12ca5
Merge pull request #170876 from QuantMint/update-rtl-sdr
rtl-sdr: 0.6.0 -> 0.8.0
2022-04-30 19:16:23 +02:00
Sandro
ea6915669f
Merge pull request #170782 from superherointj/package-fluxcd-update-script-improved-v1 2022-04-30 18:39:51 +02:00