16 stdenv.mkDerivation rec {
18 version = "46-alpha1";
20 src = fetchFromGitHub {
24 fetchSubmodules = true;
25 hash = "sha256-Q4R/Ztu4w8IRvq15xNXN/iP/6hIHe/W+me1jROGpYc8=";
44 # Use a symlink here so that the basename isn't changed by the wrapper which is used to decide the resource path.
46 mv $out/bin/io.github.dubstar_04.design $out/share/design/
47 ln -s $out/share/design/io.github.dubstar_04.design $out/bin
51 homepage = "https://github.com/dubstar-04/Design";
52 description = "2D CAD For GNOME";
53 maintainers = with lib.maintainers; [ linsui ];
54 license = lib.licenses.gpl3Plus;
55 platforms = lib.platforms.linux;
56 mainProgram = "io.github.dubstar_04.design";