File tree Expand file tree Collapse file tree 2 files changed +4
-44
lines changed Expand file tree Collapse file tree 2 files changed +4
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77
88stdenv . mkDerivation rec {
99 pname = "wslu" ;
10- version = "4.1.3 " ;
10+ version = "4.1.4 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "wslutilities" ;
1414 repo = "wslu" ;
1515 rev = "v${ version } " ;
16- hash = "sha256-lyJk8nOADq+s7GkZXsd1T4ilrDzMRsoALOesG8NxYK8 =" ;
16+ hash = "sha256-ssiwYkQg2rOirC/ZZVq2bJm4Ggc364uRkoS2y365Eb0 =" ;
1717 } ;
1818
1919 nativeBuildInputs = [ copyDesktopItems ] ;
2020
2121 patches = [
2222 ./fallback-conf-nix-store.diff
23- ./fix-desktop-item.patch
2423 ] ;
2524
2625 postPatch = ''
2726 substituteInPlace src/wslu-header \
2827 --subst-var out
28+ substituteInPlace src/etc/wslview.desktop \
29+ --replace-fail /usr/bin/wslview wslview
2930 '' ;
3031
3132 makeFlags = [
3233 "DESTDIR=$(out)"
3334 "PREFIX="
3435 ] ;
3536
36- desktopItems = [ "src/etc/wslview.desktop" ] ;
37-
3837 meta = with lib ; {
3938 description = "Collection of utilities for Windows Subsystem for Linux" ;
4039 homepage = "https://github.com/wslutilities/wslu" ;
You can’t perform that action at this time.
0 commit comments