From e616dfde87064b0e4de39585adb7307e0c645bde Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sun, 28 Jun 2020 11:47:29 +0200 Subject: [PATCH] Revert "Try to patch in the domain support" This reverts commit cd27fb2b41b0a8c61c4a2c1f5011eea8b5d1a672. --- pkg-hopglass-fe.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkg-hopglass-fe.nix b/pkg-hopglass-fe.nix index fdd4949..15f2719 100644 --- a/pkg-hopglass-fe.nix +++ b/pkg-hopglass-fe.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, pkgs, python, nodejs_latest, fetchFromGitHub, fetchpatch, fetchzip, fetchurl, conf }: +{ stdenv, lib, pkgs, python, nodejs_latest, fetchFromGitHub, fetchzip, fetchurl, conf }: let nodejs = nodejs_latest; yarn2nix = import (fetchFromGitHub { @@ -17,12 +17,6 @@ yarn2nix.mkYarnPackage { sha256 = "0448kbibnf21p2w0rvbfnxd5f45nvi8lsv3rxyma4876cc4imwbv"; }; conf = conf; - patches = [ - (fetchpatch { - url = "https://github.com/freifunkhamburg/hopglass/commit/de3fc035ad2c1f3ff6b83a51b3678d9f7037d507.patch"; - sha256 = "0wr2a7na3jb4z40blgm0nl54bhl2ablx34hxqmgsvncair5c66a9"; - }) - ]; installPhase = '' echo ---------------------------------------------------------------------------- installPhase set -x