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
|
# xawtv
|
||||||
;};
|
;};
|
||||||
|
|
||||||
|
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})
|
||||||
|
aterm
|
||||||
|
;};
|
||||||
|
|
||||||
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||||
aterm
|
aterm
|
||||||
autoconf
|
autoconf
|
||||||
|
@ -196,6 +200,7 @@ let {
|
||||||
|
|
||||||
body = [
|
body = [
|
||||||
i686LinuxPkgs
|
i686LinuxPkgs
|
||||||
|
powerpcLinuxPkgs
|
||||||
i686FreeBSDPkgs
|
i686FreeBSDPkgs
|
||||||
powerpcDarwinPkgs
|
powerpcDarwinPkgs
|
||||||
i686DarwinPkgs
|
i686DarwinPkgs
|
||||||
|
|
Loading…
Reference in a new issue