7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "wslutilities";
15 hash = "sha256-lyJk8nOADq+s7GkZXsd1T4ilrDzMRsoALOesG8NxYK8=";
18 nativeBuildInputs = [ copyDesktopItems ];
21 ./fallback-conf-nix-store.diff
22 ./fix-desktop-item.patch
26 substituteInPlace src/wslu-header \
35 desktopItems = [ "src/etc/wslview.desktop" ];
38 description = "Collection of utilities for Windows Subsystem for Linux";
39 homepage = "https://github.com/wslutilities/wslu";
40 changelog = "https://github.com/wslutilities/wslu/releases/tag/v${version}";
41 license = licenses.gpl3Plus;
42 maintainers = with maintainers; [ jamiemagee ];
43 platforms = platforms.linux;