1 { lib, stdenv, fetchgit, libsForQt5 }:
7 url = "https://www.opencode.net/dfn2/ocs-url.git";
8 rev = "release-${version}";
9 sha256 = "RvbkcSj8iUAHAEOyETwfH+3XnCCY/p8XM8LgVrZxrws=";
13 url = "https://github.com/akiraohgaki/qtil";
15 sha256 = "XRSp0F7ggfkof1RNAnQU3+O9DcXDy81VR7NakITOXrw=";
19 stdenv.mkDerivation rec {
23 srcs = [ main_src qtil_src ];
24 sourceRoot = main_src.name;
26 # We are NOT in $sourceRoot here
28 mkdir -p $sourceRoot/lib/qtil
29 cp -r ${qtil_src.name}/* $sourceRoot/lib/qtil/
32 buildInputs = with libsForQt5.qt5; [
41 description = "Open Collaboration System for use with DE store websites";
42 license = licenses.gpl3Only;
43 maintainers = with maintainers; [ SohamG ];
44 platforms = platforms.linux;
45 mainProgram = "ocs-url";