Add some packages to the channel

This commit is contained in:
Eelco Dolstra 2012-08-17 09:46:20 -04:00
parent dad33bbfe5
commit acdd81fb9c
2 changed files with 2 additions and 0 deletions

View File

@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Default fallback theme used by implementations of the icon theme specification";
homepage = http://icon-theme.freedesktop.org/releases/;
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.freedesktop.org/wiki/Software/desktop-file-utils;
description = "Command line utilities for working with .desktop files";
platforms = stdenv.lib.platforms.linux;
};
}