7 stdenv.mkDerivation rec {
11 src = fetchFromGitLab {
15 hash = "sha256-37yjKI4l/nUzDnra1AGxDQxNafMsLi1bSifG6pz33zg=";
18 nativeBuildInputs = [ wrapGAppsHook3 ];
20 buildInputs = with perlPackages; [
24 DateTimeFormatStrptime
40 OggVorbisHeaderPurePerl
50 perl install --text --prefix=$out
56 wrapProgram $out/bin/gcstar --prefix PERL5LIB : $PERL5LIB
60 homepage = "https://gitlab.com/Kerenoc/GCstar";
61 description = "Manage your collections of movies, games, books, music and more";
62 mainProgram = "gcstar";
64 GCstar is an application for managing your collections.
65 It supports many types of collections, including movies, books, games, comics, stamps, coins, and many more.
66 You can even create your own collection type for whatever unique thing it is that you collect!
67 Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you've lent it to.
68 You may also search and filter your collections by many criteria.
70 license = licenses.gpl2Plus;
71 maintainers = with maintainers; [ dasj19 ];
72 platforms = platforms.all;