arcan: migrate to by-name

This commit is contained in:
Anderson Torres 2023-11-26 20:17:31 -03:00
parent 2bea1bc0f9
commit 47e076a86f
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, SDL2
, callPackage
, cmake
, espeak
, ffmpeg
@ -197,6 +198,10 @@ stdenv.mkDerivation (finalAttrs: {
"format"
];
passthru = {
wrapper = callPackage ./wrapper.nix { };
};
meta = {
homepage = "https://arcan-fe.com/";
description = "Combined Display Server, Multimedia Framework, Game Engine";