about summary refs log tree commit diff
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-09-09 06:08:13 +0100
committerGitHub <noreply@github.com>2019-09-09 06:08:13 +0100
commit3c5b794214bce4274d6dac34eda7f2c88f5a5884 (patch)
treeb533615a7e59e291dcff5793e00586dbf9d1417e /pkgs/applications/editors/geany
parent4b929acf6739c1a60616f2a1edaf513b8e3dcc84 (diff)
parent7b8fb5c06cc28a9ed2bbe605de44570ad6c8fecc (diff)
downloadnixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar.gz
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar.bz2
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar.lz
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar.xz
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.tar.zst
nixlib-3c5b794214bce4274d6dac34eda7f2c88f5a5884.zip
Merge pull request #67552 from volth/quotes
treewide: remove redundant quotes
Diffstat (limited to 'pkgs/applications/editors/geany')
-rw-r--r--pkgs/applications/editors/geany/with-vte.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/geany/with-vte.nix b/pkgs/applications/editors/geany/with-vte.nix
index ac35560c7f63..f7351454fb8c 100644
--- a/pkgs/applications/editors/geany/with-vte.nix
+++ b/pkgs/applications/editors/geany/with-vte.nix
@@ -1,7 +1,7 @@
 { runCommand, makeWrapper, geany, gnome2 }:
 let name = builtins.replaceStrings ["geany-"] ["geany-with-vte-"] geany.name;
 in
-runCommand "${name}" { nativeBuildInputs = [ makeWrapper ]; inherit (geany.meta); } "
+runCommand name { nativeBuildInputs = [ makeWrapper ]; inherit (geany.meta); } "
    mkdir -p $out
    ln -s ${geany}/share $out
    makeWrapper ${geany}/bin/geany $out/bin/geany --prefix LD_LIBRARY_PATH : ${gnome2.vte}/lib