summary refs log tree commit diff
path: root/pkgs/games/frogatto/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/frogatto/engine.nix')
-rw-r--r--pkgs/games/frogatto/engine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/frogatto/engine.nix b/pkgs/games/frogatto/engine.nix
index 5a01d2512c429..5254ff25b025d 100644
--- a/pkgs/games/frogatto/engine.nix
+++ b/pkgs/games/frogatto/engine.nix
@@ -2,7 +2,7 @@
 , boost, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf
 , glew, zlib, icu, pkgconfig, cairo, libvpx }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "anura-engine";
   version = "unstable-2018-11-28";