about summary refs log tree commit diff
path: root/pkgs/applications/editors/flpsed/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/flpsed/default.nix')
-rw-r--r--pkgs/applications/editors/flpsed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/flpsed/default.nix b/pkgs/applications/editors/flpsed/default.nix
index 871d8489f61f..bffa50643899 100644
--- a/pkgs/applications/editors/flpsed/default.nix
+++ b/pkgs/applications/editors/flpsed/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     # replace the execvp call to ghostscript
-    sed -e '/exec_gs/ {n; s|"gs"|"${stdenv.lib.getBin ghostscript}/bin/gs"|}' \
+    sed -e '/exec_gs/ {n; s|"gs"|"${lib.getBin ghostscript}/bin/gs"|}' \
         -i src/GsWidget.cxx
   '';