summary refs log tree commit diff
path: root/pkgs/applications/graphics/fstl
diff options
context:
space:
mode:
authorTerje Larsen <terlar@gmail.com>2019-08-04 19:39:08 +0200
committerTerje Larsen <terlar@gmail.com>2019-08-04 19:40:32 +0200
commita7b7c8c78688674851cdc152ab5fa5da68bdb6e6 (patch)
treed5695e3da611dc95b125c61c998853061c9b11bd /pkgs/applications/graphics/fstl
parent57d65085125df25b980e63bd51fa5cb39ed3857d (diff)
downloadnixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar.gz
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar.bz2
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar.lz
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar.xz
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.tar.zst
nixpkgs-a7b7c8c78688674851cdc152ab5fa5da68bdb6e6.zip
fstl: use qt's mkDerivation
Diffstat (limited to 'pkgs/applications/graphics/fstl')
-rw-r--r--pkgs/applications/graphics/fstl/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/fstl/default.nix b/pkgs/applications/graphics/fstl/default.nix
index b1437508a50..bdb1e87d70e 100644
--- a/pkgs/applications/graphics/fstl/default.nix
+++ b/pkgs/applications/graphics/fstl/default.nix
@@ -1,5 +1,6 @@
-{stdenv, fetchFromGitHub, qtbase, mesa_glu}:
-stdenv.mkDerivation rec {
+{ stdenv, fetchFromGitHub, mkDerivation, qtbase, mesa_glu }:
+
+mkDerivation rec {
   name = "fstl-${version}";
   version = "0.9.3";