Add gimp, pciutils, and linux for Homebrew
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
brew
|
brew
|
||||||
diffutils
|
diffutils
|
||||||
findutils
|
findutils
|
||||||
|
gimp
|
||||||
git
|
git
|
||||||
gnupatch
|
gnupatch
|
||||||
gregpy
|
gregpy
|
||||||
|
|||||||
@@ -55,6 +55,7 @@
|
|||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
nano
|
nano
|
||||||
|
pciutils
|
||||||
pwgen
|
pwgen
|
||||||
transcrypt
|
transcrypt
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Runs the homebrew installer";
|
description = "Runs the homebrew installer";
|
||||||
homepage = "https://github.com/Homebrew/";
|
homepage = "https://github.com/Homebrew/";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = [ "aarch64-darwin" "x86_64-darwin" ];
|
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" "aarch64-linux" ];
|
||||||
maintainers = [ maintainers.greg ];
|
maintainers = [ maintainers.greg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user