desktop-file-utils: add license
This commit is contained in:
parent
7d5cd978c4
commit
3bb64d8850
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.freedesktop.org/wiki/Software/desktop-file-utils;
|
||||
description = "Command line utilities for working with .desktop files";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue