mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Add a powerpc-darwin package.
svn path=/nixpkgs/trunk/; revision=6372
This commit is contained in:
parent
c73bb44a6b
commit
4259cab49c
|
@ -140,6 +140,10 @@ let {
|
|||
# xawtv
|
||||
;};
|
||||
|
||||
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})
|
||||
aterm
|
||||
;};
|
||||
|
||||
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||
aterm
|
||||
autoconf
|
||||
|
@ -196,6 +200,7 @@ let {
|
|||
|
||||
body = [
|
||||
i686LinuxPkgs
|
||||
powerpcLinuxPkgs
|
||||
i686FreeBSDPkgs
|
||||
powerpcDarwinPkgs
|
||||
i686DarwinPkgs
|
||||
|
|
Loading…
Reference in a new issue