Florian Klink
2417421615
setupSystemdUnits: use /nix/var/nix/profiles/default/lib/systemd/system as fallback
...
The previous commit stopped systemd from looking for system units in
/etc/systemd-mutable/system, which was a Dysnomia-specific path.
While this script doesn't seem to be used anywhere inside nixpkgs (also
not in the gone-since #110799 Dysnomia), its fallback mode (when
/etc/systemd/system is read-only) did write units to that
Dysnomia-specific path, which systemd now doesn't look at anymore.
It might be up for another debate on whether systems with read-only
/etc/systemd/system should probably just use /run/systemd/system, and
not some NixOS-specific paths, as such conditions can happen on other
distros too, but let's pick the other NixOS-specific path
/nix/var/nix/profiles/default/lib/systemd/system for now, which is
probably better than a path that surely is never looked at.
2021-02-12 12:53:20 +01:00
Florian Klink
e373b423c7
systemd: drop /etc/systemd-mutable
...
This has only been used by Dysnomia, which has been removed from Nixpkgs
in https://github.com/NixOS/nixpkgs/pull/110799 after being broken for
more than a year.
If Dysnomia comes back, it can probably just use
/nix/var/nix/profiles/default/lib/systemd/system, or set its own systemd
flavour looking in that location via the `systemd.package`.
2021-02-12 12:53:20 +01:00
Florian Klink
53a0c2878b
Merge pull request #111786 from flokli/systemd-247.3
...
systemd: 247.2 -> 247.3
2021-02-12 12:52:49 +01:00
R. RyanTM
37264a97ed
icewm: 2.1.1 -> 2.1.2
2021-02-12 11:49:38 +00:00
Michael Weiss
b4f2376434
gitRepo: 2.12.1 -> 2.12.2
2021-02-12 12:38:33 +01:00
AndersonTorres
def34bb170
mpdscribble: mpd_clientlib -> libmpdclient
2021-02-12 08:35:49 -03:00
AndersonTorres
f14da185ef
mpdcron: mpd_clientlib -> libmpdclient
2021-02-12 08:35:29 -03:00
AndersonTorres
f8104b8fa6
mpdas: mpd_clientlib -> libmpdclient
2021-02-12 08:35:11 -03:00
AndersonTorres
a6b8246c91
waybar: mpd_clientlib -> libmpdclient
2021-02-12 08:34:53 -03:00
AndersonTorres
9ac26e0f9c
polybar: mpd_clientlib -> libmpdclient
2021-02-12 08:34:35 -03:00
AndersonTorres
eef0796ea8
ympd: mpd_clientlib -> libmpdclient
2021-02-12 08:34:16 -03:00
AndersonTorres
8dcbaae4bd
vimpc: mpd_clientlib -> libmpdclient
2021-02-12 08:33:57 -03:00
AndersonTorres
2dbe4b7f6f
ncmpcpp: mpd_clientlib -> libmpdclient
2021-02-12 08:33:40 -03:00
AndersonTorres
942c12eadc
ncmpc: mpd_clientlib -> libmpdclient
2021-02-12 08:33:14 -03:00
AndersonTorres
3455bc1522
mympd: mpd_clientlib -> libmpdclient
2021-02-12 08:32:44 -03:00
AndersonTorres
490ce9b8d5
mpc: mpd_clientlib -> libmpdclient
2021-02-12 08:32:25 -03:00
AndersonTorres
a669924b07
gmpc: mpd_clientlib -> libmpdclient
2021-02-12 08:31:57 -03:00
AndersonTorres
d975831696
gjay: mpd_clientlib -> libmpdclient
2021-02-12 08:31:12 -03:00
AndersonTorres
ea01de98f6
ashuffle: mpd_clientlib -> libmpdclient
2021-02-12 08:30:45 -03:00
Jörg Thalheim
f94df5f25f
Merge pull request #112882 from alyssais/kakoune
...
kakoune: enable parallel building
2021-02-12 11:30:15 +00:00
Oleksii Filonenko
07ee183c7f
emplace: change meta.license to agpl3Plus
...
Taken from https://github.com/tversteeg/emplace/blob/master/Cargo.toml#L9 .
Suggested-by: Robot Robert <r-rmcgibbo@users.noreply.github.com>
2021-02-12 13:30:00 +02:00
AndersonTorres
12a2c647bc
ario: mpd_clientlib -> libmpdclient
2021-02-12 08:29:51 -03:00
AndersonTorres
f53698c8df
mpd: mpd_clientlib -> libmpdclient
2021-02-12 08:28:36 -03:00
adisbladis
0f77944b6d
Merge pull request #112880 from alyssais/jam-mode
...
emacs.pkgs.jam-mode: init at 0.3
2021-02-12 12:06:24 +01:00
Michael Weiss
2c2ce6bf9e
Merge pull request #112866 from bobrik/ivan/libaom-aarch64-fix
...
libaom: only disable cpu detectio on arm64 and do it as recommended
2021-02-12 12:02:41 +01:00
Maximilian Bosch
5ea8bde3e7
citrix_workspace: add 21.01.0.14
...
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2101
2021-02-12 11:23:35 +01:00
Maximilian Bosch
801c70690a
linuxPackaes.wireguard: 1.0.20201221 -> 1.0.20210124
...
Announcement: https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
2021-02-12 11:23:35 +01:00
Walter Franzini
42e689e5bd
sox: musl does not support pipe rewind
...
Disable the pipe rewind related feature since musl has no support for it.
2021-02-12 11:06:29 +01:00
Walter Franzini
92225849b0
libsodium: disable stackprotector on musl32
2021-02-12 11:06:29 +01:00
Walter Franzini
67c8584209
libexecinfo: enables stackprotector through hardeningEnable
...
The makefile patch pulled from alpinelinux used to enable
stackprotector unconditionally. This change use the nixpkgs flag
hardeningEnable.
This is required to support platform where stackprotector has
problems.
2021-02-12 11:06:29 +01:00
Walter Franzini
87e35291a5
disable stackprotector on target platform musl32
2021-02-12 11:06:29 +01:00
Daniël de Kok
bbb28ccf1a
maturin: remove (now) unused gmp and openssl buildInputs
2021-02-12 10:56:55 +01:00
Daniël de Kok
825ce379a8
maturin: reformat, use hash/cargoHash
2021-02-12 10:56:45 +01:00
Daniël de Kok
2596df2322
maturin: take Security as an argument, rather than darwin
2021-02-12 10:45:00 +01:00
Daniël de Kok
933c2425d9
doc: fix syntax error in BLAS/LAPACK overlay example
...
Attribute-values pairs were not properly terminated by a semicolon.
2021-02-12 10:37:16 +01:00
Mario Rodas
a4f9ea1e51
tailscale: remove tagHash reference
2021-02-12 04:20:00 -05:00
Emery Hemingway
35e12d8343
Revert "llvm_11: patch to recognize Genode platform triples"
...
Pushed to the wrong remote :(
This reverts commit 9ddb9c0021ede97e981c3dee2250bbd1abc50c6f.
2021-02-12 10:16:55 +01:00
Emery Hemingway
9ddb9c0021
llvm_11: patch to recognize Genode platform triples
...
This patch does not add Genode support to the Clang frontend or
LLVM runtime libraries, only the LLVM code generator and optimizer.
2021-02-12 10:12:41 +01:00
Fabian Affolter
f63c272aab
python3Packages.brother: 0.2.0 -> 0.2.1
2021-02-12 10:00:35 +01:00
Michael Raskin
27f172ebd1
Merge pull request #112019 from 7c6f434c/fix-service-runner
...
nixos/service-runner: fix evaluation
2021-02-12 08:50:52 +00:00
Michael Raskin
15e3cfd76f
Merge pull request #112871 from r-ryantm/auto-update/eudev
...
eudev: 3.2.9 -> 3.2.10
2021-02-12 08:49:56 +00:00
OPNA2608
bf65a2d07b
bambootracker: fix Darwin build
2021-02-12 09:47:20 +01:00
Michael Raskin
c1b9e4c852
Merge pull request #112718 from purcell/ecl-21
...
ecl: 20.4.24 -> 21.2.1, enable Darwin
2021-02-12 08:42:58 +00:00
Michael Raskin
a247da234c
Merge pull request #112445 from r-ryantm/auto-update/visidata
...
visidata: 2.2 -> 2.2.1
2021-02-12 08:41:37 +00:00
R. RyanTM
3ce2962340
facter: 3.14.15 -> 3.14.16
2021-02-12 08:39:22 +00:00
R. RyanTM
971a2aa66b
eudev: 3.2.9 -> 3.2.10
2021-02-12 08:33:41 +00:00
Yannick Markus
56a7b87444
mullvad-vpn: 2020.7 -> 2021.1
...
fixed license to gpl3Only
2021-02-12 09:33:36 +01:00
adisbladis
453b93ca03
Merge pull request #112851 from marsam/update-podman
...
podman: 2.2.1 -> 3.0.0
2021-02-12 09:28:15 +01:00
jupblb
9cdd7aedb0
Override bclose-vim with vim-bbye as dependency for lf-vim
2021-02-12 09:21:08 +01:00
"jupblb"
e67163e4ae
vimPlugins.vim-bbye: init at 2018-03-03
2021-02-12 09:19:05 +01:00