summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/feeds/module.nix2
-rw-r--r--user-profiles/mpv/default.nix2
-rw-r--r--user-profiles/utils.nix2
3 files changed, 3 insertions, 3 deletions
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
75 75
76 phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; 76 phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ];
77 77
78 python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); 78 python = pkgs.python39.withPackages (ps: with ps; [ configparser python-dateutil html2text ]);
79 79
80 nativeBuildInputs = with pkgs; [ makeWrapper ]; 80 nativeBuildInputs = with pkgs; [ makeWrapper ];
81 81
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 @@
53 install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName} 53 install -m 0644 mpris.so $out/share/mpv/scripts/${passthru.scriptName}
54 ''; 54 '';
55 55
56 nativeBuildInputs = with pkgs; [ pkgconfig glib mpv ]; 56 nativeBuildInputs = with pkgs; [ pkg-config glib mpv ];
57 57
58 passthru.scriptName = "mpris.so"; 58 passthru.scriptName = "mpris.so";
59 })) 59 }))
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 @@
21 home.packages = with pkgs; [ 21 home.packages = with pkgs; [
22 autossh usbutils pciutils exa silver-searcher pwgen unzip 22 autossh usbutils pciutils exa silver-searcher pwgen unzip
23 magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc 23 magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc
24 mosh tree vnstat file pv bc fast-cli zip nmap aspell 24 mosh tree vnstat file pv bc zip nmap aspell
25 aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat 25 aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat
26 inetutils yq cached-nix-shell persistent-nix-shell rage 26 inetutils yq cached-nix-shell persistent-nix-shell rage
27 smartmontools hdparm 27 smartmontools hdparm