| Branch | Commit message | Author | Age |
| master | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/HEAD | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/master | beszel: 0.18.2 -> 0.18.3 (#487444) | nixpkgs-ci[bot] | 6 months |
| origin/staging-next | nixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4... | K900 | 12 months |
| origin/backport-432323-to-release-25.05 | capnproto: fix fibers on static builds | Jade Lovelace | 12 months |
| origin/backport-424505-to-release-25.05 | julia_111: 1.11.5 -> 1.11.6 | Weijia Wang | 12 months |
| origin/staging | Merge staging-next into staging | nixpkgs-ci[bot] | 12 months |
| origin/nixos-unstable-small | nakama: 3.29.0 -> 3.30.0 (#432605) | nixpkgs-merge-bot[bot] | 12 months |
| origin/haskell-updates | Merge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updates | nixpkgs-ci[bot] | 12 months |
| origin/staging-25.05 | Merge staging-next-25.05 into staging-25.05 | nixpkgs-ci[bot] | 12 months |
| [...] |
| |
| Tag | Download | Author | Age |
| 25.05 | nixpkgs-25.05.tar.gz | Leona Maroni | 15 months |
| 25.11-pre | nixpkgs-25.11-pre.tar.gz | Leona Maroni | 15 months |
| 25.05-beta | nixpkgs-25.05-beta.tar.gz | Leona Maroni | 15 months |
| 24.11 | nixpkgs-24.11.tar.gz | Martin Weinelt | 17 months |
| branch-off-24.11 | nixpkgs-branch-off-24.11.tar.gz | Tristan Ross | 21 months |
| 24.11-beta | nixpkgs-24.11-beta.tar.gz | Tristan Ross | 21 months |
| 24.05 | nixpkgs-24.05.tar.gz | Weijia Wang | 2 years |
| 24.11-pre | nixpkgs-24.11-pre.tar.gz | Weijia Wang | 2 years |
| 24.05-beta | nixpkgs-24.05-beta.tar.gz | Weijia Wang | 2 years |
| 23.11 | nixpkgs-23.11.tar.gz | figsoda | 3 years |
| [...] |
| |
| Age | Commit message | Author | Files | Lines |
| 2012-12-12 | unity: Add Unity core package and dependencies.•••Well, what a mess! Finally it's building successfully and even managed to do
some cleanups.
Probably most people might be wondering why I'm doing a port of Unity to Nix
while I personally don't use and/or even like it. The main reason is because I
tried to introduce someone to Nix and NixOS who actively uses Unity and doesn't
want to switch to something more sane^H^H^H^Hlightweight.
So let me introduce him: @gradel
He will be the new maintainer of the Unity desktop packages in Nix and I'm going
to mentor him during this process.
Enough about introduction, there still is a lot of work to do:
* Improve directory structure of pkgs/desktop/unity.
* Add more packages to propagatedBuildInputs to keep things DRY.
* Maybe clean up my GIR compiler patch.
* Add an update script to update all that stuff at once.
* Separate the ugly sed hacks into nice clean patches.
* Check build warnings and maybe fix them instead of removing -Werror.
* Add missing dependencies.
* Add missing meta information (I pretty much omitted about all of them).
* The packages ibus, libgee and PackageKit obviously don't belong to unity,
move them to the right locations.
And the biggest TODO:
Actually *test* it, as it is only UnityCore, I presume there is quite a bunch of
packages missing at this point.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
origin/unity | aszlig | 20 | -0/+457 |
| 2012-12-12 | gtk3: Update to new upstream version 3.6.2.•••Unity needs at least version 3.4, so let's just update to the latest version.
We're gonna extensively test this branch either so we can fix other packages
that depend on gtk3 as well, if it should be needed. Luckily there are just a
few of those.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 2 | -7/+7 |
| 2012-12-12 | at-spi2: New package, starting at version 2.7.2.•••This package consists of actually two packages:
* at-spi-core: The core library
* at-spi-atk: The atk-bridging library
The latter depends on the core library and is needed by unity, so watch out for
further buildInputs :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 3 | -0/+31 |
| 2012-12-12 | glew: Copy GLEWmx libraries to output as well.•••The normal "install" target only copies libglew and nothing more, no glewinfo,
no visualinfo and no GLEWmx libraries. This is now longer the case.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -1/+1 |
| 2012-12-12 | glew: Symlink $out/lib64 to $out/lib.•••Some packages tend to look into $out/lib only, which is the default in Nix
anyway as we don't need that lib32/lib64 separation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -2/+8 |
| 2012-12-12 | vala: Update to new upstream version 1.18.1.•••Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -3/+3 |
| 2012-12-12 | gtk3: Allow to build with gobject-introspection.•••GIR is needed in order to build some vala-specific stuff in unity and/or its
various dependencies. I'm not sure whether we want to enable GIR by default, so
I'm leaving it optional right now.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -3/+16 |
| 2012-12-12 | pango: Allow to build with gobject-introspection.•••Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -2/+7 |
| 2012-12-12 | gdk-pixbuf: Allow to build with introspection.•••Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -2/+7 |
| 2012-12-12 | atk: Allow to build with gobject-introspection.•••Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| aszlig | 1 | -2/+7 |
| [...] |
| |
| Clone |
| https://cgit.wugi.info/git/nixos/nixpkgs |