diff --git a/pkgs/applications/synwrite/bin.nix b/pkgs/applications/synwrite/bin.nix
index 500238ac800624c48c23bd8dbaf89794a64276c5..1e47172478e43cb0a6c3b901fa80973e9546535a 100644
--- a/pkgs/applications/synwrite/bin.nix
+++ b/pkgs/applications/synwrite/bin.nix
@@ -1,8 +1,8 @@
{ lib, stdenv, fetchurl, unzip, wine, makeWrapper, withExLexer ? true }:
let
};
in
stdenv.mkDerivation rec {
@@ -29,8 +29,7 @@ makeWrapper ${wine}/bin/wine $out/bin/synwrite \
--run "[ -d \$HOME/.synwrite ] || { cp -r $out/opt/synwrite \$HOME/.synwrite && chmod -R +w \$HOME/.synwrite; }" \
--add-flags "\$HOME/.synwrite/Syn.exe"
'' + lib.optionalString withExLexer ''
'';
preferLocalBuild = true;
diff --git a/pkgs/geospatial/sasplanet/bin.nix b/pkgs/geospatial/sasplanet/bin.nix
index 8638d158986946a1b51a5990046882dc6d31f00e..fb01dbe86dbf8c5a44c0bee41ac3a828edc4d7ef 100644
--- a/pkgs/geospatial/sasplanet/bin.nix
+++ b/pkgs/geospatial/sasplanet/bin.nix
@@ -12,8 +12,8 @@ }:
let
maps = fetchgit {
url = "http://parasite.kicks-ass.org:3000/sasgis/maps.git";
};
extremum = fetchgdrive {
id = "12PM_mEE8Xck036vXd5TAzPsUZeCnztJ5";
diff --git a/pkgs/misc/wik/default.nix b/pkgs/misc/wik/default.nix
index ebc9b9cc1675c0184660bab8428637ef6b05e26e..e6b75c55f610bda32184fb6b1300078636addc3a 100644
--- a/pkgs/misc/wik/default.nix
+++ b/pkgs/misc/wik/default.nix
@@ -3,7 +3,7 @@
python3Packages.buildPythonApplication rec {
pname = "wik";
version = "2023-03-12";
src = fetchFromGitHub {
owner = "yashsinghcodes";
@@ -12,7 +12,7 @@ rev = "7dd7b9ebd4070e4b3a1475948dac67b8288ce17a";
hash = "sha256-aJnBY33JB4xsH8AIcQGVli8OuIqbTulB26t7uj2GzVk=";
};
propagatedBuildInputs = with python3Packages; [ beautifulsoup4 requests ];
application/octet-stream
This content has been proxied by September (3851b).