opensupaplex: nixfmt-rfc-style
This commit is contained in:
parent
29d256b3d3
commit
d90e424617
@ -1,13 +1,14 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchurl
|
||||
, makeDesktopItem
|
||||
, copyDesktopItems
|
||||
, testers
|
||||
, opensupaplex
|
||||
, SDL2
|
||||
, SDL2_mixer
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
makeDesktopItem,
|
||||
copyDesktopItems,
|
||||
testers,
|
||||
opensupaplex,
|
||||
SDL2,
|
||||
SDL2_mixer,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -68,14 +69,19 @@ stdenv.mkDerivation rec {
|
||||
version = "v${version}";
|
||||
};
|
||||
|
||||
desktopItems = [(makeDesktopItem {
|
||||
name = "opensupaplex";
|
||||
exec = meta.mainProgram;
|
||||
icon = "open-supaplex";
|
||||
desktopName = "OpenSupaplex";
|
||||
comment = meta.description;
|
||||
categories = [ "Application" "Game" ];
|
||||
})];
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "opensupaplex";
|
||||
exec = meta.mainProgram;
|
||||
icon = "open-supaplex";
|
||||
desktopName = "OpenSupaplex";
|
||||
comment = meta.description;
|
||||
categories = [
|
||||
"Application"
|
||||
"Game"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A decompilation of Supaplex in C and SDL";
|
||||
|
Loading…
Reference in New Issue
Block a user