Loading pkgs/tools/misc/hakuneko/default.nix +15 −3 Original line number Diff line number Diff line { atomEnv , autoPatchelfHook { autoPatchelfHook , dpkg , fetchurl , makeDesktopItem Loading @@ -8,6 +7,11 @@ , stdenv , lib , wrapGAppsHook , alsa-lib , nss , nspr , systemd , xorg }: let desktopItem = makeDesktopItem { Loading Loading @@ -39,6 +43,7 @@ stdenv.mkDerivation rec { dontPatchELF = true; dontWrapGApps = true; # TODO: migrate off autoPatchelfHook and use nixpkgs' electron nativeBuildInputs = [ autoPatchelfHook dpkg Loading @@ -46,7 +51,14 @@ stdenv.mkDerivation rec { wrapGAppsHook ]; buildInputs = atomEnv.packages; buildInputs = [ alsa-lib nss nspr xorg.libXScrnSaver xorg.libXtst systemd ]; unpackPhase = '' # The deb file contains a setuid binary, so 'dpkg -x' doesn't work here Loading Loading
pkgs/tools/misc/hakuneko/default.nix +15 −3 Original line number Diff line number Diff line { atomEnv , autoPatchelfHook { autoPatchelfHook , dpkg , fetchurl , makeDesktopItem Loading @@ -8,6 +7,11 @@ , stdenv , lib , wrapGAppsHook , alsa-lib , nss , nspr , systemd , xorg }: let desktopItem = makeDesktopItem { Loading Loading @@ -39,6 +43,7 @@ stdenv.mkDerivation rec { dontPatchELF = true; dontWrapGApps = true; # TODO: migrate off autoPatchelfHook and use nixpkgs' electron nativeBuildInputs = [ autoPatchelfHook dpkg Loading @@ -46,7 +51,14 @@ stdenv.mkDerivation rec { wrapGAppsHook ]; buildInputs = atomEnv.packages; buildInputs = [ alsa-lib nss nspr xorg.libXScrnSaver xorg.libXtst systemd ]; unpackPhase = '' # The deb file contains a setuid binary, so 'dpkg -x' doesn't work here Loading