mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
cinnamon.mint-artwork: add meta
This commit is contained in:
parent
f5d3fd8276
commit
1ed9d6b5f9
@ -1,4 +1,5 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, glib
|
, glib
|
||||||
, nixos-artwork
|
, nixos-artwork
|
||||||
@ -36,4 +37,12 @@ stdenv.mkDerivation rec {
|
|||||||
mv etc $out/etc
|
mv etc $out/etc
|
||||||
mv usr/share $out/share
|
mv usr/share $out/share
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://github.com/linuxmint/mint-artwork";
|
||||||
|
description = "Artwork for the cinnamon desktop";
|
||||||
|
license = licenses.gpl3; # from debian/copyright
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = teams.cinnamon.members;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user