summary refs log tree commit diff
path: root/pkgs/development/idris-modules/electron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/idris-modules/electron.nix')
-rw-r--r--pkgs/development/idris-modules/electron.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/idris-modules/electron.nix b/pkgs/development/idris-modules/electron.nix
index 3989b8f41135..8b968c9732ab 100644
--- a/pkgs/development/idris-modules/electron.nix
+++ b/pkgs/development/idris-modules/electron.nix
@@ -18,11 +18,6 @@ build-idris-package  {
     sha256 = "1rpa7yjvfpzl06h0qbk54jd2n52nmgpf7nq5aamcinqh7h5gbiwn";
   };
 
-  postUnpack = ''
-    rm source/example_main.ipkg
-    rm source/example_view.ipkg
-  '';
-
   meta = {
     description = "Electron bindings for Idris";
     homepage = https://github.com/jheiling/idris-electron;