mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
meld: set meta.platforms attribute
This makes Hydra build it and makes it available in the binary channel.
This commit is contained in:
parent
c8b246bda1
commit
bb440b3612
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ stdenv.mkDerivation {
|
|||
wrapProgram $out/bin/meld --prefix PYTHONPATH : $PYTHONPATH:${pygtk}/lib/${python.libPrefix}/site-packages/gtk-2.0
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Visual diff and merge tool";
|
||||
homepage = http://meld.sourceforge.net;
|
||||
license = "GPLv2+";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue