···124 server with your local machine, downloads necessary components on the
125 backend, and opens your project in JetBrains Client.
126 '';
127- maintainers = with maintainers; [ kouyk ];
128 };
129 });
130
···124 server with your local machine, downloads necessary components on the
125 backend, and opens your project in JetBrains Client.
126 '';
127+ maintainers = with maintainers; [ ];
128 };
129 });
130
+1-1
pkgs/applications/editors/vim/macvim.nix
···180 description = "Vim - the text editor - for macOS";
181 homepage = "https://github.com/macvim-dev/macvim";
182 license = licenses.vim;
183- maintainers = with maintainers; [ cstrahan lilyball ];
184 platforms = platforms.darwin;
185 hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
186 };
···180 description = "Vim - the text editor - for macOS";
181 homepage = "https://github.com/macvim-dev/macvim";
182 license = licenses.vim;
183+ maintainers = with maintainers; [ lilyball ];
184 platforms = platforms.darwin;
185 hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
186 };
+1-1
pkgs/applications/misc/perkeep/default.nix
···55 description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
56 homepage = "https://perkeep.org";
57 license = licenses.asl20;
58- maintainers = with maintainers; [ cstrahan danderson kalbasit ];
59 };
60}
···55 description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
56 homepage = "https://perkeep.org";
57 license = licenses.asl20;
58+ maintainers = with maintainers; [ danderson kalbasit ];
59 };
60}
+1-1
pkgs/applications/misc/rescuetime/default.nix
···52 meta = with lib; {
53 description = "Helps you understand your daily habits so you can focus and be more productive";
54 homepage = "https://www.rescuetime.com";
55- maintainers = with maintainers; [ cstrahan ];
56 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
57 license = licenses.unfree;
58 platforms = [ "i686-linux" "x86_64-linux" ];
···52 meta = with lib; {
53 description = "Helps you understand your daily habits so you can focus and be more productive";
54 homepage = "https://www.rescuetime.com";
55+ maintainers = with maintainers; [ ];
56 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
57 license = licenses.unfree;
58 platforms = [ "i686-linux" "x86_64-linux" ];
···23 about the current working directory for various version control systems
24 '';
25 homepage = "http://hg.gerg.ca/vcprompt";
26- maintainers = with maintainers; [ cstrahan ];
27 platforms = with platforms; linux ++ darwin;
28 license = licenses.gpl2Plus;
29 };
···23 about the current working directory for various version control systems
24 '';
25 homepage = "http://hg.gerg.ca/vcprompt";
26+ maintainers = with maintainers; [ ];
27 platforms = with platforms; linux ++ darwin;
28 license = licenses.gpl2Plus;
29 };
···119# gcc->clang "cross"-compilation manages to evade it: there
120# hostPlatform != targetPlatform, hostPlatform.config == targetPlatform.config.
121# We explicitly inhibit libc headers use in this case as well.
122-+ lib.optionalString (targetPlatform != hostPlatform && withoutTargetLibc) ''
000123 export inhibit_libc=true
124''
125
···119# gcc->clang "cross"-compilation manages to evade it: there
120# hostPlatform != targetPlatform, hostPlatform.config == targetPlatform.config.
121# We explicitly inhibit libc headers use in this case as well.
122++ lib.optionalString (targetPlatform != hostPlatform &&
123+ withoutTargetLibc &&
124+ targetPlatform.config == hostPlatform.config &&
125+ (stdenv.cc.isClang || stdenv.targetPlatform.useLLVM)) ''
126 export inhibit_libc=true
127''
128
+1-1
pkgs/development/compilers/rust/rustc.nix
···263 meta = with lib; {
264 homepage = "https://www.rust-lang.org/";
265 description = "A safe, concurrent, practical language";
266- maintainers = with maintainers; [ cstrahan globin havvy ] ++ teams.rust.members;
267 license = [ licenses.mit licenses.asl20 ];
268 platforms = [
269 # Platforms with host tools from
···263 meta = with lib; {
264 homepage = "https://www.rust-lang.org/";
265 description = "A safe, concurrent, practical language";
266+ maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members;
267 license = [ licenses.mit licenses.asl20 ];
268 platforms = [
269 # Platforms with host tools from
···56 feature is the possibility setting style properties from a CSS format
57 file.'';
58 license = licenses.lgpl21;
59- maintainers = with maintainers; [ cstrahan ];
60 platforms = with platforms; linux;
61 };
62}
···56 feature is the possibility setting style properties from a CSS format
57 file.'';
58 license = licenses.lgpl21;
59+ maintainers = with maintainers; [ ];
60 platforms = with platforms; linux;
61 };
62}
···16 meta = {
17 homepage = "https://github.com/arangodb/linenoise-ng";
18 description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters";
19- maintainers = with lib.maintainers; [ cstrahan ];
20 platforms = lib.platforms.all;
21 license = lib.licenses.bsd3;
22 };
···16 meta = {
17 homepage = "https://github.com/arangodb/linenoise-ng";
18 description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters";
19+ maintainers = with lib.maintainers; [ ];
20 platforms = lib.platforms.all;
21 license = lib.licenses.bsd3;
22 };
···54 description = "A simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP";
55 homepage = "http://libmailcore.com";
56 license = licenses.bsd3;
57- maintainers = with maintainers; [ cstrahan ];
58 };
59}
···54 description = "A simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP";
55 homepage = "http://libmailcore.com";
56 license = licenses.bsd3;
57+ maintainers = with maintainers; [ ];
58 };
59}
···21 homepage = "https://github.com/kevinburke/go-bindata";
22 changelog = "https://github.com/kevinburke/go-bindata/blob/v${version}/CHANGELOG.md";
23 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
24- maintainers = with maintainers; [ cstrahan ];
25 license = licenses.cc0;
26 };
27}
···21 homepage = "https://github.com/kevinburke/go-bindata";
22 changelog = "https://github.com/kevinburke/go-bindata/blob/v${version}/CHANGELOG.md";
23 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
24+ maintainers = with maintainers; [ ];
25 license = licenses.cc0;
26 };
27}
···20 meta = with lib; {
21 description = "A simple yet effective way to benchmark disk IO in Linux systems";
22 homepage = "http://www.iomelt.com";
23- maintainers = with maintainers; [ cstrahan ];
24 license = licenses.artistic2;
25 platforms = platforms.linux;
26 };
···20 meta = with lib; {
21 description = "A simple yet effective way to benchmark disk IO in Linux systems";
22 homepage = "http://www.iomelt.com";
23+ maintainers = with maintainers; [ ];
24 license = licenses.artistic2;
25 platforms = platforms.linux;
26 };
···194 };
195 });
1960000000000197 # Pinned due to API changes in 0.1.0
198 poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec {
199 version = "0.0.8";
···403 };
404 });
4050000000000406 # internal python packages only consumed by home-assistant itself
407 home-assistant-frontend = self.callPackage ./frontend.nix { };
408 home-assistant-intents = self.callPackage ./intents.nix { };
···427 extraBuildInputs = extraPackages python.pkgs;
428429 # Don't forget to run parse-requirements.py after updating
430+ hassVersion = "2023.10.0";
431432in python.pkgs.buildPythonApplication rec {
433 pname = "homeassistant";
···443 # Primary source is the pypi sdist, because it contains translations
444 src = fetchPypi {
445 inherit pname version;
446+ hash = "sha256-UmgIQJRQRDMzjUO9lJVpKsIvrFHBzoXc5Kig69ZHttU=";
447 };
448449 # Secondary source is git for tests
···451 owner = "home-assistant";
452 repo = "core";
453 rev = "refs/tags/${version}";
454+ hash = "sha256-M8TuH9oF4+6PuHDCHiGWxSnrQcOw/OsJVSfX/8XfyIM=";
455 };
456457 nativeBuildInputs = with python.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20230911.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15- hash = "sha256-AcMZYjSbsBrfC0Oh5P+eruNILWdVmk46+p+8xLpqfuo=";
16 };
1718 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20231002.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15+ hash = "sha256-19HFMuR7INHM805HwWyWS2qWXPOYuFjnpf0UP93tObg=";
16 };
1718 # there is nothing to strip in this package
···26 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
27 homepage = "https://github.com/d4l3k/go-sct";
28 license = licenses.mit;
29- maintainers = with maintainers; [ cstrahan ];
30 mainProgram = "sct";
31 };
32}
···26 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
27 homepage = "https://github.com/d4l3k/go-sct";
28 license = licenses.mit;
29+ maintainers = with maintainers; [ ];
30 mainProgram = "sct";
31 };
32}
···43 changelog = "https://github.com/eradman/rset/raw/${version}/NEWS";
44 license = licenses.isc;
45 platforms = platforms.unix;
46- maintainers = with maintainers; [ cstrahan ];
47 # 2023-08-19, fails to compile with glibc-2.38 because of strlcpy.
48 # At the time of writing, this was 4 minors behind already and
49 # the `paths.patch` didn't apply anymore, so this is now considered
···43 changelog = "https://github.com/eradman/rset/raw/${version}/NEWS";
44 license = licenses.isc;
45 platforms = platforms.unix;
46+ maintainers = with maintainers; [ ];
47 # 2023-08-19, fails to compile with glibc-2.38 because of strlcpy.
48 # At the time of writing, this was 4 minors behind already and
49 # the `paths.patch` didn't apply anymore, so this is now considered
+1-1
pkgs/tools/filesystems/zkfuse/default.nix
···3536 meta = with lib; {
37 platforms = platforms.linux;
38- maintainers = with maintainers; [ cstrahan ztzg ];
39 license = licenses.asl20;
40 };
41}
···3536 meta = with lib; {
37 platforms = platforms.linux;
38+ maintainers = with maintainers; [ ztzg ];
39 license = licenses.asl20;
40 };
41}
···18 description = "Command-line program for getting and setting the contents of the X selection";
19 homepage = "http://www.kfish.org/software/xsel";
20 license = licenses.mit;
21- maintainers = [ maintainers.cstrahan ];
22 platforms = lib.platforms.unix;
23 };
24}
···18 description = "Command-line program for getting and setting the contents of the X selection";
19 homepage = "http://www.kfish.org/software/xsel";
20 license = licenses.mit;
21+ maintainers = [ ];
22 platforms = lib.platforms.unix;
23 };
24}