about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-04 22:01:21 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-04 22:15:45 +0100
commit829479d1dda5dbb579885e16dc655716127457ed (patch)
treee4acc25185559fad8ac33a62099f3c7718a344eb /pkgs/development/web
parent16d8a67e7569fb643276be4d7a2c259b60997d17 (diff)
downloadnixlib-829479d1dda5dbb579885e16dc655716127457ed.tar
nixlib-829479d1dda5dbb579885e16dc655716127457ed.tar.gz
nixlib-829479d1dda5dbb579885e16dc655716127457ed.tar.bz2
nixlib-829479d1dda5dbb579885e16dc655716127457ed.tar.lz
nixlib-829479d1dda5dbb579885e16dc655716127457ed.tar.xz
nixlib-829479d1dda5dbb579885e16dc655716127457ed.tar.zst
nixlib-829479d1dda5dbb579885e16dc655716127457ed.zip
substract -> subtract
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/build-node-package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/nodejs/build-node-package.nix b/pkgs/development/web/nodejs/build-node-package.nix
index 663864109e88..36f80c635b78 100644
--- a/pkgs/development/web/nodejs/build-node-package.nix
+++ b/pkgs/development/web/nodejs/build-node-package.nix
@@ -67,7 +67,7 @@ let
           if filterPlatforms == [] then platforms
           else
             if hasPrefix "!" entry then
-              substract (intersect filterPlatforms nodejs.meta.platforms) platforms
+              subtract (intersect filterPlatforms nodejs.meta.platforms) platforms
             else
               platforms ++ (intersect filterPlatforms nodejs.meta.platforms)
       ) [] os;