summary refs log tree commit diff
path: root/pkgs/applications/misc/gosmore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/gosmore/default.nix')
-rw-r--r--pkgs/applications/misc/gosmore/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/misc/gosmore/default.nix b/pkgs/applications/misc/gosmore/default.nix
index 854fec8642a..bd87e7b4aeb 100644
--- a/pkgs/applications/misc/gosmore/default.nix
+++ b/pkgs/applications/misc/gosmore/default.nix
@@ -1,10 +1,8 @@
 { lib, stdenv, fetchsvn, libxml2, gtk2, curl, pkg-config } :
 
-let
+stdenv.mkDerivation rec {
+  pname = "gosmore";
   version = "31801";
-in
-stdenv.mkDerivation {
-  name = "gosmore-r${version}";
   # the gosmore svn repository does not lock revision numbers of its externals
   # so we explicitly disable them to avoid breaking the hash
   # especially as the externals appear to be unused