arcan: 0.6.2.1-unstable-2023-10-14 -> 0.6.2.1-unstable-2023-11-18
This commit is contained in:
parent
33655ad4ae
commit
297954c149
1 changed files with 12 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
||||||
, SDL2
|
, SDL2
|
||||||
, callPackage
|
, callPackage
|
||||||
, cmake
|
, cmake
|
||||||
, espeak
|
, espeak-ng
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, file
|
, file
|
||||||
, freetype
|
, freetype
|
||||||
|
@ -55,11 +55,15 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
allSources = {
|
allSources = {
|
||||||
letoram-arcan-src = fetchFromGitHub {
|
letoram-arcan = {
|
||||||
owner = "letoram";
|
pname = "arcan";
|
||||||
repo = "arcan";
|
version = "0.6.2.1-unstable-2023-11-18";
|
||||||
rev = "85c8564bdbee8468a5716bea64daf1d78937ffbf";
|
src = fetchFromGitHub {
|
||||||
hash = "sha256-etmj1vpZTjxbmr4UiLBEK57WFJ1NeEnY5WfBYajX3ls=";
|
owner = "letoram";
|
||||||
|
repo = "arcan";
|
||||||
|
rev = "0950ee236f96a555729498d0fdf91c16901037f5";
|
||||||
|
hash = "sha256-TxadRlidy4KRaQ4HunPO6ISJqm6JwnMRM8y6dX6vqJ4=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
letoram-openal-src = fetchFromGitHub {
|
letoram-openal-src = fetchFromGitHub {
|
||||||
owner = "letoram";
|
owner = "letoram";
|
||||||
|
@ -88,10 +92,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "arcan";
|
inherit (allSources.letoram-arcan) pname version src;
|
||||||
version = "0.6.2.1-unstable-2023-10-14";
|
|
||||||
|
|
||||||
src = allSources.letoram-arcan-src;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
@ -141,7 +142,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
xz
|
xz
|
||||||
]
|
]
|
||||||
++ lib.optionals useEspeak [
|
++ lib.optionals useEspeak [
|
||||||
espeak
|
espeak-ng
|
||||||
];
|
];
|
||||||
|
|
||||||
# Emulate external/git/clone.sh
|
# Emulate external/git/clone.sh
|
||||||
|
|
Loading…
Reference in a new issue