From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- user-profiles/feeds/module.nix | 2 +- user-profiles/mpv/default.nix | 2 +- user-profiles/utils.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index 9b1ef594..63e827eb 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix @@ -75,7 +75,7 @@ let phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; - python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); + python = pkgs.python39.withPackages (ps: with ps; [ configparser python-dateutil html2text ]); nativeBuildInputs = with pkgs; [ makeWrapper ]; diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 33b0ffaf..0c87b6e7 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix @@ -53,7 +53,7 @@ install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName} ''; - nativeBuildInputs = with pkgs; [ pkgconfig glib mpv ]; + nativeBuildInputs = with pkgs; [ pkg-config glib mpv ]; passthru.scriptName = "mpris.so"; })) diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index c5042d41..41fb312b 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix @@ -21,7 +21,7 @@ home.packages = with pkgs; [ autossh usbutils pciutils exa silver-searcher pwgen unzip magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc - mosh tree vnstat file pv bc fast-cli zip nmap aspell + mosh tree vnstat file pv bc zip nmap aspell aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat inetutils yq cached-nix-shell persistent-nix-shell rage smartmontools hdparm -- cgit v1.2.3