Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0

This commit is contained in:
Sandro
2021-03-16 12:42:46 +01:00
committed by GitHub
18 changed files with 29 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
description = "A ZSH theme optimized for people who use Git & Unicode-compatible fonts and terminals";
homepage = "https://github.com/halfo/lambda-mod-zsh-theme/";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ ma27 ];
};
}