Add gimp, pciutils, and linux for Homebrew

This commit is contained in:
Greg Hellings
2023-06-07 19:56:57 -05:00
parent 014a8f5a3a
commit e75799dbde
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Runs the homebrew installer";
homepage = "https://github.com/Homebrew/";
license = licenses.bsd2;
platforms = [ "aarch64-darwin" "x86_64-darwin" ];
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" "aarch64-linux" ];
maintainers = [ maintainers.greg ];
};
}