7 stdenvNoCC.mkDerivation (finalAttrs: {
9 version = "0-unstable-2024-06-23";
11 src = fetchFromGitHub {
14 rev = "dffb94b69355ffa9cda074c1d0a48af74b78c220";
15 hash = "sha256-sBhlBk4vAYwedw4VerUfY80SXbVoEDid54si6qwDeXs=";
25 mkdir -p ${placeholder "out"}/share/arcan/appl/
26 cp -a ./durden ${placeholder "out"}/share/arcan/appl/
32 homepage = "https://durden.arcan-fe.com/";
33 description = "Reference Desktop Environment for Arcan";
35 Durden is a desktop environment for the Arcan Display Server. It serves
36 both as a reference showcase on how to take advantage of some of the
37 features in Arcan, and as a very competent entry to the advanced-user side
38 of the desktop environment spectrum.
40 license = with lib.licenses; [ bsd3 ];
41 maintainers = with lib.maintainers; [ AndersonTorres ];
42 platforms = lib.platforms.all;