about summary refs log tree commit diff
path: root/pkgs/applications/editors/pulsar
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-08-30 00:25:28 +0000
committerGitHub <noreply@github.com>2023-08-30 00:25:28 +0000
commita63a64b593dcf2fe05f7c5d666eb395950f36bc9 (patch)
tree76904aaed28aecd7f91098de319fbd0a18029e0d /pkgs/applications/editors/pulsar
parentb9f22e151b62b3e80545fe50168b98ef93840185 (diff)
parent745de518cd1e93b8ef7a4090aced2cb447f599bb (diff)
Merge pull request #251705 from dotlambda/asar-buildNpmPackage
asar: use buildNpmPackage
Diffstat (limited to 'pkgs/applications/editors/pulsar')
-rw-r--r--pkgs/applications/editors/pulsar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix
index f376cff4a97fa..e0b967f8043c3 100644
--- a/pkgs/applications/editors/pulsar/default.nix
+++ b/pkgs/applications/editors/pulsar/default.nix
@@ -17,7 +17,7 @@
 , makeDesktopItem
 , copyDesktopItems
 , makeWrapper
-, nodePackages
+, asar
 , python3
 }:
 
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     wrapGAppsHook
     copyDesktopItems
-    nodePackages.asar
+    asar
   ];
 
   buildInputs = [