onestepback: init at 0.98
This commit is contained in:
parent
30fc4b4489
commit
524b29471b
25
pkgs/misc/themes/onestepback/default.nix
Normal file
25
pkgs/misc/themes/onestepback/default.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ stdenv, fetchzip }:
|
||||
|
||||
let
|
||||
version = "0.98";
|
||||
|
||||
in fetchzip {
|
||||
name = "onestepback-${version}";
|
||||
|
||||
url = "http://www.vide.memoire.free.fr/perso/OneStepBack/OneStepBack-v${version}.zip";
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/themes
|
||||
unzip $downloadedFile -x OneStepBack/LICENSE -d $out/share/themes
|
||||
'';
|
||||
|
||||
sha256 = "0sjacvx7020lzc89r5310w83wclw96gzzczy3mss54ldkgmnd0mr";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Gtk theme inspired by the NextStep look";
|
||||
homepage = https://www.opendesktop.org/p/1013663/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
};
|
||||
}
|
@ -19609,6 +19609,8 @@ with pkgs;
|
||||
|
||||
numix-sx-gtk-theme = callPackage ../misc/themes/numix-sx { };
|
||||
|
||||
onestepback = callPackage ../misc/themes/onestepback { };
|
||||
|
||||
theme-vertex = callPackage ../misc/themes/vertex { };
|
||||
|
||||
rox-filer = callPackage ../desktops/rox/rox-filer {
|
||||
|
Loading…
Reference in New Issue
Block a user