mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
adapta-backgrounds: init at 0.4.0.6
This commit is contained in:
parent
96e1220813
commit
629b979227
23
pkgs/data/misc/adapta-backgrounds/default.nix
Normal file
23
pkgs/data/misc/adapta-backgrounds/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "adapta-backgrounds-${version}";
|
||||
version = "0.4.0.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adapta-project";
|
||||
repo = "adapta-backgrounds";
|
||||
rev = version;
|
||||
sha256 = "1yqxrwhjl6g92wm52kalbns41i2l5g45qbd4185b22crhbrn5x79";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A wallpaper collection for adapta-project";
|
||||
homepage = https://github.com/adapta-project/adapta-backgrounds;
|
||||
license = with licenses; [ gpl2 cc-by-sa-30 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
};
|
||||
}
|
@ -11690,6 +11690,8 @@ in
|
||||
|
||||
### DATA
|
||||
|
||||
adapta-backgrounds = callPackage ../data/misc/adapta-backgrounds { };
|
||||
|
||||
andagii = callPackage ../data/fonts/andagii { };
|
||||
|
||||
android-udev-rules = callPackage ../os-specific/linux/android-udev-rules { };
|
||||
|
Loading…
Reference in New Issue
Block a user