summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/theft/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/theft/default.nix')
-rw-r--r--pkgs/development/libraries/theft/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/theft/default.nix b/pkgs/development/libraries/theft/default.nix
index 646cc60406a5..85dc2c75afb9 100644
--- a/pkgs/development/libraries/theft/default.nix
+++ b/pkgs/development/libraries/theft/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
doCheck = true;
checkTarget = "test";
-
+
installFlags = [ "PREFIX=$(out)" ];
# fix the libtheft.pc file to use the right installation
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
substituteInPlace $out/lib/pkgconfig/libtheft.pc \
--replace "/usr/local" "$out"
'';
-
+
meta = with stdenv.lib; {
description = "A C library for property-based testing";
homepage = "https://github.com/silentbicycle/theft/";